Hello, my script for removing columns within a .csv file works for only removing 1 column and i'm not sure why. Even if I have 2 CutColumn commands, it only removes the last column specified. In example below, it only removes the 1st column, not the 2nd. I'm also going to need to remove all...
What is wrong with this stored procedure? Please help!
CREATE PROCEDURE dbo.pGetMonthClosed
AS
Declare @MonthClosed int
set @MonthClosed = select sum(convert(int, OctClosed) + convert(int, NovClosed) +
convert(int, DecClosed) + convert(int, JanClosed) + convert(int, FebClosed) +...
Why doesn't this simple script work?
when individual dealer is selected, it works fine with the 2 list boxes disabled, but when i switch back to all dealers, only out of compliance or brand it won't enable them back. it does enable the profit center back. Please help! thanks
<script>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.