Full Text Indexing Locks
SQL Server 2008 SP3Does the population or rebuild or incremental updates on a FTI lock the source table at all? I am doubting it does but have to ask ....The FTI is on a single table with an Identity...
View Articleblocking access to sql server from particular IP
Hi I wan to to block to sql server (SQL2005) from particular IPI created triggerCREATE TRIGGER [tgr_blocker] ON ALL SERVER FOR LOGON AS BEGINIF isnull((SELECT client_net_address FROM...
View ArticleSQL Server 2012 Management Studio: I cannot create a SQL Server Express...
Hi all,I have SQL Server 2012 Express installed in my "Windows 7" PC that is part of Windows System in our Computer Network System. In the SQL Server 2012 Management Studio (SSMS 2012) of my SQL Server...
View Articlesp_helpfile and sysaltfiles inconsistency
why does sp_helpfile and sysaltfiles files show different values for database. sp_helpfile says 20GB but sysaltfiles says 200MB. the database is tempdb.Thanks.Hope it Helps!!
View ArticleDeadlock alert
Hi ,We are receving deadlock alert from SQL Sentry tool .i have attached the deadlock xml and few screenshot from the tool.I am having a bad time understanding this ,if you see in 2nd screenshot there...
View ArticleMicrosoft kb# 2023536 is missing
Hi,The following kb article provides guidelines on how to find the right setting for the best practice configuration for parallelism under NUMA:http://support.microsoft.com/kb/2023536Is there any way...
View ArticleSql 2005 Profiler: No "Deadlock graph" appeared in trace
I ran a trace against a sql 2005 database and selected Locks: Deadlock graphLock:DeadlockLock: Deadlock chainWe encountered a deadlock and the last two items were caught in the trace but not the...
View ArticleSch-M and Sch-S deadlock related to partitioned tables
Hi,Very anoying scenario... We have large partitioned table and we use staging table loads, and partitions sliding in and out of this table (part of the process is also rebuilding indexes on the...
View ArticleIndexing columns for an UPDATE
I have the following data (names changed to protect the innocent and/or guilty).create table Orders ( OrderID int identity(1,1), CustomerTIN int ) create table OrdersStaging ( OrderID int, CustomerTIN...
View ArticleFinding Data quality Issues
HiI have been presented purposefully couple of tables with data issues. Could anyone let me know how to find what those issues are?Thanks
View ArticleMany Buffer I/O and network I/O wait
Hi all when I open the Activity Monitor and I see there are many Buffer I/O and Network I/O wait.is it healthy ?? and what's the Buffer I/O ?? is it memory?
View ArticleSharePoint database used up 150G tranaction log within 1 hour
I have a SharePoint database server. The datafile size of 'content_intranet' database is 350. The log file was increased to 150G lat night around 3:00AM and used up all the disk space. What could be a...
View ArticleSQL Server 2008 R2 Memory Utilization high after fixing Max memory Settings
Hi All,Need a help to fix high memory utilization on one of our sql server 2008 r2 with 3 instances. i have done all the checks which is related to memory , however server is reaching the max memory...
View ArticleCopy SQL Server 2012 database with SMSS
I want to copy a database within the same SQL Server 2012 Developer instance (e.g. from database1 to database1_new). Here are the steps I followed in SMSS * Right click on database > Tasks >...
View ArticleQuery On Trigger
Hi guys i am working as a software engineer at bangalore,i have given a task by team-lead .I have two tools (i.e., SQL Server and My SQL) and two databases in different tools the thing is if update any...
View ArticleIs doomed transaction inevitable if deadlock occurs in a trigger (SQL Server...
Hi all,Below are two scenarios, however, what I am trying to accomplish is to catch deadlock errors and re-try the DML that was chosen as the deadlock victim. Does anyone know of way to accomplish...
View ArticleSQL Server 2008 R2 problem with linked servers
I have two SQL servers, one remote (Europe) and one local (California).California has a default instance of SQL, version SQLServer 2000.I installed SQL 2008 R2 as California\SQL2k8Europe has only SQL...
View ArticleSimple membership provider "looses" connectionstring after timeout
Steps to reproduce:In VS2012, create a new ASP.NET MVC 4 Application.Change the connectionstring in web-config to point to an Azure SQL DB.Set [Authorize(Roles = "Admin")] on the About Method in the...
View ArticleSQL 2008 - Script Logins/Permissions?
Hi, I am restoring a development SQL 2008 database over our production one but I want to keep the logins/permissions the same as they are now. So first I'm going to restore the database over our...
View Article[Microsoft][ODBC Excel Driver] Your network access was interrupted
Im having trouble with this ERROR. SQL##f - SqlState: S1000, ErrorCode: 4294966274, ErrorMsg: [Microsoft][ODBC Excel Driver] Your network access was interrupted. To continue, close the database, and...
View Article