473,799 Members | 2,868 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems moving from ACCESS to MS SQL

have a dedicated web server with Win2000 and CF MX Server.
I always used ACCESS databases. Now, I bought a space under a MS SQL
Server and I'm moving all my databases there.

Today I moved my most trafficated ACCESS database under the MS SQL
Server through Enterprise Manager. The conversion went OK. Then I
changed the informations on my Cold Fusion Administrator to use the
new MS SQL database and my web site that used that database became
incredibly slow.

I did CFSTAT on my server and saw that a lot of requests were queued
and terminated for time-out. I restored the .mdb database and now it's
all ok again ...

Do you have an idea of what could it be the problem ?

The database I moved is a little one: about 4 megabyte and just 6
tables. Under ACCESS works really fine.

Thank you in advance
Nov 12 '05 #1
4 1264
LaSalamandra wrote:
have a dedicated web server with Win2000 and CF MX Server.
I always used ACCESS databases. Now, I bought a space under a MS SQL
Server and I'm moving all my databases there.

Today I moved my most trafficated ACCESS database under the MS SQL
Server through Enterprise Manager. The conversion went OK. Then I
changed the informations on my Cold Fusion Administrator to use the
new MS SQL database and my web site that used that database became
incredibly slow.

I did CFSTAT on my server and saw that a lot of requests were queued
and terminated for time-out. I restored the .mdb database and now it's
all ok again ...

Do you have an idea of what could it be the problem ?

The database I moved is a little one: about 4 megabyte and just 6
tables. Under ACCESS works really fine.

Thank you in advance

Did all indices and primary keys find their way onto the server?
--
But why is the Rum gone?
Nov 12 '05 #2
Trevor Best <nospam@localho st> wrote in message news:<40******* *************** @auth.uk.news.e asynet.net>...
Did all indices and primary keys find their way onto the server?


No, but I corrected it manually and the problem remain ...
Nov 12 '05 #3
On 5 Mar 2004 02:09:22 -0800, sc******@tin.it (LaSalamandra) wrote:
Trevor Best <nospam@localho st> wrote in message news:<40******* *************** @auth.uk.news.e asynet.net>...
Did all indices and primary keys find their way onto the server?


No, but I corrected it manually and the problem remain ...


I've seen problems where the SQL Server driver first tries to use DNS to
resolve the server's name to an IP address, but the only DNS servers
configured were for Internet access and did not know about the internal
machines. In this case, the driver tries the default DNS server, times out,
tries the backup DNS server, times out, then tries SMB to get the name and
succeeds. This will only be a problem with pre-Windows 2000 servers since
Windows 2000 servers provide DNS by default.

If this is your problem, you can solve it most easily by adding the server's
name and IP address to the HOSTS file on the Web server machine.
Nov 12 '05 #4
Steve Jorgensen <no****@nospam. nospam> wrote in message news:<7u******* *************** **********@4ax. com>...
If this is your problem, you can solve it most easily by adding the server's
name and IP address to the HOSTS file on the Web server machine.


No ... I already put the simply IP, it doesn't work. I really don't understand ...
Nov 12 '05 #5

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

Similar topics

1
1878
by: Stephajn Craig | last post by:
It's been a while since I posted here, but here goes. Our server is a Windows 2000 Server with Service Pack 3, IIS 5 with Lockdown Wizard applied. My first problem is related to CDONTS.NewMail. Up until recently, I had no problems sending e-mail with this little utility. Our current development efforts are moving to .NET so it didn't matter to us that this is something that won't be supported anymore by MS. However, while we are in...
6
5873
by: carverk | last post by:
Hello All I'm in the middle of moving a MS Access DB to a MySql backend. I have figured out about 90% of the problems I have faced, execpt for this one. I have 3 Queries, which pull records depending on a date range. (Today,Last 7 Days,Next 7 Days) The one I'm having problems with is the "Last 7 Days" Query.
0
2419
by: Uttam | last post by:
Hello, I created and worked on my application on my desktop and copied it to my laptop. After putting in many additions to the functionality on the Laptop version, I copied it back to my desktop. Nothing was changed on the desktop in respect of the configuration but I now get an error which I am unable to fix. I have a statement "Set cat = New ADOX.Catalog" This statement is
19
3146
by: Jim | last post by:
I have spent the past few weeks designing a database for my company. The problem is I have started running into what I believe are stack overflow problems. There are two tab controls on the form (nested), three list views, one tree control with up to 30,000 nodes, maybe 15 comboboxes (half of which have a large recordset as rowsource), 20 or so buttons and around 30 text boxes (not to mention the images, labels, etc and around 1000 lines...
26
2679
by: jamesbeswick | last post by:
I've been using Access since version 97 and I've migrated to 2003. I've noticed a substantial number of strange ActiveX/OLE and code corruption problems when writing databases. The only solution I've found is to create a new database and import all the objects from the corrupted file. Has anyone else found a solution to this annoying problem? I cannot find anything useful on Microsoft's website and I haven't seen any posts about the...
0
2115
by: Kyle K. | last post by:
(Note: Windows XP Pro SP2 + Visual Studio .NET 2005 + SQL Server 2000) I have a GridView that is populated with data. That last 2 columns are button fields (image buttons) that have a CommandName of "MoveUp" & "MoveDown" respectively. In the RowCreated event (for data rows only), I assign the CommandArgument the index of the current row so that I can retrieve the Key for the row from the DataKeys collection (in the RowCommand) event when...
4
2497
by: Neil | last post by:
I'm using the MS Rich Textbox control (6.0 - SP4) in an MS Access 2000 MDB, on a tab control with 4 tabs. Each tab has 4-8 rich textboxes, which are bound to memo fields. Frequently, when I click on a tab to move there, an image of one of the RT controls on that tab appears in the upper left corner of the screen. The form and the tab control are gray, and the RT controls have a white background. So there will be this white box the size...
20
6022
by: Aek | last post by:
We recently moved our large codebase over from VS7 to 8 and found that we now get access violations in atexit calls at shutdown when debugging the application in VS2005. This occurs in static members / singletons (especially meyer type singletons) which use locally declared static variables. These variables are normally cleaned up automatically at shutdown of the application by registering with the atexit. I break point the destructor on...
6
2425
by: Wesley Peace | last post by:
I hate to cross post, but I've gotten no answer yet on a problem I'm having with visual studio 2008. I've created a series of forms with controls to access a Access database tables. The connection string works fine and the tables are added to the project without a problem. When I create the tables they appear to bind and I am able to preview the data in the database in design mode; however, at runtime no data is displayed and the...
0
10269
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10248
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5597
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4148
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.