Viewing 5 posts - 1 through 5 (of 5 total)
uhm.. If you did use CHR, then I guess that the problem is there: You should use CHAR, as below:
SELECT make, model, color, CASE WHEN StartDate <> Effectdate THEN 'Eff. '...
July 2, 2007 at 2:15 am
Hi.
Only a little humble suggestion: to read/write configuration settings into the Windows Registry, Enterprise Manager uses xp_instance_regread and xp_instance_regwrite, that are the same as xp_regread and xp_regwrite, except already focused...
June 1, 2007 at 2:09 am
In this solution I used a function (available in MSSQL 8.0 and later). The usage of a function give the advantage to be invoked inside any query, thus executing the...
July 20, 2005 at 3:45 am
Viewing 5 posts - 1 through 5 (of 5 total)