Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to perform bcp with query having more size

Author  Topic 

sathishmangunuri
Starting Member

32 Posts

Posted - 2011-04-06 : 02:54:30
Hi all!

I am performing bcp with query out option but query size is more than 8000 characters. and i can't use view because this query has more than 1024 columns. I did it with stored procedure.Is there any other way to do this?

Any help can highly appreciated.
Thanks in advance....

sathish

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2011-04-06 : 04:04:11
quote:
I did it with stored procedure

That's the way I would do it.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -