Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Generate SQL Scripts.

Author  Topic 

shubhada
Posting Yak Master

117 Posts

Posted - 2006-12-06 : 02:15:34
I have a database in which every day new data is inserted.
I want database scripts (insert statement) to update my database instead of taking dump.
Is SQL server 2000 having any provision to generate scripts for newly added data.

SQLTeam

seyha_moth
Yak Posting Veteran

74 Posts

Posted - 2006-12-06 : 02:24:03
According to ur question I find that u should use Trigger to inserted table.

seyha moth
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-06 : 02:26:17
Check this link:

[url]http://vyaskn.tripod.com/code.htm#inserts[/url]

Harsh Athalye
India.
"Nothing is Impossible"
Go to Top of Page

shubhada
Posting Yak Master

117 Posts

Posted - 2006-12-06 : 03:04:43
Is it possible through Enterprise Manager?

SQLTeam
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2006-12-06 : 03:06:45
No.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

shubhada
Posting Yak Master

117 Posts

Posted - 2006-12-06 : 04:34:31
Is any tool is avaliable for this like TOAD?

SQLTeam
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2006-12-06 : 04:35:59
There is. Read about it here http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=73608
if you feel that the link Harsh provided is not good enough.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-12-06 : 10:54:24
<<
if you feel that the link Harsh provided is not good enough.
>>

Good enough to generate INSERT statements


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -