create table using access 2000 connecting to SQL Server 2000
by Q2hyaXM » Sun, 13 Jun 2004 02:41:01 GMT
Hi
I have created an Access 2000 database which links to all the tables on a remote SQL Server 2000 database.
How do I write the sql statement (or modify the sql statement generated in the query design mode) so that in a create table statement the table is created on the server?
currently any unmodified create table statement will create it on the local acess database.
I'd appreciate how to create the tables on the actual server and have the linked connection automatically be generated. Is this possible?
or should I be developing in Query analyzer or the query builder in enterprise manager?
any other suggests to a development architecture would be appreicated, thank you
Similar Threads:
1.Access 2000 connected to a SQL Server 2000 Database
Hi,
I have an Access 2000 application which uses tables on a SQL Server 2000
database. I am having a problem, where the main form is not automatically
generating a primary key when I enter a new record. I need it to do it
automatically as controls on associated subforms deoend on this happening.
Does anyone know why this is happening, and what I should do to rectify it?
And if so, could you point me to an article that shows me how to fix this.
Thanks in advance.
F-
2.Using Access 2000 .adp with SQL server 2000 database problem
I have an Access 2000 .adp file that is connected to a SQL Server 2000 database. When I try to create a new view or table, I get a "You do not have exclusive access to the database at this time, your changes will not be saved." Or something very similar. The thing is, I am the only in the database, except maybe the administrator access on the server. Is that the problem? Or is it something else? It seems like I should be able to create a view without a problem. Any thoughts/recommendations would be appreciated. I have tried the KB and nothing is there. Or even is there a better place to ask .adp questions. Thanks!