KB#958745
Hi, How to check that KB#958745 issue resolved in SP3 of SQL Server 2008.FIX: Error message when you try to run or preview a very large report in Microsoft SQL Server 2008 Reporting Services:...
View ArticleData Compression over Linked Server Connections - SQL SErver 2012 Enterprise...
Hi,I am attempting to find out the impact of SQL Server Enterprise Edition data compression on the amount of data transferred across a linked server connection.I found a good article summarising SQL...
View ArticleRestore Transaction log backups
Hi,I Have 200 transaction log backups and i want to restore all at once. But i can restore one at a time.is there any way to do that.
View Articlesqlprofiler on table with no indexes
Hello Forum Members,Can you please advise me on this:I have a table with huge data. This table doesn't have an index, so running a query on this is taking more than an hour and half and sometimes...
View ArticleQuery taking double the time from a client machine
We have part of the application always failing from a very long running query. We were able to extract a sample SQL to simulate the operation of that query and have found the following .. (this query...
View ArticleBEST MAINTENANCE PLAN
I have a query in the creation of my Sqlserver Maintenance Plan: to create my plan to take full backup, differential and transaction log. All these are due to expire at the same day, for example at 7...
View ArticleSQL Profiler Duration Column
The profler shows a certain Duration for a stored procedure, called from a remote client, of say 55 seconds. If I copy the SP call from the Profiler and paste it into SSMS, the exection time is 1...
View ArticleThere is any way to change partition scheme from left to right without...
Hi All,There is any way to change partition scheme from left to right without dropping Table in production.I am doing testing on Table Partitioning & requirement is to do partition (3 Partitions...
View ArticleMonitoring Disk Space Using an Alert - Part 2
I have my alert working with the following code:SELECT * FROM __InstanceModificationEvent WITHIN 300 WHERE TargetInstance ISA 'Win32_LogicalDisk' AND TargetInstance.FreeSpace < 3221225472 AND...
View ArticleHow to see reports of disk usage and others of old date data in MDW?
How to see reports of disk usage and others of old date data in MDW?Thanks
View ArticleSQL Server "Autogrow"for LDF files.
I have installed "Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)"there are few .LDF files which is goring too much almost"17 to 18 GB". these database are"file-stream enabled" is there is any...
View Articlesql server performance report
Hi Everyone,I got a SQL Server 2k5 instance. Now I want to get some performance report including the average memory usage, average CPU usage, active connections on a weekly basis. Is it possible to...
View ArticleInconsistent metadata in tempdb
I am periodically receiving the following error message in SQL Server 2012 Standard SP1: "No catalog entry found for partition ID 4683802261943549952 in database 2. The metadata is inconsistent. Run...
View ArticleAre there any negative affects with: SET NOCOUNT ON
http://technet.microsoft.com/en-us/library/ms189837.aspxI wanted to ask if anyone has experienced issues turning on (SET NOCOUNT) in their environment. Plan would be to use it in stored procedures,...
View ArticleBACKUPIO and BACKUPBUFFER wait types question
Hi All,Im checking wait stats on a SQL 2008 Standard server, and the top wait types are BACKUPIO and BACKUPBUFFER (24 and 23% respectively). I am backing up about 30GB to a network share and it takes...
View ArticleODBC INsert on linked table Failed - query timeout
Hi,Our users keep getting the error msg "ODBC Insert on linked table failed - query timeout(#0).we are using Access 2010 on a SQL 2008 Express backend. funny thing is it seems to happen around the...
View Articlesql server 2008 connection error 26
Hi,I am getting a connection error 26 in sql server 2008 when i click connect on SSMS. How do i solve this issue. Please let me know.Regards Syed
View Articlehow can I reduce The cpu from 8 to 4 in SQL Server 2008R2
Hi,I want to reduce the number of logical cpus from 8 to 4. How can I do that?Thanks
View ArticleSQL Server 2012
Hi All,I'm hoping I am posting this to the right group and if not, then please excuse me :0)...I just had someone ask me about certification material for 2012 (i.e., transcenders etc.)I always did good...
View ArticleTimeout occurred while waiting for latch
I was getting the following message in the error log frequently in one of the development BI server. The data load took so long (almost 2 days). The application user killed the session and it went to...
View Article