Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
huge
Starting Member
31 Posts |
Posted - 2001-08-07 : 14:35:07
|
| Ok I have an asp page that assigns sessions to each user by a GUID. I keep getting problems saying Syntax error converting from a character string to uniqueidentifier.So is there a way to convert a character to a uniqueidentifier? in asp there are many conversions but none deal with the GUID character. Is there such a thing with SQL server that I can plug into my sproc?Thanks for any helpMike M |
|
|
|
|
|