Viewing 10 posts - 1 through 10 (of 10 total)
In SQL also its possible to use cursor...
Can you please explain your query with example ?
🙂
May 5, 2008 at 10:30 am
I got it...
DECLARE @temp_table VARCHAR(100)
SET @temp_table = '##my_temp_table'
IF NOT EXISTS (SELECT 'x'
FROM tempdb..sysobjects
...
November 30, 2007 at 10:14 am
Try with this...
select cast(right('14:19:57.110 CET Wed Oct 10 2007',11) + ' ' + left('14:19:57.110 CET Wed Oct 10 2007',12) as datetime)
Is this format u r looking for..?:)
Good day
November 7, 2007 at 9:04 am
Ignore my above reply
It's wrongly posted here
😎
November 6, 2007 at 12:58 pm
This one is useful link to search and replace SQL Server data in all columns of all tables, in a given database?
http://vyaskn.tripod.com/sql_server_search_and_replace.htm
🙂
November 6, 2007 at 12:55 pm
more info about worktables
🙂
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarsqlsg/html/msdn_showplan.asp
November 6, 2007 at 12:35 pm
MSDN ->
The relational engine may need to build a worktable to perform a logical operation specified in an SQL statement. Worktables are typically generated for certain GROUP BY, ORDER BY,...
November 6, 2007 at 11:56 am
Thanks for your response
I am creating using import/export wizard
It could be fine if you offered both way, i will try on those way
thanks in...
October 16, 2007 at 10:11 am
Hi
How to create task in DTS package. So far i am creating single DTS package for each table.
thanks in advance
venkat
October 15, 2007 at 2:53 pm
Thanks to all for your soultion on this. I am also working on that and will back to you as soon as i got the solution for this
September 12, 2007 at 9:20 pm
Viewing 10 posts - 1 through 10 (of 10 total)