Viewing 10 posts - 16 through 25 (of 25 total)
Even better - a combo of the 2 suggestions:
Run this in Query Analyzer:
select 'exec master..xp_cmdshell ''bcp your_db_name..'+name+' out '+name+'.txt -Sserver_name -c -E''' from sysobjects where type = 'u'
Cut and paste...
November 25, 2002 at 3:30 pm
From Query Analyzer you could:
select 'bcp your_db_name..'+name+' out '+name+'.txt -Sserver_name -c -E' from sysobjects where type = 'u'
Grab the results of that query and run them from the command line...
November 25, 2002 at 3:21 pm
Thanks for your comments. I'll try SQSH.
I didn't really need to mention TomCat. I'm just researching my options in copying data from an Oracle/PeopleSoft installation on Linux to...
November 25, 2002 at 1:55 pm
HH - I have sent you an email with an explanantion of my fix. Here's a summary:
In EM,select YOUR_SERVER-->Management-->Right click SQL Server Agent-->Properties
In the 'Job System' tab, uncheck...
September 21, 2002 at 9:46 am
Thank you all for your suggestions!
I believe I will have to give Andy's suggestion (writing to a table) a try as my DTS knowledge is very limited.
apf
June 14, 2002 at 6:58 am
Wow! You guys are fast. Thank you very much for the quick response and the info.
A follow-up:
Is there a way to pass info from one step to the...
June 13, 2002 at 9:15 am
Thanks for your response. I see that I forgot to state my question, but you did guess it correctly!
I guess basically you're saying that when calling UDF's,...
May 29, 2002 at 9:36 am
Prakash -
Thank you very much for pointing out that 3rd party product. I'll give it a try!
apf
May 29, 2002 at 8:11 am
OK, thanks Andy. I appreciate your time.
apf
May 28, 2002 at 11:38 am
OK! Thank you for your quick response!
April 25, 2002 at 1:49 pm
Viewing 10 posts - 16 through 25 (of 25 total)