SQL2000-Database, SQLExpress, Access

G

Guest

I have a big MSSQL2000-Database. I want to query the data. I have no
SQL-Server yet. Is it a good Idea to install SQLExpress, attach the Datafile
and connect to Access 2003? Who has experiences?
 
S

Sylvain Lafontaine

IMHO, iIf the database is smaller than 4Gigs (if I remember correctly); you
shouldn't have any problem detaching it, copying it and reattaching it to
SQL-Express 2005.

You can also try with MSDE 2000 if you want to be absolutely sure to not
have any compatibility problem but I don't thing that you will any.

If you want only to query data and that you already have your Access 2003
application (MDB or ADP), Access 2003 will be fine for both; however, if you
want to make some design changes in ADP, I'm not sure that you will be able
to do so if you are using SQL-Express 2005 instead of MSDE 2000.
 
G

Guest

Hello Silvain,
installation of SQLExpress and attachment of the database to SQLExpress are
without problems. But with Access I can't get connection to the data.
Now I try MSDE.
 
G

Guest

Hello Silvain,
thank you for the good resources.
I tryed sqlcmd -S.\sqlexpress. The SQLCMD window pops up, is waiting a while
an then disapears.
The SQLExpress-Server is running, I can see in the task bar. SQL Server
Management Studio Express is working well.
What can I do?

Thank you for helping.
Theo Weidmann
 
S

Sylvain Lafontaine

Did you install the SQL-Server Express Management Studio (or something like
that) and yes, what does it give?

With Access, you should be able to connect to an instance of SQL-Server
Express for retrieving data in either ODBC (for MDB file) or OLEDB modes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top