Viewing 15 posts - 46 through 60 (of 101 total)
As general thumb rule most experts agree having the table or index greater than 10000 pages de-fragmentation improves performance lesser , table scan is a effective as non clustered index...
August 13, 2010 at 6:05 am
Check if the DNS service is enabled for name resolution to happen.
Cheers
August 13, 2010 at 6:01 am
Would need some more detail information before anyone can assist you on this....anyways let me roll the ideas out for you in case it helps you think in right direction...
August 13, 2010 at 5:09 am
Alter Database is allowed to failover the server to mirror, the object altering(DDL) may require re-configuration for mirror to work not a great idea...unless you want to break it.
Cheers
SAT
August 13, 2010 at 4:57 am
Is it development environment you are working on ? If yes then it wont make much of difference, unless disk space is constraint.
Say you this table is master table...
August 11, 2010 at 4:39 am
Which version of windows is installed ?
What is output of the script below when you run on SSMS ?
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Second when you installed what name...
August 11, 2010 at 4:11 am
August 10, 2010 at 4:48 am
Yes disabling the SSRS services at OS level is fair enough.
Do not disable IIS since SSMS tool part of SQL server 2005 depends on IIS to run it.
August 9, 2010 at 3:12 am
Most times it is ill-adviced to installing reporting services on same production box where OLTP database is but if you budget is well short of expectations and you need to...
February 24, 2010 at 4:24 am
If your application in OLTP then it will perform DML opertions which needs to work , hope you want this work
If you do want user's not to use SSMS...
February 21, 2010 at 10:30 pm
Most operation in SQL 2005 were placing non-clustered index on separate file group, on SQL 2008 this rule applies.
Clustered index always resides with base table and cannot be placed on...
February 17, 2010 at 3:42 am
step 1 Use the dbcc sqlperf command before viewing the VLF's , when you run this command on master database it will list growth percentage of logs files for all...
February 16, 2010 at 11:58 pm
From my experience mostly rely on perfmon tool to observe the counters instead of process monitor 🙂
This would not answer your question but does keep you away from good looking...
February 15, 2010 at 4:42 am
Hope this link answers your question,
February 15, 2010 at 4:38 am
Viewing 15 posts - 46 through 60 (of 101 total)