Viewing 10 posts - 1 through 10 (of 10 total)
Both ideas worked thanks very much for your help.
November 17, 2006 at 12:04 pm
Thanks everyone I resolved the issue of the dts not working when scheduled as a job. It was discovered that the system path on the server to the dts...
January 25, 2006 at 7:04 am
I was able to reindex two of my larger tables using dbcc reindex tablename, this weekend I will run the dbcc reindex table in batches to test to see how...
October 21, 2005 at 1:12 pm
Since I have a limited amount of space would you suggest reindexing a table, doing a shrinkfile, and then reindexing another table, and shrinking again?
Thanks,
Catherine
October 20, 2005 at 9:28 am
Phillip,
When I executer EXEC dbo.usp_CaptureActivity from the query analyzer it works fine. When I run it as a job with sa as the owner I get an error.
Question2
I was looking...
February 16, 2005 at 9:21 am
sa is already listed as the owner.
February 16, 2005 at 8:22 am
Hi
I got over the linked server error. server name stageserver, linked server stageserver1, database name production. I replaced the 3 database names in the script to production and the server...
February 16, 2005 at 8:07 am
I tried the script capture_spwhoScript. I added my database to the script, I tried creating my server as a linked server and I received an error. You cannot create a local...
February 15, 2005 at 9:52 am
what will this select statement do?
select
objectproperty(object_id('sysprocesses'),'Tableisfake')
February 14, 2005 at 9:12 am
Viewing 10 posts - 1 through 10 (of 10 total)