Articles in this series
Problem: I have logged in to the SQL Server using winodws authentication and created a new login with SQL authentication. Then tried login with the...
Error: The request failed or the service didn't respond in a timely fashion consult the event log or other applicable error logs for...
This query gets tcp/ip settings of the SQL Server from registry. SELECT registry_key, value_name, value_data FROM sys.dm_server_registry WHERE...
Problem Unable to rename the database in SQL Server. Msg 5030, Level 16, State 2, Line 17 The database could not be exclusively locked to perform...
SELECT rs.destination_database_name, rs.restore_date, bs.backup_start_date, bs.backup_finish_date, bs.database_name as...