ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Due to ongoing maintenance work some features and functions (including Dark mode!) may be unavailable or visually appear differently.
  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Export SQL db table & import on another machine

Car  306 TD Slut
Can someone point me in the right direction to export a database table and its data from one machine to another?

I have several that need moving form a local server to a preview area.

I am using MS SQL Server 2005

Thnks!
 
Just do a backup then restore to the new server ? or is that too simple lol
 
i only want a couple of tables from a databse, if i do a backup and restore, wont this restore and overwrite the whole existing DB?

I am new to this!!!!
 
Just use the management tool - connect to the SQL instance - find your database then just use the export wizard (right click the database and click export).
 
Back
Top