Viewing 15 posts - 19,531 through 19,545 (of 22,202 total)
My personal preference is document & fire, but I know that my company will go through counseling, remediation, more counseling, documentation, extra training, heart felt discusions, yet more counseling, more...
September 26, 2008 at 5:31 am
Adam Machanic (9/23/2008)
Grant Fritchey (9/23/2008)
While our team has chosen nHibernate and not Entity Framework ...
Just keep thanking your lucky stars that they didn't choose EF... Here's a thread someone sent...
September 23, 2008 at 10:27 am
colin Leversuch-Roberts (9/22/2008)
September 23, 2008 at 6:21 am
Adam Machanic (9/22/2008)
Matt Miller (9/22/2008)
September 23, 2008 at 5:52 am
Most of our production systems don't have multiple instances, but we do see that kind of contention in the dev & qa systems. If you do have multiple instances, it's...
September 19, 2008 at 9:23 am
There really isn't any. The thing to remember is, that prior to 2005, when you queried the system tables, you were querying the system tables. Since 2005, all the things...
September 19, 2008 at 6:42 am
Integrated monitoring with 2005 and earlier isn't that sophisticated. You could build your own process to do this. SQL Server 2008 has a monitoring mechanism that is much more sophisticated....
September 19, 2008 at 6:39 am
Based on a meeting earlier this week, a significant part of our developers consider database access the mostly costly and least productive part of their work. They're skipping LINQ and...
September 19, 2008 at 5:59 am
Chirag (9/19/2008)
GilaMonster (9/18/2008)
Chirag (9/18/2008)
September 19, 2008 at 5:43 am
Yes, that's it. Jeremy Brown described it well above.
My take. The optimizer doesn't decide on parallelism or not, it's the query engine. Any given query can have two execution...
September 19, 2008 at 5:37 am
You may also want to change the parallelism threshold. I've always found the default, 5, to be way too low. I've usually bumped it up to somewhere between 20 and...
September 18, 2008 at 1:14 pm
Time to do a point in time recovery, if you can. If not, get a log browsing tool.
September 18, 2008 at 12:55 pm
There's an introduction to exactly this here[/url].
There are a lot of drill down points you can make from there, but it generally covers the basics.
September 18, 2008 at 10:15 am
Cool. Keep an eye on it though. We eliminated recompiles using this method, but, if I recall correctly, we were seeing a few more scans and a few less seeks.
September 18, 2008 at 8:52 am
Single user mode will take the first connection that comes along.
We usually try to set servers to restricted user mode. That way, only people with admin privileges can connect.
You...
September 18, 2008 at 8:28 am
Viewing 15 posts - 19,531 through 19,545 (of 22,202 total)