Hi,
I got a new SQL Server database and are in the process of porting my Access databases to my new SQL Server. I have worked with Access and Oracle in the past but I am new to the SQL Server environment. I have a tool called ConVersion that is helping me rewrite my queries in Access into SQL Server procedures. I got a few of them to be error free but when I run them I get a message stating that there is already data in a table with that name. Why is it not overwriting my previous data if I have a create table statement? What can I do to overwrite my old data and repopulate it in Access I could just have a create table and it would overwrite my old data with new data, is this not possible in SQL Server? Do I have to have two procedures one delete procedure and one create to get this done? I would apprecate all the help I can get.
Thanks,
JCA
I got a new SQL Server database and are in the process of porting my Access databases to my new SQL Server. I have worked with Access and Oracle in the past but I am new to the SQL Server environment. I have a tool called ConVersion that is helping me rewrite my queries in Access into SQL Server procedures. I got a few of them to be error free but when I run them I get a message stating that there is already data in a table with that name. Why is it not overwriting my previous data if I have a create table statement? What can I do to overwrite my old data and repopulate it in Access I could just have a create table and it would overwrite my old data with new data, is this not possible in SQL Server? Do I have to have two procedures one delete procedure and one create to get this done? I would apprecate all the help I can get.
Thanks,
JCA