Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Select column name and values.

    I have written query to drop column when it is not need, so that only I mentioned unstable column.

  • RE: Select column name and values.

    I have to display unstable column from database, that's why I need like that.

    Can you post sample dynamic SQL procedure?

  • RE: Select column name and values.

    Thank you for your reply,

    SELECT SUBSTRING ( (SELECT ', ' +'['+ Name+']' FROM sys.columns WHERE object_name(object_id) = 'emp_details' ORDER BY object_id FOR XML PATH('')), 2,100)

    Using this query am getting a...

Viewing 3 posts - 1 through 4 (of 4 total)