|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
data dump
Hi,
I would like to know how to dump data from MsSQL tables where all the fields are separated by a comer or something. I dont have access to the mssql server. I will have to tell the person who does have access to excute the command. So a detailed description would be nice. Thanks |
|
#2
|
|||
|
|||
|
what is the interface they're using to access the DB? Query Analyzer? If so, they can simply choose to have the result output to file, instead of the grid. There are opitons for delimiter but default (I believe) is comma. Then just run the T-SQL and they'll be prompted with a save-as dialog. Also, before you run the query, run SET NOCOUNT ON, so the "n row(s) returned" statement isn't tagged to the end of the file.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > data dump |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|