SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Bulk Copy All?Table Data into formatted files

By Mahidhar Vattem,

Total article views: 395 | Views in the last 30 days: 39

Before you run the SQL script;

1. Create a folder on the server named: driveLetter\databasename

2. Enable xp_cmdshell by running sp_configure

3. Change fully qualified databasename for example: databasename.dbo.sysobjects to yourdatabasename.dbo.sysobjects

 

Hope this helps in bulk copying table data into formatted file...

By Mahidhar Vattem,

Total article views: 395 | Views in the last 30 days: 39
Your response
 
 
Related tags

BCP    
 
 
Contribute

Free registration required...

To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.

Login (existing users)

Login

Email:   Password:   Remember me: Forgotten your password?

Register (new users)

Register

Email:   Password:
Confirm:

Subscribing to our newsletters gets you:

  • ALL of our content (thousands of articles, scripts, and forum postings)
  • A daily newsletter (example)
  • A weekly news round up (example)
  • The opportunity to ask and answer questions in our forums
  • A daily Question of the Day to test and help you increase your knowledge of SQL Server.

Steve Jones
Editor, SQLServerCentral.com