Viewing 15 posts - 2,266 through 2,280 (of 2,640 total)
If I really want to see the plans I use profiler with showplan - mind you can't print that either !!
February 15, 2006 at 11:27 am
I've never found the licensing has any physical effect on the server, it6's more for licensing server - if you're running that it might be relevent - mainly for audit...
February 15, 2006 at 11:25 am
In considering an index choice the optimiser will not use a composite index unless the first column of the index occurs within the query. So the short answer is your...
February 15, 2006 at 5:57 am
printing plans is always a pain - I often grab a screenshot and print that. You could try resizing the plan, right click in the plan window and choose a...
February 15, 2006 at 5:52 am
Any fragmentation within a table itself cannot be removed without a clustered index. If you don't want a clustered index on your table just add one and remove it, your...
February 15, 2006 at 5:49 am
I'm told by a colleague who uses 64bit amd procs that his servers fly. I asked ms about 32 vs 64 bit and they said it's like comparing eggs and...
February 9, 2006 at 4:20 am
Try from another workstation or create a virtual PC to test the client. Try to another server or virtual server to check the server. ( always best to have at...
February 9, 2006 at 1:40 am
You can defrag most system tables and from a purist point of view there can be good reason to do so. Fragmentation is bad so if it can be removed...
January 31, 2006 at 6:00 am
Yup I'd be willing to consider parallelism - seen it done it and been there !!! There is one other obscure possibility - are the collations identical on the servers...
January 26, 2006 at 3:50 pm
There are instances when the sql counters don't start - check sysperfinfo and see if its populated, if it isn't your sql counters are not working. There's also something about...
January 26, 2006 at 3:47 pm
I think if you read the readme for sp4 you'll find it's considered an enhancement of reporting. I just happened to scan though it looking for something else today .....
January 26, 2006 at 3:41 pm
Yup sorry missed the tran too .. you can still do the batches in transactions. Big transactions are a pain - always were in 6.x and still aren't much better....
January 13, 2006 at 4:37 pm
I've found when moving large amounts of data batching tends to do it quicker, and usually setting the batch as a stored proc and calling it multiple times is quicker...
January 12, 2006 at 12:40 pm
I don't think it too unreasonable to have 4gb of ram with sql standard. 3 gb would probably be best but quite often the memory comes this way with new...
January 12, 2006 at 12:37 pm
use disk idle time and subtract from 100 - it's more accurate.
monitor i/o completion time. I'd suspect that the query isn't too good. Note that if you're using xml stuff...
January 12, 2006 at 12:32 pm
Viewing 15 posts - 2,266 through 2,280 (of 2,640 total)