Restore failed
Hi, I received backup file from vendor. When I run restore script, restore database xxxx from disk='path\backupfilename' with move 'datafile' to 'newpath\filenaem', move 'logfile' to...
View ArticleMsg 3456, Level 16, State 1 Could not redo log record
I am getting below error: restore log Manish from disk = 'W:\translogs\Manish_20121012021501.trn' with replace, norecovery Error – Processed 0 pages for database 'Manish', file 'ManishDATA1' on...
View ArticleDiskpart Sql Server
I excuted DiskPart for sql server. below the screenshot. is Offset ok Please explain. Manish
View ArticleMinimally logged and point in time recovery .
In Minimally logged operation, If i change recovery model to bulk logged, and start bulk operation, after bulk operation if i insert 1 record to the same page on which bulk logged operation occurred,...
View ArticleMeaning of Msg 3456, Level 16 Sql Server message
What's the meaning of the below error: Could not redo log record (13711624:118626:157), for transaction ID (2:-271513189), on page (3:57660275), database 'Manish' (database ID 5). Page: LSN =...
View ArticleInstalling SQL Server 2012 on a Windows 8 OS
Trying to install SQL Server 2012 on a Windows 8 OS. Hardware: Intel i7 processor, 8 GB RAM, plenty of Hard Disk space. Here is the error I get: TITLE: SQL Server Setup failure....
View ArticleUnable to start default LocalDB instance on Windows 8 x86
Cannot start the default LocalDB instance, in our application or by typing in 'sqllocaldb s "v11.0"' on the command line. This issue only occurs on Windows 8 x86. Works fine on Windows 7 x86/64 and on...
View ArticleLinked server performance dropped after migration
We just finished a server migration for our server. Actually, it is a hardware migration with new powerful server. From Win 2000 Adv Server + SQL 2000 to Win 2003 Ent + SQL 2000 After that, we found...
View ArticleHow to detect corrupted index?
Hi, We have a production Windows desktop app which runs against a SQL Server 2008 R2 database. (It was originally developed using SQL Server 2005, but was switched to 2008 at least a year ago. After...
View ArticleCorrupted Database Error 3456
After a simple reboot of the file server one of the data bases in the Sql Server 2k of the SBS 2000 appears in enterprise manager as supect. I decided to detach and again to attach the db. I have never...
View Articleblocking from xp_sysmail_format_query waittype of preemptive_os_getprocaddress
Hi! We have a hung process with wait type of preemptive_os_getprocaddress. The process's last statement was xp_sysmail_format_query. I tried killing the proc, but now it just in killed/rollback status....
View ArticleHow to resolve the deadlock for stored procedure ?
Hi, I am facing deadlock issues in one procedure ... as code is likewise.... DECLARE @T table (Ticketid bigint, RefTaskId bigint) INSERT INTO @T select distinct...
View ArticleSQL Memory Issue (Hope Script Can Fix)
I have a SQL Server that tends to hang around 98% memory usage. When I restart the service the memory usage goes down to 20 - 30% and in two weeks its back to 98% and stays there. I have backups that...
View ArticleBlocking Alert WMI Property Details
I have a created a blocking alert. It works, but I'm very fuzzy about the WMI properties. I use the (WMI(property)) token to get the property values, but I am unsure of what I'm getting. I would...
View ArticleConnection Failed
Hi, When user tried to connect to sql server, gets following error: SQLState '28000' SQL Server Error: 18456 Micorsoft SQL Server Native Client 10.0 SQL Server login faile for user abc\xyz. Connection...
View ArticleSplit one mdf file into several files
Hi, I have a huge (over 1 TB) SQL 2008 R2 database that has one .mdf file. I need to migrate the database to a another server but the new server only has several smaller drives, so I need to split...
View ArticleSQL Server 2008R2 - Transaction getting log full in simple update statment
I am facing strange issue while performing simple Update statment on one table having 5cr. records as Update Table Set Is_Deleted=0 is failed after say 2hrs with below error. Msg 9002, Level 17, State...
View ArticleSQL server memory usage best practices
I run SQL 2005 64bit on a Win2008 R2 Cluster with an active and a passive node. The rdbms hosts one DB at 40 GB and a few more db's at another 20 GB. Total size for all databases sums to 60GB. The...
View ArticleDistributed Transactions fail on Linked server
We get the below error while performing a distributed transaction on linked server. We have several linked servers configured in the source server and all of them succeed with the distributed...
View ArticleSQL Server ODBC Data Source Test Failed.
Hi, User is member of AD grop and that group have permission on database. When this user tried to connect database through ODBC connection he gets following error and cannot connect: "Microsfot SQL...
View Article