↧
BCP
Hi,I'm trying to export results of store procedure to text file using bcp and executing xp_cmdshell.Till now every thing is fine I'm able to create file but the issue here I want to writhe a sentence...
View ArticleBCP
DECLARE @cmd varchar( 250),@way varchar (100) select @way='"C:\Program Files\Microsoft SQL Server\100\Tools\binn\bcp" ' select @cmd = @way +' database.dbo.' + 'table' + ' out ' + 'c:\' +...
View ArticleBCP
Hi everybody. We are trying to bcp data from over 30 tables from SQL 2008 to 2000I have both sybase and sql server on my serverI did it with cmd, but when i do it with management studioDECLARE @cmd...
View Article