SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Monday, April 17, 2017
A non recoverable I/O error occurred on file while taking backup.
›
You may get this error while taking backup of databse. The reason for this error is insufficient disk space. The solution is either free...
Friday, December 2, 2016
The media family on device '' is incorrectly formed. SQL Server cannot process this media family. RESTORE FILELIST is terminating abnormally.
›
Error: The media family on device ‘<FILENAME.BAK>’ is incorrectly formed. SQL Server cannot process this media family. RESTORE FILE...
Friday, October 21, 2016
Error occurred during installation: Error 1618 installing Microsoft SQL Server setup Support files.
›
You may get below error during SQL server installation: Error occurred during installation: Error 1618 installing Microsoft SQL Server se...
2 comments:
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...
‹
›
Home
View web version