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 2005 Forums
 Transact-SQL (2005)
 how to generate script for particular table with..

Author  Topic 

asifbhura
Posting Yak Master

165 Posts

Posted - 2010-03-29 : 07:50:36
Hi,

I want to generate script for particular table with records.

is it possible ? how

Regards,
ASIF

asuni
Yak Posting Veteran

55 Posts

Posted - 2010-03-29 : 07:52:32
you can generate file with data, by selecting results to file
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2010-03-29 : 08:19:43
If you are talking about generating script of your table data in the form of INSERT statements, check this link: [url]http://vyaskn.tripod.com/code.htm#inserts[/url]

Harsh Athalye
http://www.letsgeek.net/
Go to Top of Page
   

- Advertisement -