I am new to SQL Server and hope I have any easy question.
After upsizing an Access database to Sql Server 7.0, I am unable to view the tables using the Enterprise Manager or access the data from VB programs that were working under the Access database. I am connecting to SQL server thru VB but no data is returned when I request a recordset, however I am able to add new records to the table.
I used the upsize instead of DTS because I could not figure out how migrate all the indices with the tables using DTS. Recreating all the indices would be very time consuming since there are 67 tables in the database and at least 2 indices associated with each table and some tables have 6 or 7.
I welcome any and all suggestions. Thanks in advance.
PatH
After upsizing an Access database to Sql Server 7.0, I am unable to view the tables using the Enterprise Manager or access the data from VB programs that were working under the Access database. I am connecting to SQL server thru VB but no data is returned when I request a recordset, however I am able to add new records to the table.
I used the upsize instead of DTS because I could not figure out how migrate all the indices with the tables using DTS. Recreating all the indices would be very time consuming since there are 67 tables in the database and at least 2 indices associated with each table and some tables have 6 or 7.
I welcome any and all suggestions. Thanks in advance.
PatH