Table - AFAIK nope. Possible only during CREATE TABLE, not after that.
Int/datetime columns don't have collation, only string types a la char/varchar.
There are two ways to change column collation: with ALTER TABLE... ALTER COLUMN or with EM (table design, last column property field). If you have other column-bound objects (defaults, indexes etc) EM is definitely easier choice.
Btw. better check all string columns. This conflict probably isn't the only one.
------
heisenbug: A bug that disappears or alters its behavior when one attempts to probe or isolate it
schroedinbug: A bug that doesn't appear until someone reads source code and realizes it never should have worked, at which point the program promptly stops working for everybody until fixed.
[ba