Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SSMS - feature

    I think question not complete and confusing too coz When you move your mouse pointer over the link, a message appears saying "Press CTRL+Click to follow the link"

    Abu

  • RE: How to add serial number to a resultset

    You can use

    SELECT ROW_NUMBER() OVER (ORDER BY ColumnName1) As SrNo,ColumnName1,ColumnName2,ColumnName3 from Tablename

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)