Viewing 7 posts - 1 through 8 (of 8 total)
Awesome...sometimes things in SQL are too simple to comprehend off the bat..lol
November 8, 2011 at 1:33 pm
I realized that a few minutes ago and did in fact make it varchar(4). Thanks for having my back on that one.
SQL is slowly but surely going...
November 2, 2011 at 9:16 am
I got it figured out everyone...Thanks for all your suggestions and ideas. I appreciate it a ton.
The code below is what gave me the right result. I just...
November 2, 2011 at 9:07 am
I gave this a try...not seeing any change in the query results...is it the select statement that's the problem...maybe the way I'm assigning the variable and referencing it in the...
November 2, 2011 at 9:01 am
ChrisM @ work, that is the what I did to get the last day of the previous month from the current month we're in. Let me know if you...
November 2, 2011 at 8:44 am
I added your solution, but I probably didn't get it right cause I got the same result:
declare @seedval int;
update LexingtonBordereau_Seed set seedid = seedid + 1, seeddate = getdate()
select @seedval...
November 2, 2011 at 8:42 am
Hey Sean...thanks for helping me out! This is indeed a one time event. I will just use the several statement method. Thanks again!
October 25, 2011 at 10:20 am
Viewing 7 posts - 1 through 8 (of 8 total)