Forum Replies Created

Viewing 13 posts - 616 through 629 (of 629 total)

  • 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...

  • 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

  • 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...

  • 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...

  • 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...

  • 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?

  • 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...

  • 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

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

Viewing 13 posts - 616 through 629 (of 629 total)