I am recreating an old Access database in SQL Server and need to return the ID field from a table, formatted thus:
CCR: "CCR" & Format([tblCCR].[CCRID], "00000")
How can I write an SP that returns the ID in the same format?
Thanking you in anticipation
Squirrel