Finding SQL Job that updates a Database/Table
Is there an easy way to find a SQLAgent job that updates a particular table?
View Articleif partitions all sit on the same disk is there any point in partitioning a...
does partitioning give a benefit over indexing if partitions are all on the same disk.
View ArticleDistributed transaction
hi i use in query with link server not problem but in trigger in recive error Distributed transaction i set msdtc network access
View ArticleConfig Backup
Hi, what type of configuration you praise me for SQL 2008 R2? I have configured the AShora as FULL but the Syamnetec backup gives me adveretecnia and to put it in simple
View ArticleWhat version of SQL 2005 do I need to run on a 64 bit 2003 server
I have a 64 bit 2003 VM setup and I want to install SQL 2005 Enterprise but the only 64 bit version of 2005 enterprise that is the extended version and when I try to install it I am told that it is...
View Articlemdm.udpValidateModel can be run twice with no side effect urgent?
I am new to MDS, client give me the mdm.udpValidateModel SP with @username etc. parameter. i don't know i parsed fisttime or executed. I again executed. will there will be any side effect . please...
View Articledoes date data type hinder join perforemance?
Hey Should this: "select...where t1.dateTypeColumn = t2.dateTypeColumn" be worst - perforemance wise - then this: "select...where t1.intTypeColumn = t2.intTypeColumn" I remember dates are actually...
View Articlewhat index scan and seek - table scan and seek
Greetings, Can any one please explain me the difference between INDEX scan & seek - TABLE scan & seek ? please give some examples... Thanks in advance.
View Articlelsass binded to 1433
Hi, I have a very bad situation here where the port is accessed by 1433. I am not able to connect to 1433 for my mssql server. I want to use msdtc also. I need help.
View ArticleIO Bottleneck on SQL Server 2008 r2
Using dynamic views, I found that one of the data files' read performance is > 100ms. ie.. SELECT mf.Name FROM sys.dm_io_virtual_file_stats(NULL, NULL) AS fs INNER JOIN sys.master_files AS mf ON...
View ArticleWhy extended stored procedure marked as depecated in SQL server?
I Know that CLR stored procedures has many advantages over extended stored procedures like type and exception safety and greater control from SQL server over them, but they have at least one...
View ArticleSQL Server not found
Hi I have installed SQL Server web edition on windows 8 pro with IIS 8. The installation was successful. But when I try my ASP.NET website I get the following error. The network path was not found...
View ArticleAtlas XL on SQL Server Performance
Hi, Does anybody know anything about the impact of Atlas XL on SQL Server Performance? I don't have any specific issue. I'm just wondering if there are any performance related issues I should look out...
View ArticleHow to cache rows?
Hi This is my procedure: create procedure [dbo].DebugSpTestCache @filter nvarchar(100), @checkDescription int as begin if @checkDescription = 1...
View ArticleQuery SAM database with SQL Server
Hi all, I know that with the ADSI provider I can query the active directory from SQL Server using OPENQUERY or OPENROWSET. I wonder if there is a way to query the SAM database (either local or remote...
View ArticleCreate a New Resource Pool
We are running a heavy process on some of the SQL Server instances we have on a server which spikes the CPU to hundred percent (We do this only for a couple of hours). During this processing one of the...
View ArticleShould differential backup be followed by transaction log backup
Hello, We're using sql 2005 enterprise sp2 with db(70 -80 GB) using full recovery mode and recently we want to apply full backup(once a week) and differential database backup(once a day). Is it...
View ArticleSQL Server 2008 SP3 - Mirror Accessibility
Thanks for looking at my posting! SQL Server 2008 SP3 in Mirroring. All is working fine and was wondering how I can better utilize access to the mirror for reporting and other tasks - obviously in...
View Article