If I try to create new database on server, after the message that
access have enough information to create database, i get the folowing
error:
"An error occured whle trying to create the database; the wizard can't
continue. (Server Error 1803: CREATE DATABASE failed. Primary file
must be et least 3MB to accomodate a copy of the model database.) Your
ADP file will not be connected to a server database."
any ideas?
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)
<pja...@gmail.com> wrote in message
news:1183193627....@g4g2000hsf.googlegroups.com...
Tore
Not necessarily. Prior to SQL Server2005, with Access200x ADP, it is very
convenient to do table/view design (IMO, better than you can do in
Enterprise Manager). As developer, I found myself very often in th eneed to
duplicate/copy table/view/SPs/UDF between SQL Server databases. With ADP,
you can simply copy and paste, while with Enterprise Manager, thing aren't
as easy, not even close. Even with SQL Server Management Studio, you still
can't. When MSDE1.0 came out, you can even use ADP to manage SQL Server
security (it was gone since MSDE2000 and Access2002, too bad)!
So, I still use ADP as SQL Server database management tool for development
purpose in routine work, mostly creating/modifying table/views/SP... Only go
to EM or SSMS for something I cannot do with ADP. Did I mention that SSMS is
so slow to run?