Viewing 4 posts - 1 through 4 (of 4 total)
The users will only get access to a datawarhouse not on the production db.
But thanks for the info.
rgds
February 15, 2007 at 8:21 am
Hi,
Would it work if I setup a job to trigger the stored procedure and then start the job from my outer sp as regular user?
Serge
December 7, 2006 at 12:32 am
On may local workstation.
this command :
DECLARE @cmd VARCHAR(255)
SET @cmd = 'osql -E /Q "SELECT GETDATE()" /o \\AS-B-CLI-000\c:\temp\test2.csv'
EXEC master..xp_cmdshell @cmd
will generate error:
output
Cannot open output file - \\AS-B-CLI-000\c:\temp\test2.csv
No such...
September 18, 2006 at 6:00 am
Is there a way to simulate the "query analyzer" result options where you can choose to have the result send to a file. This way i d'ont need to tamper with...
September 18, 2006 at 5:15 am
Viewing 4 posts - 1 through 4 (of 4 total)