Viewing 4 posts - 1 through 4 (of 4 total)
I want to list database role members and most importantly, script them out. How can I do that?
Manoj Deshpande.
July 18, 2008 at 4:26 am
That's the answer! 🙂 Thanks so much David.
October 11, 2005 at 5:56 pm
Hey thanks Ian. I got the answer. The correct thing for OUT is:
Master.dbo.xp_cmdshell 'BCP "Pubs.dbo.AUTHORS" OUT G:\BCPTEST2.TXT -C RAW -c -T -S Server'
Because, when I am using a...
September 28, 2005 at 1:09 pm
HI,
My problem is a little different. I had this "Force Protocol Enable" checked. after that, the BCP "Query out" seems to be failing. But BCP "OUT" works. I tried on...
September 27, 2005 at 4:05 pm
Viewing 4 posts - 1 through 4 (of 4 total)