Viewing 8 posts - 1 through 8 (of 8 total)
Just in case someone else needs help: I had this same problem but was using the Oracle OLE DB Provider "OraOLEDB.Oracle". I resolved the issue by turning "Allow...
November 2, 2011 at 12:51 pm
Sorry, no. We gave up on it. Regular multi-server jobs using T-SQL propagate just fine, so we'll probably be using those to perform maintenance.
May 7, 2009 at 6:49 am
Hi,
I'm having some difficulty with a multi-server maintenance plan. I was able to get multi-server admin configured and the resultant job propogated to the other servers, but when I...
March 17, 2009 at 2:56 pm
The results were consistent across multiple runs. It had to be some left-over resources or something tied to the original query window. I guess I'll just have to...
March 18, 2008 at 10:37 am
Well I copied my SELECT * FROM dbo.VIEWNAME into a different query window and boom, 2.5 minutes. I may have had that query window open for a day or...
March 18, 2008 at 9:32 am
Adam, in the bottom portion of your SQL you should be able to replace the entire cursor block with:
EXEC sys.sp_MSforeachtable @command1='TRUNCATE TABLE ?'
March 17, 2008 at 6:36 am
Hi Jason,
We are doing a lot of this sort of thing. You can get create statements for views, stored procedures, user-defined functions, and possibly even table triggers--not sure about...
February 28, 2008 at 7:47 am
What might it mean if I get negative numbers for the "Unused" column? Would having indexes on a separate filegroup affect these numbers?
January 2, 2008 at 9:41 am
Viewing 8 posts - 1 through 8 (of 8 total)