Sign in
Rakesh Ramblings
All you need to know about Microsoft Business Intelligence !
Options
Blog Home
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Tags
certificate
DAX + ALL + Functions
filtered index
powerpivot
role based access
security
sparse
SQL server encryption
ssrs
symmetric keys
Archive
Archives
May 2013
(3)
April 2013
(1)
March 2013
(1)
January 2013
(1)
October 2012
(1)
September 2012
(11)
How to Script Data from a Table ..?
MSDN Blogs
>
Rakesh Ramblings
>
How to Script Data from a Table ..?
How to Script Data from a Table ..?
Rate This
Rakesh M J
20 Sep 2012 9:50 AM
Comments
0
Hi,
Most of the time we need to script data of a table which holds configuration Values or Date Dimension Tables for later use....obvious that its a waste of space to take a entire database backup !....SQL Server provides a functionality to export table data (Insert Values script) to a .SQL file...
Here is a Step by Step Guide to do the same..
Step 1 : Go to Tasks -->Generate Scripts
Step 2 : Click on Advanced -->Types of Data to Script-->Select Data only
Save the file in the required Location and open it in SSMS and you can view the insert scripts !!!
Will be back with more posts !! bye bye for now :) ...
0 Comments
Comments
Loading...
Leave a Comment
Name
Comment
Please add 2 and 7 and type the answer here:
Post