SQL Server Import from Access issue
Greetings
Finally converting all DB's from Access to SQL Server (2005) CF9.
One issue I have encountered is that when using the import tool in SQL Server, the tables come in with no primary key, although they are designated primary keys in Access. I modify the row to establish the PK, it defaults to Datatype: int, and won't allow me to change that to uniqueidentifier.
When I run an ENTER INTO query (creating a new record) , it errors out because the ENTER INTO command is not creating a new uniqueidentifier, and that row will not allow a NULL value?
What am I doing wrong?
Thanks in advance-
