Does "as char(nn)" not work? ============================ "select cast(id as char(36)) as id, [..]" ? It should work but :
1) cumbersome syntax (the simplier "id::char(36)" can't be used because of the ":" char used for parameters) 2) non-optimal search ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

