automatization options?
Hi guys; I always found the BEST advice here; that's why I always come back!Quick inquiry... what do you think? I need to automate a process... a group of people needs to see/receive every 3 weeks a...
View Articledatabase default location is not showing system drive
In SQL Server 2012 Instance properties ,database default location is not showing system drive E:\ which was my backup drive .How can I add it again?Thanks
View ArticleUpdate Locks Table vs View
Hi, I have the below view CREATE VIEW vwEmployee AS SELECT TOP 1 ID, DateAdded FROM DB1.dbo.tblEmployee WITH (UPDLOCK, READPAST) ORDER BY ID ASC, DateAdded ASCwhen I run something like begin...
View Articlecpu uses 100 % and memory uses 98 % while opening the sql server exe
Dear all,one the my server where cpu uses showing 100% and memory uses showing 98 %, when we stop the services of sql servr it's suddenly down @ 10%.how to fix , this is performance issues i think...
View ArticleThere is insufficient system memory in resource pool 'internal' to run this...
HiWe have a dev environment of SQL 2012 that has 18GB assigned to it. The server has 48GB total and has 2 other instances. For one particular instance, let's call it E1, have a database restored to...
View ArticleHow to Manage Large Tables in sql server 2012
Hi All,I've table processed raw data where every minute 5 lac data received from listener or processor.now we get performance problem. how to manage it. can any one have idea.
View ArticleExcessive Log File VLF's (Transaction Log Backups go from (30mins - 1hr) to...
My Transaction Log Backups have gone from (30mins - 1hr) to 5+ hours and I've noticed that several databases have inactive VLF's in excess of 1500.Truncating the log file does not remove the inactive...
View ArticleUpdates and readon only partitions in sql2005
Hi all I have a partitioned table in SQL2005 database based on the year Years prior to 2007 are read only When I execute the following statement I get the error Msg 652, Level 16, State 1, Line...
View ArticleInherit sql instance!
Hi guys;I am about to inherit a sql instance...It had a lot of issues in the past; and the support will be in my hands (instance has been perfect for the last 3 weeks or so)... What do you think are...
View ArticleThe MSDTC transaction manager was unable to pull the transaction from the...
/****************************** STARTS ******************************/ Timestamp: XXXXXXX ActivityId: 00000000-0000-0000-0000-000000000000 Message: HandlingInstanceID:...
View Articlelocks , deadlock, blocks on Table , pages , blocks for DBA level best advices
HI Expert, Any one know as a DBA what type of advises /recommendations we should give onreduce DB locks(dead locks and block) management for Table , pages , blocksregardsAshwan
View ArticleINSERT WHERE NOT EXISTS
Hi all,I've have a need with SQL Server 2005 (so I've no MERGE statement), I have to merge 2 tables, the target table has 10 fields, the first 4 are the clustered index and primary key, the source...
View ArticleSQL Server 2012 syspolicy_purge_history fails step 3 "Erase Phantom System...
I recently installed SQL Server 2012 Ent (x64). The install is a stand alone default instance.The syspolicy_purge_history job fails on step three with the following error:Executed as user:...
View ArticleUpdates and readon only partitions in sql2005
Hi all I have a partitioned table in SQL2005 database based on the year Years prior to 2007 are read only When I execute the following statement I get the error Msg 652, Level 16, State 1, Line...
View ArticlePartion Function with Where Clause
Hi Team, I am facing issue in generating total sum and daily sum from table ThresholdData.DailyTransactionAmount should be sum of todays amount in the table TransactionAmount should be sum of all...
View Articleinstall sql - only engine.
Hi, quick question guys...I inherited this PC; where I have a sql installed... the thing is I don't have access to the engine; i can open ssms of course... I dont have the installers!, how can I...
View ArticleWhen and where to use MAXDOP = 0?
Hi All,I've a pure DW/reporting instance with 24 logical processors. I've set MAXDOP =0 to make maximum use of CPU cores.Let me know your thoughts, inputs, advantages or problems with this...
View ArticleHow to Manage Large Tables in sql server 2012
Hi All,I've table processed raw data where every minute 5 lac data received from listener or processor.now we get performance problem. how to manage it. can any one have idea.
View ArticleExcessive Log File VLF's (Transaction Log Backups go from (30mins - 1hr) to...
My Transaction Log Backups have gone from (30mins - 1hr) to 5+ hours and I've noticed that several databases have inactive VLF's in excess of 1500.Truncating the log file does not remove the inactive...
View ArticleTesting DAAS in Azurepack MSSQL
Hi. We have implemented Private Cloud based on System Center, Hyper-V, vmware on Dell Server equipment. We've implemented Azurepack (Vm cloud atm) and the next step would be daas (fault tolerant...
View Article