Forum Replies Created

Viewing 15 posts - 136 through 150 (of 1,033 total)

  • RE: Type conversions and Nulls

    Good question, thank you for writing it!

  • RE: Basic maths - operator precedence

    Thanks for an easy Order of Operations question.

  • RE: Alternate to Joins

    Eugene Elutin (2/6/2013)


    Bhuvnesh (2/6/2013)


    Many Joins means "poor database design"...

    Really? Did you ever worked with data warehouses?

    Or for that matter with a properly normalized system.

    Many or few joins is dependant...

  • RE: Date Difference

    Nice question... made me think for a moment... staring at the code going... Something isn't as easy as it sounds... ๐Ÿ™‚

    Got it right... yay me!

  • RE: Capturing Baselines on SQL Server: Wait Statistics

    Erin Stellato (2/4/2013)


    Hi Chris-

    Thanks for reading and for your comment! I don't think you need to change your strategy to get more of a benefit. I'd be interested...

  • RE: Capturing Baselines on SQL Server: Wait Statistics

    There is an option 4 on wait states (at least)

    1. Capture the wait stats every 15 minutes

    2. Store the current captured value into a staging table

    3. Calculate the differences in...

  • RE: Oops! SQL column swap or SQL column clobber?

    Good Question... thank you

  • RE: Computed column

    Dineshbabu (1/31/2013)


    L' Eomot Inversรฉ (1/31/2013)


    I wonder why MS has this restriction?

    Hi tom,

    I don't think there will be a real need of chaining computed columns. Whatever experssion may be, we can...

  • RE: Adding comma separator to INT datatype

    SQL doesn't exist to format data. Have the User Interface format the data.

    I.e. set the number format in Report Builder/SSRS or in Excel or whatever the tool is.

    If the...

  • RE: Data compression

    Koen Verbeeck (1/30/2013)


    Nice question, which absolutely no trickery or ambiguity. Thanks!

    I'll second that! I'd prefer if there was a way to compress off page data such as varchar(max), which...

  • RE: BIT Primary Key

    Thanks for the question. Glad I was right on it.

    Also thanks to demonfox and others for the further details into the refresher on the bit data type

  • RE: CHOOSE - 1

    Christian Buettner-167247 (1/28/2013)


    Don't have AdventureWorks either... ๐Ÿ™

    You know, google and 5 minutes of download time and you can get it... MS puts it up on Codeplex for you

  • RE: CHOOSE - 1

    Of course it technically errors out because of the period at the end of Season in the Select COUNT(Season) query

  • RE: Question of the day

    Thanks for the question.

    After all of the questions on COALESCE and ISNULL I was glad to feel confident on answering this one ๐Ÿ™‚

  • RE: Relational Model versus XML

    Yay! I guessed correctly in the guessing game for a change!

    My first thought was.... something like Sharepoint which is basically a relational model with xml.

    Since both wasn't an option,...

Viewing 15 posts - 136 through 150 (of 1,033 total)