Dear All,
I would like to convert from Access To SQL DB undervisual Studio.Net 2005...
How can I do it easily, or if there any software to do this automaticlly, please your help..
Awaiting your valuable reply.
Many thanks in advance for your cooperation and continuous support...
What version of MS Access are you using?
Most of the Access versions like XP/2003 all have an upgrade wizard that allows you to convert your existing database to SQL Server.
In Access 2003 I believe you can use the Upsizing Wizard which can be accessed from Tools -> Database Utilities -> Upsizing wizard
Alternatively you can always import all the tables/data/procedures into SQL Server using Enterprise Manager/Management Studio.
|||
Microsoft guide you to good support for this:
The easiest way to convert an Access database to SQL Server is to use the Upsizing Wizard. The Upsizing Wizard:
? | Preserves database structure, including data, indexes, anddefault settings. |
? | Automatically converts Access validation rules and defaultsettings to the appropriate SQL Server equivalents. |
? | Maintains table relationships and referential integrityafter you upsize. |
To run the Upsizing Wizard in Access 2000, on the
Tools menu, point to
Database Utilities, and then click
Upsizing Wizard.
You will got details information from his link
http://support.microsoft.com/kb/307598
Ahsan
|||
Thanks for your replying...
I've got Access 2007, and I've done this way.
However, it asks me to choose the Sql server and it gives me connection error when I use local !!!, and I'm using the Visual Studio.Net 2005 which has Sql Express Edition..
So, I would like to migrate the Access DB to my project in Visual Studio 2005 ( ASP.net -> C# language ).
I'd like you to know also that I haven't installed SQL Server 2005 or 2003. Do u think that I need it to do this?
Many thanks...
|||
ali Manshow:
However, it asks me to choose the Sql server and it gives me connection error when I use local !!!, and I'm using the Visual Studio.Net 2005 which has Sql Express Edition..
what is your SQLEXPRESS instance called as this should be the name you should be typing into access
ali Manshow:
I'd like you to know also that I haven't installed SQL Server 2005 or 2003. Do u think that I need it to do this?
SQLExpress is enough and you would not need to install SQL Server 2000/2005
|||
You should not install the SQL server 2005 because visual studio 2005 has built in Sql Server 2005 Express. So you can easily use this.For connect with sql express you simply use ./SQLExpress in server field.
Ahsan
|||
Thanks I have tried this, but it still gives me connection error because of wrong Sql Server or Access Denied..??
Do u think that I have to change the settings for SQL login:
There are 3 options:
1) Local Service.
2) Local System.
3) Network Service.
Which options shall I choose.
Or do I need to change any settings in Access 2007 DB.
Thanks so much...