SQL Server 2005 Timeout expired exception
Hi,I have a program in C# that I used to run on Visual Studio 2000 and SQL Server 2000 without any problem.Now I upgrade to VS2005 and SQL Server 2005 and get and exception whileinsert via...
View Articleola.hallengren maintenance solution
Hi, I am using http://ola.hallengren.com/, but I got an error when I schedule this in sql agent job. it says:1 Incorrect syntax near 'sde', can anyone help, I would exclude the index optimize for...
View ArticleQueries only working with the first 299 rows
Hello everyone, I am having a bit of an issue with SQL Server 2008, I am trying to know why my queries are not working correctly.They only affect the first 299 rows or so, even if I do a "SELECT * FROM...
View ArticleArchive table data will speed up inserts?
I have a table that gets inserted into several times a day. The current archive process thats in place does not include this table and it has almost a million rows in it, along with several...
View ArticlePeriodic server crashes on DB server, no cause?
We've got 2 DB servers, connected to a SAN via fiberchannel connection.We've had periodic (1-2) crashes a week off an on, but have become more frequent.The only thing running on the servers is SQL...
View ArticleProblem with SQLServerWriter failing to prepare snapshot
I have been having a problem with a third party tool we are using to do farm backups on Sharepoint. It is backing up the WFEs and app servers fine using VSS.. but when it comes time to backup the sql...
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleOne Big SAN
Our env is OLTP + DWH 24/7. Applications goes from financials to manufacturing and OLAPs. We run EVERYTHING you can name it on 1 giant SAN.The current engineering thinking, that is strictly from an...
View ArticlePlan Cache Related Performance Drop After SQL 2012 Upgrade
We've installed SQL2012 on one of our servers and spotted an overall performance drop of around 20% when compared to SQL2008. On the same hardware and identical database settings (Optimize for Ad Hoc...
View ArticleLarge Index Quickly Fragmented
We have a 400GB database in SQL 2008 (compatibility 80) we recently upgrade from SQL 2000. For some reason this database seems to have frequent fragmentation issues. There are quite a few indexes in...
View ArticleTempdb
HiAll,We have around 6 databases that we use in our queries. I would like to know what's the correct size of Temdb database size should be as all the databases are being referenced in order to boost...
View ArticleAudit certain SQL connections>
Hi,Is it possible to monitor / audit SQL logins that originate from certain machines only, and alert us when a connection is made? Or is the best way to do this a SQL profiler trace excluding certain...
View ArticleSQL 2012 SP1 tempdb using RAM
Before SP1 on SQL 2012, I was able to create tempdb on RAM disk with imdisk utility.Increased performance significantly.We have 1 Terrabyte of RAM, 450 Gb is used for SQL server the rest is empty...No...
View ArticleProblem with performance. Maybe transaction log problem?
Hello,we have ETL process which starts everyday. I noticed that load time started to become bigger. Since no changes hasn't been made for weeks I think that it could be related to transaction...
View ArticleCannot insert duplicate key row in object 'dbo.blabla..' with unique index...
We are developing a project that is expected to hold TB of data and the back end used is SQL Server 2005.I have the following problemI have applied Nonclustered index over a column on a table.Designed...
View ArticleLarge MSDB
Please can someone help.A client server, with several user DB's has a large MSDB data file (~40GB) which is consuming space.I have attempted some troubleshooting already by following these...
View ArticleSQL Connection memory usage is growing steadily
Issue:SQLconnection memory usage is growing steadily (8G after only 2 days). It can keep increasing and eventually eat all allocated memory and none process can be going on.System:SQL 2008 R2 on...
View ArticleSetFileIOOverlappedRange Error AFTER Installing SQL Server 2008 R2 SP2 / Win...
SQL Server 2008 R2 - 64 BitVersion: 10.5.4260 (SP2 CU1)OS: Windows Server 2008 R2 Enterprise 64 bit SP1 With Hotfix 2679255 installedSQL Server Trace flag 8903 enabledIn the environment described...
View ArticleWhat is a good SOP when you get a stack dump for an access violation?
We just got a single EXCEPTION_ACCESSS_VIOLATION error on a production box, the process was apparently killed but the server continued.How seriously does one want to take this, and what is a good...
View ArticleHelp - SQL 2000 (Microsoft ODBC SQL Server Driver Timeout Expired)
Hi,I am attempting to restore a 3TB database and keep getting the error "Microsoft ODBC SQL Server Driver Timeout Expired". I've verified that the backup files are good and can successfully restore...
View Article