A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Nagging question



 
 
Thread Tools Display Modes
  #1  
Old January 7th, 2009, 04:02 AM posted to microsoft.public.access.gettingstarted
Richard
external usenet poster
 
Posts: 1,419
Default Nagging question

I created and split my database. I then exported all the tables from the
Warehouse_be.mdb to our SQL Server. I used ODBC Data Source Administrator to
create a new SQL Server data source. Next I linked the front-end to the
tables on the server. The database performs very well.

Here is my question, should I have given the backend MDB to the network
administrators and have them place it on the server (in tact) rather then
exporting the tables to the SQL server? It seems to me the MDB is a container
that not only holds the tables but also has some programming behind the
scenes.


Thanks
Richard

Ps my first post didn’t appear to have gone through, so I apologize if I
double posted.


  #2  
Old January 7th, 2009, 04:18 AM posted to microsoft.public.access.gettingstarted
Gina Whipp
external usenet poster
 
Posts: 3,500
Default Nagging question

Richard,

Tables are tables are tables. The only way to get them there is to export
the tables up OR imort them in. I have never heard of another way. You
cannot 'move' the database container to the SQL Server. There is no
programming 'behind' tables, just plain tables holding data.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

"Richard" wrote in message
...
I created and split my database. I then exported all the tables from
the
Warehouse_be.mdb to our SQL Server. I used ODBC Data Source Administrator
to
create a new SQL Server data source. Next I linked the front-end to the
tables on the server. The database performs very well.

Here is my question, should I have given the backend MDB to the network
administrators and have them place it on the server (in tact) rather then
exporting the tables to the SQL server? It seems to me the MDB is a
container
that not only holds the tables but also has some programming behind the
scenes.


Thanks
Richard

Ps my first post didn't appear to have gone through, so I apologize if I
double posted.




  #3  
Old January 7th, 2009, 04:47 AM posted to microsoft.public.access.gettingstarted
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Nagging question

On Tue, 6 Jan 2009 20:02:01 -0800, Richard
wrote:

I created and split my database. I then exported all the tables from the
Warehouse_be.mdb to our SQL Server. I used ODBC Data Source Administrator to
create a new SQL Server data source. Next I linked the front-end to the
tables on the server. The database performs very well.

Here is my question, should I have given the backend MDB to the network
administrators and have them place it on the server (in tact) rather then
exporting the tables to the SQL server? It seems to me the MDB is a container
that not only holds the tables but also has some programming behind the
scenes.


A .mdb file can contain code (just as a SQL Server database can contain stored
procedures), but it needn't; in fact the database splitter wizard copies
nothing except tables and indexes into the backend. You're fine having the
data in SQL.

There are some things you can do to make it more efficient, such as basing
your forms on queries that return only one (or a very few) records, but if
it's working ok as is, don't worry about it!
--

John W. Vinson [MVP]
  #4  
Old January 7th, 2009, 05:16 AM posted to microsoft.public.access.gettingstarted
Richard
external usenet poster
 
Posts: 1,419
Default Nagging question

Whew... ty you both for that.


"Gina Whipp" wrote:

Richard,

Tables are tables are tables. The only way to get them there is to export
the tables up OR imort them in. I have never heard of another way. You
cannot 'move' the database container to the SQL Server. There is no
programming 'behind' tables, just plain tables holding data.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

"Richard" wrote in message
...
I created and split my database. I then exported all the tables from
the
Warehouse_be.mdb to our SQL Server. I used ODBC Data Source Administrator
to
create a new SQL Server data source. Next I linked the front-end to the
tables on the server. The database performs very well.

Here is my question, should I have given the backend MDB to the network
administrators and have them place it on the server (in tact) rather then
exporting the tables to the SQL server? It seems to me the MDB is a
container
that not only holds the tables but also has some programming behind the
scenes.


Thanks
Richard

Ps my first post didn't appear to have gone through, so I apologize if I
double posted.





  #5  
Old January 7th, 2009, 05:22 AM posted to microsoft.public.access.gettingstarted
Gina Whipp
external usenet poster
 
Posts: 3,500
Default Nagging question

Glad that helped!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II
"Richard" wrote in message
...
Whew... ty you both for that.


"Gina Whipp" wrote:

Richard,

Tables are tables are tables. The only way to get them there is to
export
the tables up OR imort them in. I have never heard of another way. You
cannot 'move' the database container to the SQL Server. There is no
programming 'behind' tables, just plain tables holding data.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" -
Tremors
II

"Richard" wrote in message
...
I created and split my database. I then exported all the tables from
the
Warehouse_be.mdb to our SQL Server. I used ODBC Data Source
Administrator
to
create a new SQL Server data source. Next I linked the front-end to the
tables on the server. The database performs very well.

Here is my question, should I have given the backend MDB to the
network
administrators and have them place it on the server (in tact) rather
then
exporting the tables to the SQL server? It seems to me the MDB is a
container
that not only holds the tables but also has some programming behind the
scenes.


Thanks
Richard

Ps my first post didn't appear to have gone through, so I apologize if
I
double posted.







 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.