Viewing 15 posts - 496 through 510 (of 1,155 total)
What are you planning to automate ?
Thank You,
Best Regards,
SQLBuddy
September 16, 2011 at 7:12 pm
1. IDERA SQL Compliance Manager
2. IBM Guardium
3. Oracle Audit Vault.
Thank You,
Best Regards,
SQLBuddy
September 16, 2011 at 7:08 pm
What is the improvement measure for each of them ?
...
September 16, 2011 at 7:03 pm
bindview (9/15/2011)
Primary_id - XXXXXX
primary_database - ABC
backup_directory - Networkpath
backup_share - Networkpath
backup_retention_period -...
September 16, 2011 at 6:18 pm
Lets rule out some options..
1. Did you restore the Full Backup on secondary with NO RECOVERY option and is the secondary database in Restoring mode ?
2. Are the backups getting...
September 16, 2011 at 5:20 pm
Use the Following :
CREATE A CONDITION USING THE FOLLOWING:
FACET : DATABASE
EXPRESSION:
ExecuteSql('Numeric', 'SELECT COUNT(*) FROM sys.database_principals a LEFT OUTER JOIN sys.server_principals b ON a.sid = b.sid
WHERE...
September 16, 2011 at 5:08 pm
Good Job! Nice to know that ..
Thank You,
Best Regards,
SQLBuddy
September 16, 2011 at 5:01 pm
Please check all the records.. You will find the comma at least in one field (usually description columns) and the data in the output file will display fine until...
September 16, 2011 at 5:00 pm
Theory always looks fascinating. But things will be different when it comes to implementation and the intricacies remain hidden until issues arise..
The blog looks good but the important factor has...
September 15, 2011 at 11:20 pm
Pouliot is right. If you have commas in any of the fields in the table , then the data will be misplaced in the output.
So try to replace commas with...
September 15, 2011 at 6:06 pm
Make that local path a shared directory and enter it.
Thank You,
Best Regards,
SQLBuddy
September 15, 2011 at 6:03 pm
Check these resources :
http://www.brentozar.com/best-sql-server-dba-books/
http://www.sqlservercentral.com/Books/
Thank You,
Best Regards,
SQLBuddy
September 15, 2011 at 6:00 pm
How are you testing the connection ?
In the SSMS, are you able to expand the nodes in the LServer and view the tables and other objects ?
Also did you check...
September 15, 2011 at 5:46 pm
Did you assign a static port number to the Named Instance or is it using dynamic ports ?
As Aiello mentioned, check if SQL Browser service is stopped and start it...
September 15, 2011 at 5:37 pm
Viewing 15 posts - 496 through 510 (of 1,155 total)