Viewing 15 posts - 301 through 315 (of 463 total)
Can you try to rebuild the index and run the process ?
August 23, 2004 at 9:55 am
You can run a trace and then look into the trace to find out who ran what queries.
August 19, 2004 at 1:12 pm
If you want to use anonymous access in IIS and use windows authentication, change the user which IIS uses to connect to the server to a valid windows user which...
August 19, 2004 at 8:38 am
Reads is one of the major factors which will impact the execution time of the query
You can use the following also to give you more information about what specific table...
August 19, 2004 at 8:20 am
Couple things which you might want to consider for the future are.
1) have an additional HBA card. We have 100 MBPS HBA cards and for huge databases it used...
August 18, 2004 at 9:03 am
Re-indexing all the tables on all the databases might be an overkill. You might want to re-index tables which are highly fragmented. I had a script for that somewhere and...
August 18, 2004 at 8:28 am
You cannot do that. When you open SQL server, the databases are listed from Sysdatabases on which public user has select access.
August 18, 2004 at 8:18 am
are you referring to clustered SAN or multi-pathing. We run multi pathing software(Powerpath from EMC) with SQL server on our clustered servers without any issues.
In either case do consider that...
August 17, 2004 at 2:36 pm
Book online says.
When both instances are first started, they typically acquire 8 MB to 12 MB of memory. As users connect to the instances, each instance acquires enough memory to...
August 17, 2004 at 1:41 pm
There was a bug where if you are running a perfmon trace and you re-start SQL server, perfmon counters will not be visible. The trace needs to be stopped when...
August 17, 2004 at 1:32 pm
What is the value of max server memory ?
August 12, 2004 at 9:21 am
We saw this error on our database server against which a huge query was run simultaneously from 9 different servers. The query eventually updated the application server cache. We had SQL hang after...
August 12, 2004 at 9:03 am
'A separate RAID-10 array is usually not an appropriate choice for the transaction log'.
I believe this recomendation is for VLDB's and is for optimum cost to performance ratio. But it would vary...
August 12, 2004 at 8:51 am
Below is an alternate procedure to grant permission to all procedures. You can create a role called Execute_storedprocedure in model database and whenever you create a new database, execute the...
August 12, 2004 at 8:40 am
I have seen many threads on this site stating performance issues with NAS. But if it is only during re-indexing you are having problems, you might want to break down...
August 12, 2004 at 8:34 am
Viewing 15 posts - 301 through 315 (of 463 total)