Viewing 15 posts - 451 through 465 (of 495 total)
You can always add the DBA accounts to DenyDataReader/DenydataWriter groups and that would give you access denied errors, but then the DBA could simply remove themselves from that group.
July 22, 2010 at 9:58 am
Search BOL for the phrase "Mapping System Tables to System Views". There's a whole chart there.
July 21, 2010 at 2:12 pm
Just in case, you probably already checked this, but verify that the Agent service account has permissions to the same stuff that you do. It's possible that permissions are...
July 21, 2010 at 12:34 pm
Ah, I see what you meant now. I just saw the sample code and thought you were telling him to cap it literally to 4 GB.
Still, though, while I...
July 21, 2010 at 11:42 am
Take a 16 GB SQL Server and limit it to 4 GB for SQL to use? Even giving 2 GB to the OS (seems a bit high to me),...
July 21, 2010 at 11:07 am
Could be because the user was added to the group a few minutes before. If your group membership changes after you log in, your token doesn't automatically update, and...
July 20, 2010 at 3:13 pm
Some do, some don't. It's the same old thing -- people all say that you need a DBA but no one accepts what a DBA says because they don't...
July 20, 2010 at 9:04 am
Another thing you might do is restore a prior backup someplace and find a SQL compare type tool to at least see what was changed in the procs. Red...
July 20, 2010 at 8:57 am
Your only real option at that point once the damage is done and you have no trail is to get a log reader and see if that can find the...
July 20, 2010 at 8:54 am
Dirty data could include:
text files that put alphanumeric data into a column that would import to a numeric destination.
typos in the years (i.e. 2009 becomes 3009 by mistake)....
July 20, 2010 at 8:52 am
Seems like there are a lot of communication and education issues between DBAs and the SAN guys. Here our problem with the SAN guys is that they hear us...
July 20, 2010 at 8:47 am
If 7986011679 is an account number, then I think this may be your problem. Your input query is going end up being
SELECT * FROM Dev_Adhoc.dbo.Bank_Data_Source where ACCT_NBR=7986011679
and without apostrophes...
July 19, 2010 at 2:03 pm
2005 Activity Monitor gave you that data. 2008 Activity Monitor does not. The new Activity Monitor in many ways is much worse than its predecessor.
July 19, 2010 at 1:47 pm
SQL Server Agent is not available in SQL Server Express.
July 19, 2010 at 1:38 pm
You didn't mention log backup verification, but that is a concern as well. I actually find that log shipping, in addition to being a healthy in place DR method,...
July 19, 2010 at 1:10 pm
Viewing 15 posts - 451 through 465 (of 495 total)