Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 13,877 total)

  • Reply To: Concatenating to a string

    You may be interested in using the CONCAT() function – it's tidier (IMO) than all those plus signs, does datatype conversion and handles NULLs for you.

    Also note that you...


  • Reply To: Are the posted questions getting worse?

    Jeff, these may be for you (if you dare venture anywhere to buy them, that is!). I have a pair and they work a treat. Not that I don't...


  • Reply To: SELECT from COLUMN if exists

    Does this get you anywhere close?

    WITH ColumnInfo
    AS (SELECT Sch = SCHEMA_NAME(t.schema_id)
    ,TableName = t.name
    ...

  • Viewing 15 posts - 2,851 through 2,865 (of 13,877 total)