Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Row totals in changing table

    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,...

  • RE: Row totals in changing table

    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...

  • RE: IsDate() - function

    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...

  • RE: IsDate() - function

    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...

Viewing 4 posts - 1 through 4 (of 4 total)