Forum Replies Created

Viewing 15 posts - 346 through 360 (of 458 total)

  • RE: Data conversion

    Like others, I figured that Date was a reserved keyword, but then I thought "no", b/c the question said it would run on SQL 2005 and 2008. 2005 doesn't...

  • RE: CLR Development: Visual Studio Pro Version Required?

    Sorry, inference on my part: your moniker, GSquared, was used in a Larry Niven short story.

    Rich

  • RE: CLR Development: Visual Studio Pro Version Required?

    Thanks GSquared for confirming this is an issue. (BTW, you must be a Larry Niven fan?)

    I bit the bullet and downloaded VS Pro. We're an academic institution with...

  • RE: Replace NULL values created by left outer join

    .... and to add to the suggestion to use COALESCE, you can in fact use the NULL values to look for rows in Table 1 for which there is no...

  • RE: Get an email notification of the failed job step detail

    Nice idea, but I don't like putting potentially long-running code calling things like email into triggers on system tables. What if email hangs for some reason?

    I have a slightly...

  • RE: Valentines Day

    Before I clicked the link (and therefore had not yet seen the answer choices), I was expecting Redgate to be an option. 😀

    Rich

  • RE: OldSQL

    paul.knibbs (2/10/2011)


    The table on the linked page raises a question. Pretty obviously support SQL Server 2005 with any service pack less than 4 expires in a few months, but it's...

  • RE: D.R. - Local to Remote Backup

    Another thing to consider about transferring large SQL backups over the network is.... compression. SQL 2005 doesn't support compressed backups, 2008 does.

    I'm running 2005 and was amazed at the...

  • RE: Connection Problems

    Great question, thanks.

    Minor clarification: the 2 hyperlinks listed at the bottom of the explanation didn't contain a notification about future deprecation of the SP (not that I could find, anyway).

    That...

  • RE: Clearning the transaction log

    I picked the correct answer, but possibly for the wrong reason. Maybe someone could comment?

    Consider an unused database with no active transactions. If I either manually issue a...

  • RE: Today's Random Word!

    Peter Trast (2/3/2011)


    Warthog-faced-buffoon

    Truly you have a dizzying intellect......

    😀

  • RE: Today's Random Word!

    Peter Trast (1/27/2011)


    Inconceivable!

    (yes, I know what it means 😉 )

    (never get tired of that one, how many times has it hit this thread? Never??? I cannot be the first......

  • RE: Import from Excel 2007 using SQL Command using cast/convert

    I've seen this error before, and I think it results from failing to alias all columns you return with T-SQL. The query you posted didn't alias the results. ...

  • RE: Nested Case Statement possible?

    Your inner CASE statements require their own END statements!

    Rich

  • RE: Virtualize or not ?

    Just to make sure there is no misinterpretation: there will be no such thing like performance improvement due to virtualization itself.

    I should have been clearer. I didn't quite catch...

Viewing 15 posts - 346 through 360 (of 458 total)