Forum Replies Created

Viewing 15 posts - 55,351 through 55,365 (of 59,067 total)

  • RE: Use of Inline views

    Outer joins are not necessarily a bad thing... it's the criteria (or rather, lack of) that is usually responsible for the notorious reputation of outer joins.

  • RE: Wide index

    Based on the fact that the default is for the Primary Key to get the clustered index and the fact that you're trying to create a different clustered index... I've...

  • RE: purge records

    I'm sure that I'm preaching to the choir, but I gotta say it... make sure you have an up to the minute full backup of the database (maybe even a hot...

  • RE: Optomizing code guidlines

    And, breaking a set of millions of rows up into smaller sets still isn't RBAR...

  • RE: SQL Server Timeout

    I wouldn't be surprised if it was a Java or C# batch job running at that time   SQL Scheduled Jobs aren't the only show...

  • RE: Generic Audit Trigger

    Thanks for the awesome compliment, Kenny... and thanks for the patch to the code!

  • RE: One query is hogging my baby!!!

    quoteI really don't care how bad the query was or care about optimizing it. All I wanted...
  • RE: IP address retrieval

    Yeah... Sorry about that... was thinking about something different and didn't double check.

  • RE: Optomizing code guidlines

    Whatever... I've been working with SQL Server for 12 years and I've never had to write a cursor.  Yeah, sometimes the occasional While loop in a function (have even gotten...

  • RE: Insert 8 million records from text file to a table

    Thanks, Edward.  Take a look at the above, if you want.

  • RE: Insert 8 million records from text file to a table

    For those that want to play...  

    --================================================================================================
    --      Generate an 8 million row test file. This is NOT part of the solution.  It is...
  • RE: @@Rowcount in view???

    Heh... I once had a friend that tried to make bottles from broken glass.  That didn't work out so well, either

  • RE: IP address retrieval

    Thanks for the feedback, Lowell

    One more thing... you said the article explains how to save each "field" as SMALLINT.  Even that is...

  • RE: Insert 8 million records from text file to a table

    You didn't answer my other question... are the dashes supposed to be delimiters?

  • RE: @@Rowcount in view???

    Heh... some of the best (and worst) ideas are spawned on cocktail napkins... this one happens to be one of the worst... if you run it more than once, it...

Viewing 15 posts - 55,351 through 55,365 (of 59,067 total)