Viewing 4 posts - 1 through 4 (of 4 total)
Allright, the trick is to cast the column name as varchar, then it works fine beyond 4000 characters, no matter whether you use the systables or the information_schema views. Also,...
August 14, 2003 at 8:16 am
sp_help gives me one column with all column names, which is exactly the information I collect from syscolumns.
thanks anyway
quote:
Have you tried.sp_help...
August 14, 2003 at 1:55 am
You are right, thanks.
The DATEFORMAT setting determines the behaviour; mine is 'dmy'.
But still, IsDate() seems somewhat weird:
why does "select IsDate(20000228)" and "select IsDate('20000228')" both return 1 with a setting of...
March 27, 2002 at 5:58 am
thanks awmuse,
being less discriminate really works. But the problem is not the difference between the set command and the where clause (since when checking the where clause I used "select...
March 27, 2002 at 3:11 am
Viewing 4 posts - 1 through 4 (of 4 total)