January 12, 2012 2:00 PM
Posted by: Denny Cherry
Class,
Encryption,
MCM,
Permissions,
Security,
SQL Server,
Training,
Transaction LogThis March I, Microsoft MVP for SQL Server and Microsoft Certified Master for SQL Server 2008 Denny Cherry, am teaching a 4 day class introducing SQL Server 2012. This four day class is being offered for only $1200 for four full days of training on...
August 18, 2011 4:30 PM
Posted by: Denny Cherry
Clustering,
Database,
Permissions,
Security,
SQL ServerRecently I was working with a clients SQL Server cluster. The managed service provide had installed some Windows patches causing the SQL Cluster to fail over to the other node. No big deal, everything appeared to be working as normal.
After a couple of days we noticed...
November 4, 2010 11:00 AM
Posted by: Denny Cherry
Permissions,
VMwareSo after I upgraded from VMware's vSphere 4.0 to 4.1 I ran across an awesome "feature". Apparently for security purposes VMware's vSphere decided that after the upgrade no one can log into the server except for root, and the vpxuser (the account that the vCenter server uses to log into the...
September 21, 2009 11:00 AM
Posted by: Denny Cherry
PermissionsSQL Server rights are pretty easy to work with most of the time. You grant a bunch of rights to an object, then you deny rights to those objects and the user looses the rights. Pretty easy. Now the catch is that if you use the fixed database roles, those roles overwrite any denies that are in...
July 20, 2009 11:00 AM
Posted by: Denny Cherry
Permissions,
SQL Server 2005,
SQL Server 2008,
T/SQL,
TablesWhen a user that doesn't have sysadmin rights creates objects by default they will be created in the schema that is the users default schema. Now the catch to this is that if you grant the user rights into the database via a domain group that domain group then the user doesn't have a default...
February 3, 2009 2:47 AM
Posted by: Denny Cherry
Permissions,
System ObjectsWhy on earth to people want to go changing the rights on the system objects. Continued »