Corrupted 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 ArticleOperating system error 1909 - database backup
Hi All, Iam trying to run the following on my Development SQL Server (2008):DECLARE @strSQL NVARCHAR(2000) SET @strSQL = 'RESTORE DATABASE MyDB FROM DISK =...
View ArticleDemo question
Hello!"When SQL Server Agent jobs fail, the error messages returned by the job steps are truncated.You need to ensure that all the details of the job step failures are retained for SQL Server Agent...
View ArticleIssue with VSS backups and SQL Server
I have been looking at an old problem with VSS backups and SQL Server.Consider this scenario:You have a SQL Server backup strategy with normal (non VSS) full and differential backups.Now you do a VSS...
View ArticleError with dropping Transactional Publication
Running SQL 2012.Currently merge and transactional replication are setup on the datbase (db1). Trying to drop the publication is generating a log reader agent error.Exec sp_droppublication @publication...
View ArticleSolid State Drives for tempdb/log files
I have just read in SQL Server Internals book that SSDs are not a great fit for tempdb and log files due to the large anounts of writes that these files do and that SSD have a limited lifespan of...
View ArticleFiltering SQL Server database tables data
Hello everyone,In the context of a feasibility study, we are exploring different ways to achieve a quite simple objective: for a specific database, display and process only five years old data, based...
View ArticleHigher wait wait times
Hi, We are seeing performance problems on one of our servers. I ran the following query to get higher wait types : WITH [Waits] AS (SELECT getdate() as Time_Stamp,...
View ArticleIndexes are updated
Hi Team,I m working one performance issueI need to know When last indexex are updated date and time?2. When stasts are updated date and time in TEST database please suggest me..Txsubu
View Articlesp_send_dbmail fails when query uses linked server
I've seen this discussed in another thread however a solution was never found. This came up after we applied the SQL Server 2008 R2 SP2 patch to our DBMS which had previously been at 2008 R2 SP1. The...
View ArticleProblem with Ghost cleanup
I have problem with 'Ghost cleanup' system process. It is locking up my tables and user transactions are keep getting wait status. So is there any way to disable or change the schedule of ghost...
View ArticleGetting an error when loading a .sql file to DTA
Hello, I am trying to look into a query thats taking 5 mins to execute on our production. Its an LinQ generated 6000 Line SQL query that the dev team is trying to put into production without any...
View ArticleSetFileIoOverlappedRange Bug- Question about available fixes
I have a 64-bit Windows Server 2008 R2 running 64-bit SQL server 2008 R2 RTM (soon to be SP2).I have read the CSS blog regarding the SetFileIOOverlappedRange bug...
View Articlewhy tables with columnstore indexes can’t be updated directly using INSERT,...
Why tables with columnstore indexes can’t be updated directly using INSERT, UPDATE, DELETE, and MERGE statements?That is to say, what's the side effects if tables with columnstore indexes can be...
View ArticleHow to get the sql list in the specified time period
hi, expertsYesterday the db server encountered memory issue, PLE suddenly drop from 20k to 1 k at 2:30 PM, how to check what's sql running at the specified time period? Thanks.Best regardsGarey
View ArticleHow to move Full Text Catalog SQL 2005???
I have Googled the terms 'move path change full-text index catalog' and have come up with nothing that pertains to SQL 2005...only 2000 and 7.0.... So my question remains, how the heck do you change...
View ArticleDowngrade SQL Server 2008 Standard to SQL Server2008 Web Edition
HiWe have a db server running a licensed (not trial) SQL 2008 R2 Standard (10.0.1600.22).We'd like to downgrade this to web edition - we're not using any of the features that standard gives us. We pay...
View ArticleLinked Server to accdb DNS ODBC error
Hi, I created and ODBC in System DNS on the server using ACEODBC drivers version 14.00.4760.1000 32 bits.Then I try to create a linked server to that ODBC EXECsp_addlinkedserver@server...
View ArticleAdventureworks DB is not attaching into my local host
Hi all, this is the version of sql server 2008 r2 am using , now i want to attach adventureworks db for practising , pl provide the linkMicrosoft SQL Server Management Studio 10.50.2500.0...
View Article