Viewing 15 posts - 1 through 15 (of 110 total)
Gerard Silveira (6/3/2013)
Also wont it grow back to its original size once the effects...
June 3, 2013 at 6:37 pm
GilaMonster (6/3/2013)
We're volunteers, we all have our own jobs, our own problems and we post in our spare time. If you want immediate solutions hire someone, it's not as...
June 3, 2013 at 9:04 am
Well, since no one bothers to answers this question.
I posted my only solution here: I have to shrink the t-log file on the principal partner of this mirroring pair on...
June 3, 2013 at 1:30 am
Just some quick answers:
EXEC sp_MSforeachdb
@command1='use [?]; if db_name() not in (''master'', ''model'', ''tempdb'', ''msdb'', ''distribution'') select * from information_schema.schemata'
go
April 23, 2013 at 1:56 am
Although this is an old thread, but I am encountering the same problem again today.
Eventinfo "WAITFOR (RECEIVE message_body FROM WMIEventProviderNotificationQueue), TIMEOUT 5000" from spid 51 in msdb dabase is executing...
April 2, 2013 at 12:23 am
yes, this instance has email profile configured.
And this is the output of DBCC inputbuffer
EventTypeParametersEventInfo
Language Event0WAITFOR (RECEIVE message_body FROM WMIEventProviderNotificationQueue), TIMEOUT 5000
December 6, 2012 at 1:29 am
Srihari Kagita (11/29/2012)
Example:
I just completed installing SQL Server 2012 on one of our test server with NT...
November 30, 2012 at 12:15 am
christopher_l_conner (10/10/2012)
October 11, 2012 at 2:40 am
george sibbald (2/7/2012)
have you tried without the rollback immediate?trace flags can be set on the fly.
dbcc traceon(1222,-1)
dbcc traceoff)1222,-1)
Without "rollback immediate" didn't work either.
I've since also tried restart the sql server...
February 7, 2012 at 5:56 pm
I think I've found the cause and it has something to do with RedGate's hyperbac.
I've recently taken over this SQL2000 server and hyperbac was installed beofre I came in.
Today I...
October 20, 2011 at 3:38 am
Very native, directly from SQL Server Enterprise Manager.
October 20, 2011 at 2:34 am
Thanks for your reply first of all.
But please do read carefully about my question, I am trying to restore a backup from SQL2000 to an instance running SQL2008R2, it is...
October 20, 2011 at 2:25 am
And I also tried to run "restore verifyonly from disk = <UNC_location_of_original_sql2000_backupfile>" from SQL2008R2 server to a network UNC location (after properly assign the service account's access privileges), but got...
October 20, 2011 at 1:50 am
I've tried to run "restore verifyonly from disk = <backup_file_location>" on both 2000 and 2008R2 instances and got the following messages:
on SQL2000
The backup set is valid
on SQL2008R2 x64
The media family...
October 20, 2011 at 1:31 am
ALZDBA (7/20/2011)
S is a physical drive on the box and not a connected drive ?strange .... verry strange
By 'connected', you mean SAN?
Mount points are administered in my company by windows...
July 20, 2011 at 5:51 am
Viewing 15 posts - 1 through 15 (of 110 total)