• CirquedeSQLeil (9/16/2010)


    Jeff's response should help you fix that. You can use the convert function in TSQL to change the int data type to a varchar or char (string) datatype so you can display an empty string rather than a 0.

    And to be complete so the OP knows why this is happening: an empty string is converted to a 0 when you cast it to an int.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP