Viewing 15 posts - 106 through 120 (of 121 total)
I was trying out ..:
exec (@sql)
SELECT CONVERT(int, @sql)
SET @CardCount = @sql
But yours did the trick.
Thanks PW.
June 30, 2006 at 12:12 pm
Marshall,
Thank you for your response, it all makes much better sense now.
May 23, 2006 at 11:13 am
Todd, Thanks.
That's the game plan I have as well, I was hoping there would be some SQL migration tool like they have for Windows ...
May 4, 2006 at 11:50 am
dude, what the hell? you didn't try redgate sql back 4.1 or any of those other product because you want to make sure you can restore the database? WTF is...
March 28, 2006 at 12:41 pm
select * from table1 where DateCol between '2/03/2006' and '12/03/2006'
that should get you the date between those two time frames. Good luck.
March 22, 2006 at 1:29 pm
yeah I was looking at that sp_helptext, thought about trying another SQL analyzer app, but looking at the sproc itself, its hard coded for 255 char.
Thanks for the help, everyone.
March 22, 2006 at 1:11 pm
Scorpion_66, if you can find the table please let me know. I will look in BOL to see if the information is in there.
Lucky, thanks for telling me about sp_helptext...
March 22, 2006 at 12:38 pm
I selected A as the answer:
1 (A).
Schema1 Table1dbo Table1
My coworker suggested B as the answer but I know...
March 22, 2006 at 9:21 am
Choice C is:
The POWER function requires a parameter of either "HIGH" or "LOW"
January 24, 2006 at 8:50 am
PW, once again, thank you.
I was looking at the other functions (datediff, datepart, etc ...) and didn't look at convert.
January 5, 2006 at 4:28 pm
hrmm not sure what happen to my other post but that was pretty damn easy. I spent over 2 hours trying to figure this darn update statement out.
I appreciate your...
January 4, 2006 at 5:44 pm
Yes the table does have a PKID for column cardnbr. Other than that, that's it.
January 4, 2006 at 5:34 pm
thanks for your response.
vendor is a column in the JackInTheBox table ... could you please expand further?
Thank you.
January 4, 2006 at 4:43 pm
thanks, I will give it a shot later this afternoon.
November 30, 2005 at 9:31 am
Bellis, will that give me the yyyy/mm/dd format?
November 30, 2005 at 9:05 am
Viewing 15 posts - 106 through 120 (of 121 total)