SQL Express 2008 r2 sp2 out of memory bug!
I have one query with 21072 individual update statements in SSMS. I am using sql express r2 sp2. I am updating only one varchar(255) text field with short strings < 100 chars. I only get partway...
View ArticlePerformace
If any one knows what is the steps to check and analyse the performace issues with memory please provide the information? How to confirm tha the issue was not a memory issue ?
View ArticleUnable to login into sql server database engine
Hi Friends, This is the error we are getting while logging into SQL Server 2008 R2 in INMUk05. It is not letting us to login into SQL Server. \ =================================== Error connecting to...
View ArticleSQL server 2000 performance issue
While executing the restore command in sqlserver 2000 (windows 2003 server) itself it was taking around 3 hours to complete the restoration.if we connect the same instance in other server, 2008...
View ArticleWhat all database operations are logged in transaction log
I would like to know that what all operations are used to logged in transaction log?Please also suggest if any blog or white paper for this details.advance thanks!Regards Vikas Pathak
View Articlespid -4 blocking the transactions
Hi All,We encountered a situation today where the spid -4 was blocking the transactions. We're not able to kill it as it was not treated as a valid spid by SQL server. We tried to get the UOW using...
View ArticlePartition table with non-clustered index
Hi,I am in sqlserver 2005 developer edition. I have a table awrard_transaction which has refno column as primary key and has a primary key (unique clustered index on it), index name is...
View ArticleWhen I am running this below index rebuild it is increasing transaction log...
When I running this below index rebuild it is increasing transaction log size so much ...while actually reorganize incraeses the space...USE [xyz] GO ALTER INDEX [PK_Applications] ON...
View ArticleTrigger Inserted and Updated Table
Hi Team,I have a vendor application where a table with 1 million rows get updated without a where condition (all rows). This table is having an update/insert/delete trigger.Inside the trigger there is...
View ArticleAuto headers in any new sql script
ctrl + New, new blank window will open to write sql script same time I expect below comment as header appear automatically in sql 2005/08 R2 is it...
View ArticleSplit Sort Collapse and CDC __$operation and __$update_mask
We have a (many actually) table with cdc turned on. I noticed in an update I did not specify exact keys as below the query plan shows a split sort collapse operation and interestingly cdc table shows...
View ArticleSQL Server Monitoring - resources
Hi allHaving taken an audit of our production server that has 4GB of RAM, I have noticed that the SQLServr.exe process is using 3.3GB of it. I am compelled to ascertain why this is using so much RAM....
View Articlefilestream on Windows Server 2012 - The request is not supported
hello everybodyMaybe there will be someone who solved the same problem. i have application in C# (FW4) which uploads files to the SQL server using filestreams (snippet of code below). When this...
View ArticleBrowser Service Hangup
Hi,I have one instance of Microsoft SQL Server 2008 Enterprise Edition (64-bit) running on windows 2008. Database engine, agent service and browser service shows running in services.msc. I cannot login...
View ArticleExtreme disk usage on SQL partition
Is it normal or safe for the X: SQLDATA Partition to sustain an Active time of 98 to 100 % and a disk queue length of from 4 to 500 when no one is logged into GP?Cluster info: HQ-erp has 2 applications...
View ArticleGranting user defined role to dbo
Hi,I have one login say test and executed:use <db name>gosp_changedbowner testI have user defined role role1 in this database.I want to grant role1 to test. Now test has user dbo in the database....
View ArticleSQL Server 2005 hangs twice/day with continuous stack dumps
MS SQL Server Enterprise Edition (64-bit) v9.00.1399.06 MS Windows NT 5.2 (3790) 14334 MB RAM 8 CPU Not clustered serves MS SharePoint 2007 instanceMy SharePoint goes down twice a day due to SQL Server...
View ArticleSQL Server 2008 mystery backups
Hello,Each night a single db is backed up to C:, eventually filling up the C drive and bringing things to a halt. I can't find the source of the job that is creating this backup. It looks to be a mix...
View ArticleSQL Server occasionally refuses new connections for short periods
I have an application that has been running for years. Starting in early January, I've started seeing connection errors when simple queries run against the database. This only happens to maybe one...
View ArticlePAGEIOLATCH_EX Wait type on insert
Hello All,I am noticing a lot of PAGEIOLATCH_EX wait types whenever there is an insert into a table. I have the clustered index primary key on a GUID. I wanted to know if this was a disk issue and ran...
View Article