SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Thursday, August 30, 2012
Recover sa password
›
If you have forgot your ‘sa’ account password and do not have any other account with admin privileges available. Also as a best practice yo...
Wednesday, August 29, 2012
The operating system returned an Error 1117
›
Today I ran consistency check on a database and it throw below error: DBCC checkdb on msdb database failed with errors:- Msg 1823, Level ...
3 comments:
Tuesday, August 28, 2012
Transaction Log Backup job failed
›
Our backup log job failed with following error: Executed the below query: "BACKUP LOG [DemoData] TO DISK = N'C:\Backup\xxx\...
Monday, August 27, 2012
Backup job failed -File in use Error 32
›
Sometime backup job failed with the following error: Alert description: BackupDiskFile::CreateMedia: Backup device 'xxx.bak' fai...
Friday, August 24, 2012
Convert Second to HH:MM:SS
›
You can convert seconds to HH:MM:SS in various method. Method 1 DECLARE @Seconds INT SET @Seconds = 7600 SELECT CONVERT(VarChar(...
‹
›
Home
View web version