Forum Replies Created

Viewing 15 posts - 46 through 60 (of 92 total)

  • RE: SQL Server Preproduction Tasks

    Excellent checklist! May I add a caveat to #1: The latest patch level supported by the front end app's picky vendor (if applicable).

  • RE: Recovery

    Very good use of narrative style storytelling. Fun to read after dry just-the-facts-ma'am articles.

    One lesson the author learned that IMO needs a stronger emphasis: before INSERT (or any...

  • RE: Profiler - Logging Results to a Table

    This article did a good job going over how the 'rowcount' option behaves but I didn't see how to log it to a table. Will that be part 2?

  • RE: Urgent help

    GSquared (9/22/2008)


    samsql, I still need you to clarify what you're asking for when you mention cases.

    He wants you to optimize the sections that have CASE statements for him too.

  • RE: Basic question - which approach to use?

    Did you consider something like Ingrian (http://www.ingrian.com/) ? The way it works is that ETL passes whatever columns you want encrypted and it sends them on to the...

  • RE: Developers' access to dev SQL Server

    Perhaps there is a more deeply rooted problem here. Do the DBAs ignore or drag their feet implementing your requests to alter the objects they've kept restricted? Maybe...

  • RE: Urgent help

    I'll bet that at least one of these inequalities is causing a cartesian that is then being distincted away:

    select Distinct

    ... and c.ProductId Between

    ... ...

  • RE: Hidden RBAR: Triangular Joins

    By the most amazing coincidence, we have just discovered a developer's query is running out of tempdb space because of the following as his join clause:

    where

    a.acct_nbr > b1.acct_nbr

    and a.acct_nbr...

  • RE: Hidden RBAR: Triangular Joins

    John Mitchell (12/10/2007)


    Ramesh (12/9/2007)

    In Mathematics, if one cannot prove a statement is true then it termed to be as false. In simple terms, if one says a=b and he...

  • RE: Hidden RBAR: Triangular Joins

    Charles Kincaid (12/9/2007)


    The following aside is off-topic, sort of:

    I was once quoted the following paradox:

    Given set A, which is a set of all sets that do not contain themselves as...

  • RE: Excel with Stored Procedures

    I love the way the technical spec was written and finished first and then they came to the DBA to ask how/if it can be done. Who else has...

  • RE: SQL Profanities

    gserdijn (8/12/2008)


    But I'd like to add GOTO to the list of Mr. Simmons. SQL Server 2000 only...

    Whoa there! SQL would not be Turing complete without GOTO - don't be...

  • RE: Rebuilding Stats: Twice or Not At All

    What that means is that each time you rebuild (not reorg/defrag) the statistics related to the index will be built at the same time

    I couldn't really figure out this sentence;...

  • RE: Create a database everymonth with DB name as DB_monthname_year

    Daily copies of MSAccess .mdb file will be placed on a share.

    • These copies need to be migrated from .mdb to SQL...

  • RE: SQL Server XML

    Dealing with XML in SS has been one of those things that looks really cool and I can think of several pet projects that could use it but I just...

Viewing 15 posts - 46 through 60 (of 92 total)