Viewing 15 posts - 2,011 through 2,025 (of 4,745 total)
Pleasure. Its a common issue.
Thanks for the feedback, happy christmas. 🙂
December 23, 2010 at 1:09 pm
The database userid is becoming orphaned from the login.
the user and login are mapped together using a SID (Server ID) value. When you failover the database the SID value for...
December 23, 2010 at 8:43 am
The PHYSICAL order of data is only guaranteed to match the clustered index just after it is created or rebuilt. In this case the index is created and the data...
December 21, 2010 at 7:15 pm
December 19, 2010 at 11:13 am
sssshhhh! Don't tell managers, they'll want it installed over christmas, 'whilst its quite' 🙂
December 18, 2010 at 4:45 am
and it is just in the context of that query window. so no it is not server wide and you don't need to turn it on again
December 16, 2010 at 2:34 pm
The sp_help_revlogin script for SQL2005 does include the default database for the logins.
but anyway this would script them out for you as well (SQL2000 syntax but will work)
set quoted_identifier off
select...
December 16, 2010 at 1:35 pm
This is certainly possible.
working from memory here on the event names but under TSQL look for SQLStmtStarting and SQLStmtCompleted.
Beware you are likely to get a lot of output compared to...
December 15, 2010 at 1:44 pm
We use blackberrys on which we receive emails. Might receive a call if its something monitored by the operators.
home connectivity is either via citrix on my home PC or vpn...
December 12, 2010 at 12:20 pm
IIS is only a pre-req for reporting services. If you are not installing that ignore the warning, if you are, stop the setup and install IIS.
December 11, 2010 at 12:09 pm
<sigh>. I know what I did. I was doing the investigations on the failover server, the database has a different dbid there!
December 11, 2010 at 12:06 pm
thankyou Gail for confirming the value I should be checking..
I have gone back and revisited it and got a hit on the objid this time. I don't have the original...
December 10, 2010 at 4:41 pm
It should be removed from maintenance plan options as it has no place in day to day database maintenance.
I can just about see a case for autoshrink in dev environments,...
December 10, 2010 at 4:06 am
The above proc would also be run if you use the history cleanup task in a maintenance plan and select Backup and restore history
December 10, 2010 at 3:47 am
select count(*) from msdb..backupset where database_name = 'yourdb' and type = 'D'
However older backup history can be purged from this table by cleanup operations so unless you never run this...
December 9, 2010 at 5:25 pm
Viewing 15 posts - 2,011 through 2,025 (of 4,745 total)