Viewing 15 posts - 616 through 630 (of 631 total)
Was thinking of this one
http://sqlinthewild.co.za/index.php/2008/07/23/recovery-model-and-transaction-logs/
Think we all know how often people seem to get parachuted into 'looking after the database(s)' and over the years I've seen a pretty large number...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 4:40 pm
On temp tables being used insanely: Yeah! I recently ran into a query that used twenty-one temp tables and six cursors. I changed the whole thing into a...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 3:44 pm
Using sys.columns cause it should have more than 50 rows. My test DB, I get estimated rows 1, actual 460. That cardinality inaccuracy is what really causes problems with...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 3:35 pm
Um - you Gail. Hope the suggestion's taken in the way it was meant ...... just thought it was nice and to the point
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 2:41 pm
I'm not saying never use them - hey over the last decade I've even used cursors 3 or 4 times :w00t:. But in general - I find derived tables...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 2:32 pm
Hi,
in all honesty, I'm puzzled as to why your boss is demanding you use Temp Tables. Personally, I'd consider these a last resort other than the...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 11:52 am
Ever thought of expanding that slightly and submitting as an article on here? Seen soooo many posts on forums and usenet where people just fail to grasp the issues...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 10:57 am
Andras Belokosztolszki (8/11/2008)
Adam Zacks (8/11/2008)
Very business oriented Gail?
Umm - surely that's our job?
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 10:50 am
Andrew Whettam (8/9/2008)
SQL Log files RAID 1 + 0 (not RAID 5 as it has poor write performance)
tempdb RAID 1 + 0 (not RAID 5...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 6:38 am
Hi,
yes - you can use EXECUTE AS - see http://msdn.microsoft.com/en-us/library/ms188354.aspx for an explanation
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 5:51 am
As the why the question is phrased in a rather general way - please forgive the kinda general nature of the answer - if you need something more specific please...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 5:46 am
Does the account you are using have appropriate permissions on Master on the target server? Bear in mind thaht datareader and datawriter are not sufficient to access system sp's...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 5:35 am
Or alternatively, you could set up an SSIS package to export "TOP 10000000 FROM " set an exported flag on these records and loop until the count on the...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 5:27 am
Hi - are you *sure* you don't need transaction log backups? If this is an OLTP database, this would mean if you have a problem during the day, you...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
August 11, 2008 at 5:14 am
Hi - that's a wide range of things to think about. What are your main aims? Are you a developer in other languages also using SQL, a new...
I'm a DBA.
I'm not paid to solve problems. I'm paid to prevent them.
May 10, 2008 at 12:38 pm
Viewing 15 posts - 616 through 630 (of 631 total)