Connecting Tech Pros Worldwide Help | Site Map

export table defination

Familiar Sight
 
Join Date: Oct 2008
Posts: 128
#1: Dec 1 '08
is there any method to export data as well as table defination from sql server ?
i m new to ms sql but its possible in mysql
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Dec 2 '08

re: export table defination


Two steps.

1. Right-click on your table and you can generate the script as "script as" to a window or clipboard that you can copy.

2. You have to do a BCP or manually export the table.

-- CK
Reply


Similar Microsoft SQL Server bytes