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 |
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2005-08-18 : 15:50:21
|
Is there a tool out there that will script the database records into "insert" statements?I have a very tiny table (200-300 records) that needs to be sent to a very non-technical client and was hoping that I could find something that would script the data into a statement like so:insert into tablex (col1, col2, col3) values ('data', 123, 'more')Thanks,DanielSQL Server DBAwww.dallasteam.com |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-08-18 : 15:55:36
|
http://vyaskn.tripod.com/code.htm#insertsTara |
 |
|
Kristen
Test
22859 Posts |
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2005-08-19 : 09:17:45
|
DankeDanielSQL Server DBAwww.dallasteam.com |
 |
|
mrak
Starting Member
1 Post |
Posted - 2006-02-27 : 00:23:48
|
Here is another tool that does the same and is integrated into SQL Server Management Studio: Aris-Soft Data Scriptor AddIn for SQL Server Management Studio [url]http://www.aris-soft.com/products.html[/url] |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-04-21 : 08:37:06
|
quote: Originally posted by mrak Here is another tool that does the same and is integrated into SQL Server Management Studio: Aris-Soft Data Scriptor AddIn for SQL Server Management Studio [url]http://www.aris-soft.com/products.html[/url]
I get "The page cannot be displayed error"MadhivananFailing to plan is Planning to fail |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-04-21 : 08:56:56
|
or you can use the ssms tools pack add in which does the same thingsince it looks we're promoting stuff... _______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com |
 |
|
|
|
|