If you must use reserved names (mmcdonal is correct - don't do it), you can enclosed them in brackets:
Code:
INSERT INTO [user] ...
While this will work, it really isn't a good idea, and I can guarantee that the use of a reserved word as an identifier will cause you a problem, someday, somewhere, and it is almost virtually certain it (or some unintended side effect) will occur at 2:00 am ...
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com