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.
| 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 ? howRegards,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 |
 |
|
|
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 Athalyehttp://www.letsgeek.net/ |
 |
|
|
|
|
|