Viewing 15 posts - 2,146 through 2,160 (of 2,640 total)
if you use another server it will impact network traffic. If you write to a table it will impact wherver the table is. If you're logging choose a fast drive...
May 19, 2006 at 9:40 am
In general terms the optimiser creates stats on columns that it feels are useful - I often view this as showing poor indexing. You could try dropping the system stats...
May 19, 2006 at 9:34 am
you can't allocate processor time. However if you work on producing a poor query without indexes I'm sure sql server will attempt to use 100% cpu
May 19, 2006 at 9:28 am
that's an interesting question being as most people are usually asking for the reverse.
Firstly I assume you are running on a multi proc box ? otherwise the answer is no!
The...
May 19, 2006 at 9:25 am
no offence intended Jeff but I think you haven't read the original post fully.
May 19, 2006 at 9:18 am
do I assume this was a sql 2005 install that failed? If so at what point did the install fail, e.g. which parts did install, what o/s are you installing...
May 19, 2006 at 9:16 am
I don't think there is an absolute " right order" it depends upon your window and circumstances. I usually do the integrity checks first, checkdb, check catalog. Then I usually...
May 19, 2006 at 9:14 am
it could be the account does not have right permissions. Hung connections tend to need a server service restart to clear.
as far as I could see xp_cmdshell produces a null...
May 19, 2006 at 9:09 am
you'd need fn_getsql or dbcc inputbuffer.
Make sure you understand the implications of placing triggers on a table - if your database is transactional you may find you take a...
May 19, 2006 at 9:01 am
sorry I didn't explain myself very clearly - what I meant to say is that adding additional files to an existing filegroup where the database currently has one datafile won't...
May 18, 2006 at 3:04 pm
I don't usually work with production databases in simple recovery mode to be honest - I'm usually into transactional systems. However I currently do have a few but none refusing...
May 18, 2006 at 2:45 pm
what you're asking can be done, but not how you're asking - if that makes sense.
You can split data between filegroups by setting secondary filegroups and designating which tables/data/indexes live...
May 18, 2006 at 3:50 am
you might like to check this link and patch
http://support.microsoft.com/kb/909369/
just in case the link doesn't work check out the fixes in the post sp4 patch rollup.
May 18, 2006 at 3:44 am
The configuration of AWE within SQL Server shouldn't be confused with the o/s making the memory available. Regardless of o/s you still have to enable awe within sql server. with...
May 16, 2006 at 1:47 am
I have to admit I've not used calculations etc. in table variables, there are a number of "issues" with table variables which may or may not be a bug .....
May 10, 2006 at 5:30 am
Viewing 15 posts - 2,146 through 2,160 (of 2,640 total)