Viewing 15 posts - 1,876 through 1,890 (of 2,640 total)
Yes you're right but you're asking two questions really - I suspect using dts to recreate the tables will take longer then adding the indexes in place.
Having done this a...
August 21, 2006 at 9:18 am
You can't use the /3gb switch with sql standard - you need enterprise edition.
OK I'll ask what I always ask - big drop in performance - do you see this...
August 21, 2006 at 9:13 am
Another nice article Steve, you have a knack of picking interesting topics that provoke interest.
I worry when it seems that triggers are seen as the obvious way to resolve problems....
August 21, 2006 at 8:54 am
btw HT is allegedly correctly supported in w2k3, although I never had problems with w2k.
August 19, 2006 at 9:10 am
Yup - I understand waits - why are you posting , do you have a performance problem or do you think you have a problem after looking at wait stats?...
August 18, 2006 at 10:50 am
whilst i appreciate your request, and as I often say everyone has to start somewhere, if you're asking this question you're probably not the best person to do the job!
The...
August 18, 2006 at 10:45 am
I usually go for detach attach as one of the easiest ways, assuming I don't have lite speed to hand.
I think you'll find dts is the slowest method to...
August 18, 2006 at 10:39 am
with reagrd to dbcc and parallelism - ent edition is optimised to use multiple threads with dbcc commands - limiting the procs is akin to going back to std edition.
August 18, 2006 at 8:00 am
Agreed, iMail ( smtp ) mail is better. You need an outlook client install to match your or setup for sql 2005 service account.
August 16, 2006 at 3:15 pm
This is the query which shows parallelism in the query plan? You should be able to see it. Just add a maxdop=1 hint in the query, this will stop the...
August 16, 2006 at 3:10 pm
I'm intrigued to understand how a null varchar column can save space by placing it in another table.
sorry I typed horizontal in place of vertical in my first post .....
August 16, 2006 at 10:21 am
sounds strange to me .. you can alias an instance to a non instance name - had to do this with some third party apps - this allows connectivity by...
August 16, 2006 at 8:52 am
I thought 2005 allowed non sysadmins to use profiler, if that's the case then you would only be able to trace against databases you have access to, sure it's in...
August 16, 2006 at 8:48 am
sounds to me that your logic is flawed - try drawing a process flow diagram for your RFI to see if it makes sense.
August 16, 2006 at 8:45 am
Viewing 15 posts - 1,876 through 1,890 (of 2,640 total)