Asked By Janis
08-Mar-10 07:19 PM
I am creating a table in SQL that I am migrating data to from an ODBC
datasource. I have to convert the data types in the external source to SQL
Server data types.
The fields have dates in this format, 3/8/2010. I am assuming a datetime
data type is correct?
Do I have to put quotes around dates or anything?
Another question is can you put pictures in SQL Server, for example, jpeg's?
Would you use the sql_variant data type?
I want to remove the "identity" property on a field. It is not a key field.
It is a regular field.
I did it accidentally in SQL Server.
I try in the properties to change the key field property to false but the
property by just clicking on the object in sQL Server Mgmt studio.
thanks,