SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
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...
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:
‹
›
Home
View web version