F
Franck
Hi,
Is it possible to create a table in an Sql Server 2005 database
through Access and DAO vba
using a "select * into" query and to set the schema that will host the
table.
When I'm running my query, my new table is created as dbo.MyTable and
I'd like to create it with another user than dbo.
Can I do that ?
Thks for help.
Is it possible to create a table in an Sql Server 2005 database
through Access and DAO vba
using a "select * into" query and to set the schema that will host the
table.
When I'm running my query, my new table is created as dbo.MyTable and
I'd like to create it with another user than dbo.
Can I do that ?
Thks for help.