Big Data resources
Hi Experts, I'm hearing a lot about big data these days but i couldn't find enough resoures about how to implement it on windows platform or any link related to how it could be implemented on SQL...
View ArticleUnused services
Hi guys, we have two SQL servers - one for SSIS and other for SSAS. on both the servers, we have installed all the components of SQL Server(SSIS SSAS, SSRS & Database Engine) though we are only...
View ArticleFinding SQL Job that updates a Database/Table
Is there an easy way to find a SQLAgent job that updates a particular table?
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 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 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 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 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 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 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 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 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 ArticleSQL Express database file auto-creation error but web-config changed to Azure...
I have an app that is based on the new MVC4 template with SImple Membership provider. I've deployed the app to an Azure website and changed the connection string from a local express-database to an...
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 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 Article