Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » T-SQL   (RSS)
Converting a GUID to VARCHAR in T-SQL
So I have a situation where I need to concatenate text onto the end of a GUID in order to do a SQL Query. There is a field in the database I am working with that uses a GUID and a word as a key. Ignore that nastiness for a moment. So if you do the following: Read More...