Viewing 15 posts - 76 through 90 (of 175 total)
Its been a big hit for me. I'm able to drastically reduce operating costs, and provide the same level of service availability and performace. Of course, testing and...
August 8, 2008 at 10:08 am
Not being a Microsoft support rep, and looking at that log file, my educated guess would be either
1. Windows Installer is messed up and needs to be reinstalled.
You...
August 8, 2008 at 9:59 am
Michael Earl (8/8/2008)
August 8, 2008 at 9:35 am
For most orgaizations, the determination is cost more than anything. It has less to do with a "technology" decision and more of a "business" decision.
Consider the costs of increasing...
August 8, 2008 at 9:08 am
Yes basically the deal with auto update stats is that as your table gets bigger, the number of column changes required to trigger the auto update gets larger as well....
August 8, 2008 at 8:36 am
The index spooling you saw was the query processor creating an in-process index in tempdb for the LIKE comparison operations. If you look at Query 2, it does the...
August 7, 2008 at 1:20 pm
Hey Grant, do you have a general value you apply or do you use some kind of formula based on counters? Just curious.
August 7, 2008 at 1:08 pm
The reading I did last night said awe does not work on 64 bit?
That's changed recently. There's a lot of info available now that AWE has an impact on...
August 7, 2008 at 1:06 pm
Looking at the two query plans, for Query1 I see that it decided to parallelize the entire plan. Query2's plan does not. See the following for a basic...
August 7, 2008 at 12:40 pm
These combinations are not the only ones possible but they represent the common scenarios. Did you notice that the /3GB boot.ini switch is not recommended over a certain memory size?...
August 7, 2008 at 12:03 pm
Two things...
1. Make sure the lock pages in memory local group policy is enabled for the SQL Server service account.
2. AWE still has an effect in the 64...
August 7, 2008 at 11:23 am
Sounds strangely familiar. You probably have a clustered index on an ascending value (datetime or identity or whatever). On a large table, stats on these indexes are flagged...
August 7, 2008 at 11:09 am
Just a question. What's the source of these 10 million records? You will want to bulk-load the table while the database is in bulk-logged mode or the thing...
August 7, 2008 at 11:01 am
Wow, that sucks. Well, hopefully you can use this scenario to help change their minds. Seems to me like an excellent business case for the upgrade.
You could go...
August 7, 2008 at 10:42 am
What you're looking for is a "sliding window" scenario for dealing with partitioned data. Check out the following article...
http://msdn.microsoft.com/en-us/library/aa964122.aspx
Optionally you can get creative and manage it like the following...
http://blogs.msdn.com/menzos/archive/2008/06/30/table-partitioning-sliding-window-case.aspx
The...
August 7, 2008 at 10:27 am
Viewing 15 posts - 76 through 90 (of 175 total)