This is for SQL Server 2000 only, SQL Server 2005 is a lot smarter which is another reason to upgrade. When running the following query you probably already know that 2 is converted to an int datatype. SELECT * FROM Table WHERE ID =2 What about the value
Read More...