Forum Replies Created

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

  • RE: Legal/illegal characters in table name

    My question is given I have a schema named tmp why would I want to create a table named like that in the real world, other than to prove a...

  • RE: WMI Alerts

    As I tell my beginning programming students, radio buttons for single answers, check boxes are for multiple responses. Although with some effort you can isolate radio buttons to allow multiple...

  • RE: Between Clause

    I'm not sure that the case sensitive had any place other than to potentially mislead. The result, given the data, is the same so CI vs CS if Carl had...

  • RE: SHOWPLAN_XML

    The problem is the missing answer #4: All of the above.

    Because:

    1. the query returns "0 rows" of data

    2. because ShowPlan is on the Select statement does not execute

    3. SQL Server...

  • RE: Table Variable

    Good question, learned something new today.

    Thanks,

    Lon

  • RE: Triggers 2

    Great question, another correction to allow it to work is changing "= 1" to "> 0", obviously without the quotes included.

    Thanks,

    Lon

  • RE: Triggers 1

    Good question!

    Thanks,

    Lon

  • RE: LEFT JOIN

    Changing the where to and will result in the same output from both of the queries.

  • RE: TRY...CATCH

    Good question, but I agree that SQL is not easy when it comes to the use of the semi-colon, compared to C#.

    Thanks,

    Lon

  • RE: Can This Work?

    Good question, this is truly an infinite loop, only the limitation of the platform prevents this executing an infinite number of times. If SQL server in some future version were...

  • RE: T-SQL 2012 #2

    Thanks, for the reminder about the Choose function. The beauty is the ability to provide two things, an alternate name or identification as well as a different sort order...

  • RE: Finding New Years Eve

    Regardless, Happy New Year to all.

  • RE: SET Options - 1

    Good question, learned something today. Didn't think a numeric related setting would effect an action relating to textual information, oh well.

    Thanks,

    Lon

  • RE: SQL

    Good question if only I had read the "not", oh well.

    Thanks,

    Lon

  • RE: LIKE a vowel

    Not a lucky guess, but a good question none the less. After reviewing the answer and explanation, I learned something, probably nothing I can use today, but who knows where...

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