473,406 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Access to SQL Server - Upsizing - dbo

Let me try this again. I received an error when I tried to post this.
Pardon me if it appears twice.

I have an Access 2000 database that I would like to move the tables to
SQL Server 2000.

I have tried the upsizing tool and moved the tables over. Now will I
create a front end in Access and link to the ss tables? If so, I see
the ss tables are prefixed with dbo_. I already have the queries in
Access to refer to the table names that do not begin with dbo?

Please point me in the right direction of how to proceed.

Thanks!
Nov 12 '05 #1
4 2525
Change the queries to the new table names.
"Annette Massie" <an******@co.saint-croix.wi.us> wrote in message
news:c6**************************@posting.google.c om...
Let me try this again. I received an error when I tried to post this.
Pardon me if it appears twice.

I have an Access 2000 database that I would like to move the tables to
SQL Server 2000.

I have tried the upsizing tool and moved the tables over. Now will I
create a front end in Access and link to the ss tables? If so, I see
the ss tables are prefixed with dbo_. I already have the queries in
Access to refer to the table names that do not begin with dbo?

Please point me in the right direction of how to proceed.

Thanks!

Nov 12 '05 #2
an******@co.saint-croix.wi.us (Annette Massie) wrote:
Let me try this again. I received an error when I tried to post this.
Pardon me if it appears twice.

I have an Access 2000 database that I would like to move the tables to
SQL Server 2000.

I have tried the upsizing tool and moved the tables over. Now will I
create a front end in Access and link to the ss tables? If so, I see
the ss tables are prefixed with dbo_. I already have the queries in
Access to refer to the table names that do not begin with dbo?


Use some code to relink the tables. But when you create the link drop the dbo_ from
the local table name. I misremember the exact details of the lines of code but that
should work.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #3
"F. Michael Miller" <fm***@netzero.net> wrote:
Change the queries to the new table names.


That's a lot of work. Then there's testing.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #4
On 12 May 2004 07:40:41 -0700, an******@co.saint-croix.wi.us (Annette Massie) wrote:
Let me try this again. I received an error when I tried to post this.
Pardon me if it appears twice.

I have an Access 2000 database that I would like to move the tables to
SQL Server 2000.

I have tried the upsizing tool and moved the tables over. Now will I
create a front end in Access and link to the ss tables? If so, I see
the ss tables are prefixed with dbo_. I already have the queries in
Access to refer to the table names that do not begin with dbo?

Please point me in the right direction of how to proceed.

Thanks!

Sub RenameLinks()
Dim Bfdb As DAO.Database
Dim tdf As TableDef

On Error GoTo HandleIt

DoCmd.Hourglass True
Set Bfdb = CurrentDb()

For Each tdf In Bfdb.TableDefs
If Left(tdf.Name, 4) = "dbo_" Then
tdf.Name = Right(tdf.Name, Len(tdf.Name) - 4)
End If
Next tdf

OutHere:
If Not (tdf Is Nothing) Then Set tdf = Nothing
If Not (Bfdb Is Nothing) Then Set Bfdb = Nothing
DoCmd.Hourglass False
On Error GoTo 0
Exit Sub

HandleIt:
Select Case Err.Number
Case 0
Resume Next
Case Else
Beep
MsgBox Err & "; " & Err.Description, vbCritical + vbOKOnly, "Error"
Resume OutHere
End Select

End Sub

Wayne Gillespie
Gosford NSW Australia
Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: *no spam* | last post by:
I want to move my Access 2K database into MSDE. The Access Upsizing Wizard crashes (a known bug wi A2K), so I'm using the following suggested method: Access --> New --> Project (Existing...
0
by: Bon | last post by:
Hello All I got "Tables are skipped or export failed" error when I used upsizing wizard on migrating MS Access 2000 to MS SQL Server 2000. I am changing my application backend database from MS...
8
by: Uttam | last post by:
Hello, I am currently in the process of developing an application in a pure desktop world using Access 2000. I am intending to convert this pure desktop application into a Client Server...
29
by: Mark B | last post by:
We have an Access app (quite big) at www.orbisoft.com/download. We have had requests by potential users to have it converted to an SQL version for them since there corporate policy excludes them...
41
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and...
4
by: Pecanfan | last post by:
I've got quite a large database which is totally form-driven at the moment. I now need to allow multiple users access to various parts of it and, frankly, I'm not prepared waste my time with...
1
by: Jim Devenish | last post by:
I am continuing my exploration about upsizing to SQLServer from Access 2000. I have a split database with a front-end and a back-end, each of which is A2K. I have spent some time in bookshops...
6
by: NickName | last post by:
This question probably has been asked many a time. And yet I feel it is still relevant for one thing a search on this NG does not produce a desirable answer. It is kind of disappointing that MS...
3
by: Anns via AccessMonster.com | last post by:
Pros and Cons to the below: Upsizing Wizard - will this carry over tbls, queries, etc together? DTS or IS SQL 2005 - does this only bring over the tables? Which should I use? After the...
11
by: Gwindor | last post by:
I have been doing programming in Access for about 10 years. I am now being asked to make an Access front end for data that is stored in SQL Server. My impression is that the only way to do this...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.