Viewing 15 posts - 5,101 through 5,115 (of 19,564 total)
Hmm. I'm with Koen - I'd think you would know the schema to support your website.
January 24, 2013 at 12:24 am
Here are two alternatives to sp_MSforeachdb
And then this one that I have been using:
http://spaghettidba.com/2011/09/09/a-better-sp_msforeachdb/
With a few samples of usage here
January 24, 2013 at 12:19 am
Kingston Dhasian (1/23/2013)
tom.moore.777 89426 (1/23/2013)
Can anyone provide a method to loop through a DB's in an instance WITHOUT using the proc sp_MSforeachdb
Any particular reason for avoiding the use of...
January 24, 2013 at 12:17 am
In addition to what Gail said, here is a simple script to Read from the default trace
DECLARE @path NVARCHAR(260);
SELECT @path = REVERSE(SUBSTRING(REVERSE([path]),
CHARINDEX('\', REVERSE([path])), 260)) + N'log.trc'
FROM...
January 24, 2013 at 12:09 am
PaulB-TheOneAndOnly (1/23/2013)
Chrissy321 (1/23/2013)
I'll explore the test/prod server differences, the differences are substantial.(substantial platform differences) = (substantial performance differences)
+10
January 23, 2013 at 5:49 pm
How beefy is the test server? Different hardware, different resources, different results.
January 23, 2013 at 5:18 pm
jasona.work (1/23/2013)
crookj (1/23/2013)
Revenant (1/23/2013)
L' Eomot Inversé (1/23/2013)
SQLRNNR (1/23/2013)
opc.three (1/23/2013)
crookj (1/23/2013)
WOTD - Fecklessfearless
fearsome
fearful
feared
fried
chicken
frog legs
January 23, 2013 at 3:34 pm
Like Craig said, I would stop using a DTS package to perform the backups.
Here is another thread with the same issue
January 23, 2013 at 2:41 pm
This looks to be a stored procedure that you have downloaded or written. Are you trying to run it from the correct database?
Does the procedure exist in the database...
January 23, 2013 at 2:38 pm
Revenant (1/23/2013)
L' Eomot Inversé (1/23/2013)
SQLRNNR (1/23/2013)
opc.three (1/23/2013)
crookj (1/23/2013)
WOTD - Fecklessfearless
fearsome
fearful
feared
Sans Crainte
January 23, 2013 at 2:28 pm
I know this is an old thread, but since it was reactivated today, I suggest that the code being used for checkdb be updated to also include running checkdb against...
January 23, 2013 at 11:47 am
sqlfriends (1/23/2013)
I guess I will just do the fullbackup, and monitor it, if...
January 23, 2013 at 11:21 am
opc.three (1/23/2013)
crookj (1/23/2013)
WOTD - Fecklessfearless
fearsome
January 23, 2013 at 11:12 am
Viewing 15 posts - 5,101 through 5,115 (of 19,564 total)