Viewing 15 posts - 211 through 225 (of 1,473 total)
CirquedeSQLeil (4/5/2010)
Garadin (4/5/2010)
April 5, 2010 at 12:11 pm
Thanks again Steve. I think I might actually (for this one table at least) play with the idea of vertical partitioning and see how it works out. I've got...
April 5, 2010 at 11:51 am
As of right now, our entire DB is in one file/filegroup. Would splitting this into multiple files provide any benefit in this regard? They'd all still be on...
April 5, 2010 at 11:35 am
Jeff Moden (4/4/2010)
(Way too much code involved in modifying them and it's not mine, it's a third party vendor's)
My first inclination is to invite the officers of the third...
April 5, 2010 at 7:46 am
I think it's a great thing that you can get some really great performing well thought out solutions on the forums and they should definitely be suggested. Whether or...
April 4, 2010 at 1:18 pm
Unfortunately this isn't reporting or I'd do just that. The access is done from a front end forms module. The same forms that pull up data do the...
April 4, 2010 at 1:06 pm
Robert L Miller (4/4/2010)
April 4, 2010 at 1:01 am
Steve Jones - Editor (4/3/2010)
Chaniging the isolation level? Move that table to faster disks? Not sure what you can do here, Seth.
Hrm, the faster disks is an option to explore....
April 3, 2010 at 4:33 pm
If it's a relatively short trigger, posting the code for it would help as well.
April 3, 2010 at 11:51 am
I've read several of that guys articles, good stuff. 😉
April 2, 2010 at 9:50 pm
Greg Snidow (4/2/2010)
What I am looking for is a way to capture non-conformances based on Employee Name. However, the field that the name goes into is a text field...
April 2, 2010 at 3:12 pm
It sounds like you don't have all that much data that you're working with. Obviously a case statement explicity listing all the different variances would be out, but here...
April 2, 2010 at 1:06 pm
One thing to try would be to do all the joins to the local tables first and populate variables with the information, then send across the update to the variables...
April 1, 2010 at 6:02 pm
Also, have you checked the index usage DMV to see if all of those 20 indexes are actually being used?? Have you compared their create scripts to see if they...
April 1, 2010 at 3:55 pm
renu.iitkgp (3/31/2010)
March 31, 2010 at 8:13 am
Viewing 15 posts - 211 through 225 (of 1,473 total)