Viewing 15 posts - 541 through 555 (of 631 total)
Do you have a Location Dimension which is linked into your fact table?
If so, then I'd add the offset values in hours from your 'base' location / time zone in...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
October 29, 2010 at 7:54 am
Make sure you do an update statistics once you've got the data over too
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
October 6, 2009 at 12:51 pm
If you've only deleted a few million records from a database that size, why shrink the database?
You're probably only going to have to see it expand again as records are...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
September 6, 2009 at 1:41 pm
http://www.microsoft.com/azure/sql.mspx
hth
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
September 6, 2009 at 1:33 pm
Update statistics might be an idea too
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
September 6, 2009 at 1:31 pm
Chris (8/18/2009)
My employer has purchased an ERP with an off the shelf database of over four thousand tables. Even the vendor doesnt have a diagram of it. (So...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
September 6, 2009 at 9:51 am
Mind - a good point earlier - some index maintenance (SQLFool has a very well regarded script for reorganising and rebuilding - and there's some very good stuff on here...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
July 14, 2009 at 1:48 pm
Briefly.
Why do you want to shrink your database file? Do you have a pressing reason such as a critical discspace shortage that can not be addressed any other way?
Assuming...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
July 14, 2009 at 1:43 pm
StyleCop is a C# tool.
If you're looking for a way of refactoring SQL code to meet specific style rules - look at SQL Refactor from Redgate (which I've used and...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
July 9, 2009 at 5:39 am
The way hte online rebuild works, as I understand it, is that the system effectively takes a copy of the current index, and uses that for queries while rebuilding the...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 9, 2009 at 7:35 am
There are really too many variables at play here to give a definitive answer there. However, have you checked your disc partition alignment on the RAID array? If...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 9, 2009 at 7:09 am
Marios Philippopoulos (5/8/2009)
Grant Fritchey (5/8/2009)
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 9, 2009 at 6:55 am
Marios Philippopoulos (5/8/2009)
Grant Fritchey (5/8/2009)
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 9, 2009 at 6:53 am
No, plans get aged out if there is no more memory available in plan cache due to the need to hold plans for more recently used queries. This is...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 7, 2009 at 3:32 pm
Have you checked out Gila's sqlinthewild stuff on indexing?
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 7, 2009 at 3:20 pm
Viewing 15 posts - 541 through 555 (of 631 total)