Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databases(sorry for crossposting, I usually don't but I need a solution quickly)
is there a simple way to remotely and programmatically (using a ColdFusion
application that can access the database) making a copy of an entire
SQLServer2000 database into Access?
Because I cannot remote control the server, DTS cannot be used.
I have created an Access mdb with empty tables in place, then tried using Ad
Hoc queries such as
insert into OPENROWSET('Microsof
t.Jet.OLEDB.4.0',
'c:\myaccessdb.mdb';;,mytable) select * from mytable
but although the SQLServer security settings apparently allow Ad Hoc
queries, I keep getting error messages saying that the ad hoc query access
was denied. I don't know what to do now.
-Michael
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread