Viewing 15 posts - 16 through 30 (of 31 total)
Hi,
You can utilize the following steps:
1. Create your conditions which you want to evaluate.
2. Create a second condition that makes use of the "Database" facet. In this condition, you should...
October 5, 2011 at 4:30 am
Hi,
1. Open Visio 2010 with credentials that is able to connect to the database.
2. Select the Database diagram template.
3. Go to the database tab and select reverse engineer.
From there on...
October 5, 2011 at 1:51 am
Hi,
The easiest way to find this out is to check out the default trace. The catch however is to do this as quickly as possible after the permissions changed due...
October 4, 2011 at 10:23 pm
Hi,
You can execute the following command:
SELECT NAME,log_reuse_wait_desc FROM sys.databases
This will tell you what the log is doing i.e. replication, T-Log backups, etc.
You can also read my post on VLF's here.
September 30, 2011 at 2:35 am
Pleasure.
Well it is best practice in regards to security to run the SQL services with a domain account.
The reason it works now, is because it is running under NTLM authentication...
September 29, 2011 at 1:32 am
Hi,
I played a bit with the code. The "enable" policy is only valid if you schedule your policy or if are looking at settings which can be set for On...
September 28, 2011 at 8:06 am
Can you please provide the details of the policy which you created?
September 28, 2011 at 5:51 am
No,
They are exactly the same with only the expiration date added.
Evaluation is to "test run" SQL server to see if it will meet your RDBMS needs, there for it has...
September 28, 2011 at 5:35 am
Hi,
This problem can have two root causes.
1. The server is not set up for using kerberos authentication and there for cannot complete double hopping.
2. The SPN is incorrect for the...
September 28, 2011 at 5:00 am
It's a pleasure, that's why we are here 🙂
September 28, 2011 at 4:37 am
Hi,
To my knowledge, service packs for SQL 2005 cannot uninstall, however the ones for SQL 2008+ can be uninstalled through Control Panel.
September 27, 2011 at 9:34 am
Hi,
You can add the user to the database with no roles assigned;
Then go to Database >> Security >> Users; right click on the user >> properties; select securables>> click...
September 27, 2011 at 6:07 am
We have run into the exact problem. Some of our virtualized servers (OS 2003 and SQL 2000) refuse to run on the X series server processors in our VM hosts,...
May 8, 2011 at 4:09 am
Hi,
I got my SQL 2008 certifications last year. Apart from a huge enivornment to gain experience from; the best I found was to read and self-study. To write the tests...
March 31, 2011 at 5:09 am
I was in the same boat as you regarding XML when I started using Policy Based Management and XEvents...
Bought the following book and studied it in conjunction with googling.
APress Pro...
February 16, 2011 at 1:40 am
Viewing 15 posts - 16 through 30 (of 31 total)