export table defination

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kkshansid
    New Member
    • Oct 2008
    • 232

    export table defination

    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
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    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

    Comment

    Working...