Viewing 15 posts - 1 through 15 (of 17 total)
In addition to Mark's handy SQL statement, you'll also probably want to report the actual owner of the database, which you can find with:
SELECT name, suser_sname(owner_sid) FROM sys.databases;
September 30, 2009 at 1:52 pm
Phil, thank you very much for the response. I went ahead and incorporated the rsreportserver.config correction, and your note about the keys in my original post.
But, for ApplicationPoolConfigured_RM and...
December 16, 2008 at 8:53 am
Well, I couldn't leave the problem alone, and eventually found a solution. This fix involves manual registry changes and manually modifying .config files, so beware, AND I've only given...
November 7, 2008 at 12:12 pm
Though getting email alerts from the trace log errors in general would be nice, I'll settle for this to get started on monitoring subscriptions.
October 28, 2008 at 10:51 am
In SQL Server 2000 SP3 and later, no CONNECT to the database needed to be explicitly made...or was there some other mechanism at work that I didn't know about that...
October 24, 2008 at 12:48 pm
rbarryyoung (10/24/2008)
I may be getting the Requirements for the Cross-Database Server-Setting mixed up with the Database-Setting.
Good to know. Thanks for your help.
October 24, 2008 at 12:40 pm
Thanks for the quick response. Do you have any additional thoughts when I mention the following (particularly #1 below)?
3) I probably wasn't very clear in the last paragraph...
October 24, 2008 at 12:31 pm
bitbucket (9/23/2008)
September 23, 2008 at 8:39 am
Thanks for the query. Part of the issue is that the SQL Agent user I use is a sysadmin, and so I don't/haven't defined it as a database principal...
June 26, 2008 at 1:48 pm
This sounds more like a SQL Server 2000 dilemma to me. When failed login auditing is turned on in SQL Server 2000, sadly no State information is returned to...
March 28, 2008 at 11:26 am
Despite my testing, I could not get a private profile to work for the SQL Agent user, especially with the other security we have setup for that user. The...
February 5, 2008 at 2:41 pm
I'm not a huge fan of the BOL article referenced, http://msdn2.microsoft.com/en-us/library/ms178134.aspx. I answered the question as the author of the question intended, so I'm a bit biased,...
December 12, 2007 at 2:50 pm
I had a similar situation where we wanted to take a large mdf and split it into multiple files. Because this database is from a vendor that has an...
December 10, 2007 at 10:37 am
Disclosure: I answered 'No'
I read the question very literally to mean that you cannot directly access a mirrored database for reporting. Instead, you must combine 2 solutions, database mirroring with...
August 24, 2005 at 10:28 am
From BOL 2005:
"Although understanding how snapshots work is not essential to using them, it can be helpful. Database snapshots operate at the data-page level. Before a page of the source...
August 19, 2005 at 10:11 am
Viewing 15 posts - 1 through 15 (of 17 total)