-
Recent Posts
Archives
Categories
- Automation in SQL Server
- Backup – Restore
- Clustering
- Computers and Internet
- ContainedDB
- Database Mirroring
- DatabaseSnapshot
- Deployment
- Desktop Virtualization
- Disaster Recovery
- How To
- HyperV
- Jobs
- Just Learned
- Personal
- PowerShell
- Security in SQL Server
- SQL Server
- SQL Server Configuration
- SQL Server Denali CTP1
- SQL Server HA
- SQL Server Installation
- SQL Server Tools
- SQL Server Versions
- SQL2012
- SQLCMD
- SQLDay
- SQLPASS
- SQLSaturday
- SQLServerDay
- SSAS
- T-Log
- T-SQL
- TechED2012
- TestLab
- Tools
- UG Meet
My Tweet
- RT @vinodk_sql: #MyBlog on "Windows Phone 8 features I love using - blogs.extremeexperts.com/2013/05/23/win…" 1 day ago
- RT @vinodk_sql: Blog all set for tomm. Top Windows Phone 8 features that I love to share :) ... hehehe. 2 days ago
- RT @vinodk_sql: #MyBlog on "Contained Database and Windows User Group - bit.ly/17Q16Ut" 4 days ago
- Installing SharePoint 2010 on my testlab 5 days ago
- #NowWatching #ABCD .. Super Liked !! 5 days ago
Meta
Category Archives: Security in SQL Server
User Mapping With ALTER USER
Yesterday I was working with my colleague to help him with a user-mapping issue. He was migrating a database to SQL server 2008 R2 environment. He restored the database in the new environment from a recent backup and copied all the logins … Continue reading
Posted in How To, Just Learned, Security in SQL Server, SQL Server
Tagged How-to, Just-Learned, Security, SQL Server
2 Comments
Last Password Change Time for SQL Login Account
Yesterday at work, I received an alert from Operations Manager (SCOM) that the password for the SQL Login account in one of instance is expired and need to be changed. While I checked the SQL Server Error Log for that instance, … Continue reading
Posted in How To, Just Learned, Security in SQL Server, SQL Server
Tagged How-to, Just-Learned, SQL Server
Leave a comment
How to enable sa Account in SQL Server?
When you install the SQL Server using Windows Authentication mode, by default, the “sa” account is disabled. Sometimes, due to users/customers request, you may need to enable the sa account. You need to change the authentication mode for SQL server … Continue reading
Posted in Security in SQL Server
27 Comments
How to Transfer Logins from one SQL server instance to another SQL Server instance?
It is one of the common question, which we can expect during any SQL Server interview: “How should you transfer logins from one instance of SQL Server to another?” The answer is pretty simple, however, its very complicated as well. … Continue reading
Posted in Security in SQL Server
6 Comments
