Home : General : Databases and SQL :

General: Databases and SQL: Re: [Paul] Is it just me or...: Edit Log

Here is the list of edits for this post
Re: [Paul] Is it just me or...
Yes,,,there are many differences...and to find out about them, go to the microsoft technet web site and search in SQL Server section.

Example, there is NO "date" column type. There is "smdatetime", "datetime", etc.

For ENUM, you need to use BIT (and use 1/0, true/false settings).

BTW: If you are writting a script to work with SQL Server, you really should learn Transact SQL (TSQL) and also how to write stored procedures.

Good luck.
========================================
Buh Bye!

Cheers,
Me

Last edited by:

Stealth: Jun 16, 2002, 8:19 AM

Edit Log: