Microsoft SQL Server 2005 cast bigint to string

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-04-14T20:19:21Z Indexed on 2010/04/14 20:23 UTC
Read the original article Hit count: 316

Filed under:
|

How can I cast a bigint variable to a string?

DECLARE @id bigint

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about casting