Viewing 15 posts - 406 through 420 (of 648 total)
Hi,
Procedure cache Hit ratio..actually using 95%, I want to reduce the execution % for the stored procedure.
The best way for reuse the stored procedure an existing execution plan. Could...
January 23, 2012 at 12:39 am
GilaMonster (1/21/2012)
Why is a high plan cache hit ratio a problem? That's the % of time that SQL finds a plan in cache when it looks for one.
Monitoring sampling frequency...
January 21, 2012 at 4:10 am
Thanks for your reply..
Does Network service account can be support for this lock page memory option? I am using windows 2008 R2 enterprise 64 bit edition.
thanks
ananda
January 20, 2012 at 5:45 am
Thanks for your reply...
As per server array configuration one, there is no two different array controller.
Arrary Name - Smart array P400 in Slot1
Total 4 HD connected to the same array...
January 18, 2012 at 5:39 am
Thanks Gail for your reply.. I will do it Max memory setting after installation and absolute usages of these third party application like LTO, symantec and application software..
For the...
January 16, 2012 at 12:20 am
Resolved this error-
This can be done by following the menu route: Edit -> IntelliSense -> Refresh Local Cache
rgds
ananda
January 11, 2012 at 3:00 am
GilaMonster (1/10/2012)
For future reference, repair should be the absolute last resort for corruption, no a knee-jerk first thing done.
Hi Gail, what could be alternative solution to aviod data loss? when...
January 10, 2012 at 3:21 am
hi, Thanks for your reply and steps for sorted out. there is only one record was loss.
I am using DBCC CHECKTABLE ('Table_name', REPAIR_ALLOW_DATA_LOSS)
thanks
ananda
January 10, 2012 at 12:04 am
Database setting is recovery model 'SIMPLE', then executed this procedure that failed due to Tlog full.. after that I changed recovery model to 'FULL' then taken two times for TLog...
January 8, 2012 at 9:09 pm
Hi Henrico Bekker, thanks for your reply...
Now I could understand for tempdb adding data files...
I am going to install and kept it only one tempdb data file (mdf) and log...
January 5, 2012 at 11:14 pm
Hi,
I gone through that URL..
why adding tempdb data file? main purpose of this reduce the tempdb contention for sql server transaction and improve the performance.
The general rule I know...
January 5, 2012 at 10:18 pm
yes, I disabled the triggers
Disabling all triggers that were defined with the same scope
The following example disables all DDL triggers that were created at the server scope.
SQL
Copy
USE AdventureWorks2008R2;
GO
DISABLE Trigger ALL...
January 2, 2012 at 10:01 pm
Thanks Lowell, this is working fine ..
December 27, 2011 at 1:53 am
Thanks for your reply...
I tried DENY option as following script but it is not hope..please give me script.
connect throu sysadmin login and created user and login.
USE [master]
GO
CREATE LOGIN [testuser] WITH...
December 26, 2011 at 10:46 pm
Dev (12/12/2011)
Itβs right time for planning a database upgrade π
Hi Dev,
It is right for upgrade sql server 2000 to SQL server 2008.
I am not getting more downtime for...
December 16, 2011 at 3:32 am
Viewing 15 posts - 406 through 420 (of 648 total)