Follow the following steps,
1. Stop all user activity in the database
2. Switch to the SIMPLE recovery model (breaking the log backup chain and removing the requirement that the damaged portion of log must be backed up)
3. Switch to the FULL recovery model
4. Take a full database backup (thus starting a new log backup chain)
5. Start taking log backups
http://www.sqlskills.com/BLOGS/PAUL/post/How-can-a-log-backup-fail-but-a-full-backup-succeed.aspx
Ads
27 March 2012
20 March 2012
SQL Server 2008 SP2
•SQL Server 2008 SP2: http://go.microsoft.com/fwlink/?LinkId=196550
•SQL Server 2008 SP2 Express: http://go.microsoft.com/fwlink/?LinkId=196551
•SQL Server 2008 SP2 Feature Packs: http://go.microsoft.com/fwlink/?LinkId=202815
•SQL Server 2008 SP1 CU’s Released: http://support.microsoft.com/kb/970365
•Knowledge Base Article For Microsoft SQL Server 2008 SP2: http://support.microsoft.com/kb/2285068
•SQL Server 2008 SP2 Express: http://go.microsoft.com/fwlink/?LinkId=196551
•SQL Server 2008 SP2 Feature Packs: http://go.microsoft.com/fwlink/?LinkId=202815
•SQL Server 2008 SP1 CU’s Released: http://support.microsoft.com/kb/970365
•Knowledge Base Article For Microsoft SQL Server 2008 SP2: http://support.microsoft.com/kb/2285068
01 March 2012
New T-SQL Features in SQL Server 2012
SQL Server 2012 has several major enhancements including a new look for SSMS. SSMS is now similar to Visual Studio with greatly improved Intellisense support. The main new TSQL features in SQL Server 2012 are:
WITH RESULT SETS
OFFSET AND FETCH
THROW in Error handling
SEQUENCE
WITH RESULT SETS
OFFSET AND FETCH
THROW in Error handling
SEQUENCE
Subscribe to:
Posts (Atom)
-
Find More On : - http://www.sqlserver-training.com/250-sql-queries-interview-question-answers/-#5+ SQL Queries Interview Questions ...
-
ERROR: report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the o...
-
http://technet.microsoft.com/en-us/library/cc731002(WS.10).aspx#BKMK_requirements How accounts are created through wizards in ...