SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Monday, May 30, 2016
Login failed for user ‘domain\username’. Reason: Server is in single user mode. Only one administrator can connect at this time.
›
You may get below error some time after improper shutdown of system. Login failed for user ‘domain\username’. Reason: Server is in single...
Thursday, February 18, 2016
Query to get IP address of SQL Server
›
Use below query to get IP address of SQL Server: DECLARE @IP varchar(40) DECLARE @IPLine varchar(200) DECLARE @Pos int SET NoCount ON...
Monday, February 8, 2016
How to show backup or restore progress to user in a progressbar?
›
You can show backup or restore progress to user in a progress bar if you had installed sp_who2k5 into your master database. You have ...
1 comment:
Monday, February 1, 2016
The SQL Server system configuration checker cannot be executed due to WMI configuration on the machine.
›
Last week I got below error in clients system: The SQL Server system configuration checker cannot be executed due to WMI configuration on...
Monday, January 11, 2016
Error: 64, connection was successfully established with the server, but then an error occurred during the pre-login handshake.
›
I had got below error in my friend's system: A connection was successfully established with the server, but then an error occurred du...
15 comments:
‹
›
Home
View web version