Performance issues when using "Begin distributed tran", NOT Exact query is...
Remote Query fired from ServerA to ServerB. ServerB holds the datbase and Table. Table Name: BigDummyNO of records 1.4 Million Approx Three scenairos all of them using "Begin distributed tran". There...
View Articlecpu usage information
hi ,one of my production sever cpu spiking 100%,constant 90% what we can do?how to resolve the this issue..
View ArticleLost Table Data after detaching and reataching a database mssql 2008
I detached a database saved 3 copies of it (both files) in different locations, when I re-attached the db most of the table data was gone (for all the 3 saved copies). all the database elements i.e...
View ArticleFULL TEXT Catalog automatically Enables
Hi,I'm disabling full text catalog and everytime it starts automatically when an application services restarts which resides on another application server.What may all be the reason for automatic...
View ArticleServices that can be disabled on SQL servers
Hi All, I have two servers (with 1 SQL instance each) and 1 SSRS server. I think, the below services are not needed on any SQL servers and would like to DISABLE them: HTTP SSL - DISABLE IIS Admin...
View ArticleProblem about MSSQL 12
hi,I have Install MSSQL Server 2012 on my PC. I want to import .bak file. but I fail to do this.1) when I try to register new Server in MSSQL server management Studio showing me 'Error :40 Could not...
View Articlesql server error
390603 : Failure during SQL operation to the database : The statement has been terminated.Cannot insert the value NULL into column 'C7', table 'ARSystem.dbo.T606'; column does not allow nulls. UPDATE...
View ArticleMap Drive in SQL agent Job
Hi All . I am trying to do the followingexec xp_cmdshell 'net use \\192.168.0.1\sharing2' exec xp_cmdshell 'copy F:\test.txt \\192.168.0.1\sharing2\' exec xp_cmdshell 'net use \\192.168.0.1\sharing2...
View ArticleMDB-05053
Hi We are doing SAP installation, during intallation we are getting below error"MDB-05053 Errors when executing sql command: [Microsoft][ODBC SQL Server Driver][SQL Server]"FASTFIRSTROW" is not a...
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 ArticleKB#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 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 ArticlePerformance Issue on Sql server 2008 r2
Hi ,There is a performance issue on my Standalone SQL Server there are many concurrences on a database.I found in my SQL error log the below one:Timeout occurred while waiting for latch: class...
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 ArticleSQL Server 2008 - Saving BLOB files - Which is better for 100kb files? -...
Hi All,I am using SQL Server 2008 R2 as a backend tool in one of my application. I want to save 100kb files in database.I found two approaches for this:1) Using varbinary(max) with Filestream2) Using...
View ArticleStop Words Blocking Results
I've been developing code to convert a Google-style search query to a full-text-search query. For example, it would conver "red car" to "(FORMSOF(INFLECTIONAL, red) AND FORMSOF(INFLECTIONAL, car))"....
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 ArticleAttach database failed for Server
TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach database failed for Server 'EVEREST-LAPPY\SQLEXPRESS'. (Microsoft.SqlServer.Smo) For help, click:...
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 Article