Forum Replies Created

Viewing 15 posts - 616 through 630 (of 631 total)

  • RE: Truncation of database logs

    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.

  • RE: Temporary Tables

    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.

  • RE: Temporary Tables

    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.

  • RE: Truncation of database logs

    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.

  • RE: Temporary Tables

    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.

  • RE: Temporary Tables

    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.

  • RE: Truncation of database logs

    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.

  • RE: Truncation of database logs

    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.

  • RE: My 3rd party softwares uses tons of cursors.

    Andrew Whettam (8/9/2008)


    OS & SQL Installation RAID 1

    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.

  • RE: Separate Login for a query in a stored procedure

    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.

  • RE: DTS - Transformation Problem

    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.

  • RE: Linked server error

    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.

  • RE: Select Data

    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.

  • RE: Truncation of database logs

    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.

  • RE: Developement

    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.

Viewing 15 posts - 616 through 630 (of 631 total)