|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Please I need help!
I need to export more than 500 tables in sql server 2000 to a file format txt. I tried to make this operaion with xp_cmdshell but the process is very very slow and there appears a message that say than memory is full. I would like know if exist another form to "select * from table where condition" and the results are paste in file text, all this using an stored procedure of sqlserver2000. I need then how write in file txt from one stored procedure. Thank you... Cath |
|
#2
|
||||
|
||||
|
Do you need to do this progragmatically? If not, SQLServer provides a really easy to use import/export tool called DTS. Just click on your DB in the Enterprise manager, then right click > All Tasks > Export Data. The rest of the steps are so easy it's not funny.
![]() |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft SQL Server > Export tables to files txt without use xp_cmpshell |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|