Viewing 15 posts - 451 through 465 (of 648 total)
Hi SQLArcher, thanks for reply..
AD Team has created SQLCluster Object name in domain after that It was brought online.
October 7, 2011 at 6:30 am
Thank you for reply.. please tell me, I had mention some points are in first post for cluster configuration. these are correct or not? Does whatever user database in Node...
October 3, 2011 at 12:29 am
Thanks for reply...
I understand for IO never become 0.0.
Could you tell me, what is actual value output for most IO query and what is generally perfered value of IO in...
September 5, 2011 at 10:09 pm
Hi,
Can we give database_role, db_owner for normal sqlserver user and application user?
Please tell me, default database owner and schema "dbo", could assign normal and application user?
How to assign least premission...
September 2, 2011 at 1:01 am
Hi,
Thanks for reply....
Please find attached xls sheet for unused index details and other index used status.
For the used index values are available for user_seek, user_scan, and unused index...
September 1, 2011 at 6:27 am
hi,
I have attached unused index three report for using three different script. all are showing different values, Could anyone suggestion me which is the best script and go for it.
Thanks...
August 30, 2011 at 6:32 am
[The user_updates counter indicates the level of maintenance on the index caused by insert, update, or delete operations on the underlying table or view. You can use this view to...
August 30, 2011 at 5:00 am
Thanks for clarification and reply...
One more doubt for LOCK PAGE MEMORY setting. (memory swapping)
win 2008 enterprise edition, 32 bit or 64 bit. Is it required to enable lock page memory...
August 29, 2011 at 5:22 am
Thanks for reply....
Ok, I should change and setting max memory in SQLSERVER Instance.
If server 4 GB RAM, how much I should allocated for max memory?
One more doubt, pl. calrify ,If...
August 29, 2011 at 4:56 am
Hi,
1. AWE is not enabled,
2. Default memory configuration, Manually not setting max memory.
Thanks
August 29, 2011 at 4:38 am
Jayanth_Kurup (8/29/2011)
What kind of operations are you performing on this server? Is it a 64 Bit instance?Have you tried DBCC DROPCLEANBUFFERS
32 bit OS, OLTP Transaction.
No, I am not tried DBCC...
August 29, 2011 at 2:22 am
Thank you so much....
Now query result is cleared & also my doubut.
August 27, 2011 at 5:09 am
thanks Gila for reply..
Could you tell me, again one null values this output in column of type_desc.
what is this excatly mention database?
TypeNoOfObjecttype_desc
D 31DEFAULT_CONSTRAINT
FN4SQL_SCALAR_FUNCTION
IT5INTERNAL_TABLE
P 36SQL_STORED_PROCEDURE
PK21PRIMARY_KEY_CONSTRAINT
S 45SYSTEM_TABLE
SQ3SERVICE_QUEUE
U 29USER_TABLE
UQ175NULL
UQ1UNIQUE_CONSTRAINT
August 27, 2011 at 4:57 am
Understood about the heap index statistices, Mr. Grant told me Heap index does not have maintain statistices.
Please sugesstion & give me script For the heap index to change the non...
August 26, 2011 at 6:45 am
Thanks for reply..
This is script for find out last stats updated date.
select a.id as 'ObjectID', isnull(a.name,'Heap') as 'IndexName', b.name as 'TableName',
stats_date (id,indid) as stats_last_updated_time
from sys.sysindexes as a
inner join sys.objects as...
August 26, 2011 at 5:54 am
Viewing 15 posts - 451 through 465 (of 648 total)