Forum Replies Created

Viewing 15 posts - 91 through 105 (of 129 total)

  • RE: A Little DOS for a Poor DBA

    Not to knock batch file programming (there's some really impressive stuff you can do, lots of enthusiasts out there), but if this is a windows environment wouldn't VBScript (run using...

  • RE: Accessing and changing data 2008

    Sorry to whine, but this question is a little disappointing - It's educational on at least two counts (grouping sets - new feature, and possible gotcha on floating point numbers),...

  • RE: Implicit Conversions

    ah-hah, thanks John, that makes a whole lot of sense!

  • RE: Implicit Conversions

    Hmm, getting late to this, but I'm having difficulty accepting the answer provided here. Here is the exact result I received on a SQL Server 2000 instance:

    Server: Msg 245, Level...

  • RE: Just For Fun: An Impossible Delete

    OK, so now I'm in awe of Chris Morris too... 🙂

  • RE: Just For Fun: An Impossible Delete

    wow, I am in awe (assuming it works 🙂 ). I would venture a guess that this is, indeed, the most efficient solution.

    One fix required here is to separate the...

  • RE: Just For Fun: An Impossible Delete

    Hmm, my curiousity is piqued... The solution presented is quite interesting, but I believe the purported interest in bits and bytes is a little exaggerated, as the solution is still...

  • RE: Moving Files

    ah, thanks George! I wasn't planning on investigating further after Hugo's authoritative explanation, but I was a little weirded out that the BOL (2000) documentation I was looking at mentioned...

  • RE: Moving Files

    Got it, thanks for the update!

  • RE: Moving Files

    Hmm, I'm a little confused...

    I assumed the question was talking about files from any arbitrary database - but the "ALTER DATABASE ... MODIFY FILE" clause can only (if I understand...

  • RE: A Hex on Your Database

    Hi, the sample actually assumes old-style ASP (usually coded in VBScript), but the point is not the extraction of the list of databases.

    Getting the list of databases using this technique...

  • RE: A Hex on Your Database

    Hmm, I guess I knew where the author was going and got the answer right, but I disagree with the premise of the question.

    The asssumption that you can prevent SQL...

  • RE: Know your UNION(s), NULL(s), COUNT(s) ?

    Fun question!

  • RE: Question of the Day for 28 Jun 2007

    I believe it is because Parameterization requires that every replaceable value in the query have its own "Parameter" in the cached plan.

    So if the IN operator allowed for auto-parameterization (it...

  • RE: Question of the Day for 28 Jun 2007

    Hi Ramkumar,

    An "auto parameterized" query is a query that SQL Server caches and reuses a query plan for anyway, even though the query itself does not have any parameters defined.

    eg,...

Viewing 15 posts - 91 through 105 (of 129 total)