Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • RE: creating T-SQL to automate backup job creation

    Hi Guys

    i had a similar problem whereby i needed to automatically drop and create a job to execute a stored proc and i got the MSX error.

    in my drop statement...

  • RE: ISNULL

    I've almost 'grown up' (professionally) with microsoft's sql standard, thus I'm not too familiar with ANSI standard.

    I've played with COALESCE before, but I find ISNULL is sufficient for my requirements;...

  • RE: Find Text in all columns of all tables in a Database

    i was really hoping that i would find an article on this subject in SQLServerCentral and thank goodness i found your article, great!

    you just saved me many hours of hunting!

    excellent...

  • RE: TSQL

    I'm glad to see my thinking (from a SQL 2000 point of view) was at least in line with some other folks as well.

    Unfortunately this didn't get us the points...

  • RE: TSQL

    Hi there

    I work in a SQL 2000 developer edition. when I run the provided script, it runs successfully returning rows 1 through 6.

    Only if I run the script, without the...

  • RE: TSQL

    Tao Klerks (1/22/2009)


    I don't mean to be overly picky (it's a good question, the intention was clear, and I got my point 🙂 ), but Truncate Table will not necessarily...

  • RE: Identifier Columns

    I find working with GUIDs very cumbersome and in the application that I inherented at my company, I haven't seen any advantage of using them, normal "int with identity(1, 1)...

  • RE: Identifier Columns

    That is quite interesting bit of info

  • RE: Identifier Columns

    DiverKas (12/10/2008)


    I selected True and was told I got it wrong. However, if I choose to make a column a GUID column, choose identity and select it to be...

  • RE: SQLCMD or BCP

    I seem to have taken the "append" piece out of the equation :ermm:......

  • RE: Understanding NULL

    This question got me!

    Well done muzahm

    The set ansi-nulls off could off course be debated, but still, good question.

    The first if I had no problem with, but the second one got...

  • RE: T-SQL

    Rob Shane (11/14/2008)


    Marius Els (11/14/2008)


    As a result I now make it my standard habit that after the declaration of the sp i wrap the entire body in a begin end.

    that...

  • RE: T-SQL

    As a result I now make it my standard habit that after the declaration of the sp i wrap the entire body in a begin end.

    that is maybe not a...

  • RE: T-SQL

    As i read through the code, i didn't even realize that the second insert could possibly have been intented to be outside the sp, so in my mind the table...

  • RE: Conversion

    agreed this was an insightful question, well done!

Viewing 15 posts - 1 through 15 (of 32 total)