Viewing 15 posts - 106 through 120 (of 122 total)
I was trying out ..:
exec (@sql)
SELECT CONVERT(int, @sql)
SET @CardCount = @sql
But yours did the trick.
Thanks PW.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
June 30, 2006 at 12:12 pm
Marshall,
Thank you for your response, it all makes much better sense now.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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
...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
March 22, 2006 at 9:21 am
Choice C is:
The POWER function requires a parameter of either "HIGH" or "LOW"
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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...
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
January 4, 2006 at 5:44 pm
Yes the table does have a PKID for column cardnbr. Other than that, that's it.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
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.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
January 4, 2006 at 4:43 pm
thanks, I will give it a shot later this afternoon.
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
November 30, 2005 at 9:31 am
Bellis, will that give me the yyyy/mm/dd format?
-----------------------------
www.cbtr.net
.: SQL Backup Admin Tool[/url] :.
November 30, 2005 at 9:05 am
Viewing 15 posts - 106 through 120 (of 122 total)