ASP - switching from Access to SQL
Asked By Jim Tanner
22-Mar-05 04:41 PM
hey
i have an ASP app that has been functional for about 2 years now...... due to overwhelming traffic to the site (50,000 hits / day), we've noticed that our DB connection has been flaking out sometimes... (errors about file in use / unspecified errors when trying to cnonect)
so, we thought maybe switching the DB from Access to SQL Server may clear up this problem.
is SQL Server more tolerant of multiple concurrant connections? obviously, about 95% of the SQL syntax will be the same...... do you forsee any problems switchin from access to sql?
Access was never designed
to handle a large number of concurrent connections. It is a file-based database.
Sql Server is a service, it is a broker-based database. Sql Server is designed to handle a large number of concurrent jobs efficiently.
You should not have any problems. You may have some work ahead writing stored procedures from your Access queries (the syntax can be somewhat different), but it will be good practice.
Datatype Conversion
You should be aware of some datatype conversions. Not too much of a problem though.
Attach SQL Server 2008 database to SQL Server 2000 Server SQL Server Hi, I have created a database in SQL Server 2008, with compatibility level of SQL Server 2000. Now when I detach the DB
SQL 2005 Profiler - DTA - SQL Server 2000 DB SQL Server I would like to apply the SQL Server 2005 Profiler and Database Tuning Advisor to server SQL Server 2000 databases. Will I have
data-transformation : Oracle to SQL Server SQL Server I need to transfer data from an Oracle db to SQL Server db This is no the entire database , nor a subset of tables , but rather specific data
Local Testing Using SQL Server SQL Server I have a SQL server db set up locally. I have a local DSN set up. I have DW connected to the SQL server db and can create Bindings and use Server Behaviors without any problem. When I
moving data between SQL Mobile and SQL server DBs SQL Server I have connected to both a SQL Server Mobile and a SQL Server DB in management studio. How can I write a query that selects rows from