Search Results

-2
votes

Importing Access data into SQL Server using ColdFusion

It's never advisable to loop through records when a SQL Update can be used. It's not clear from your question what database interface layer you are using, but it is possible with the right …
0
votes

What’s the best way to work with SQL Server data non-programmatically?

You might want to read Tony Toews's Access Performance FAQ, which provides a number of hints on how to improve perfo …
2
votes

How would you migrate hundreds of MS Access databases to a central service?

Upsizing an Access application is no magic bullet. It may be that some things will be faster, but some types of operations will be real dogs. That means that an upsized app has to be tested thoroug …
0
votes

Access 2000 connecting to SQL Server 2005

Access ADPs are very closely tied to SQL Server versions, and MS has done a really poor job of fixing and breaking ADPs in the 3 major versions that have been released (2000, 2002 and 2003). …
-1
votes

How would you migrate hundreds of MS Access databases to a central service?

_ david_ suggested: This is what you were going to do anyway, only you wanted to use a different database engine instead of NTFS. Er, please explain to …
-1
votes

VB6/Microsoft Access/DAO to VB.NET/SQL Server… Got Advice?

Is there a reason why ms-access was added as a tag here? It seems to me that the question has nothing but the most trivial relevance to Access, since once you're working with .NET, Access is comple …
0
votes

Cross-referencing across multiple databases

Have you tried benchmarking what happens if you link from the Access front end to your SQL Server via ODBC and write your SQL as though both tables are local? You could then do a trace on the serve …
1
vote

SQL Server Express / MS Access LINQ Features, Which One to Use?

A Jet back end will work fine for mostly read-only websites, even ones with decent traffic. Michael Kaplan's old website, http://trigeminal.com, u …
0
votes

Possible to search multiple tables with a single query? [MSAccess/SQL Server]

I think you have a schema problem. Querying a UNION is almost always evidence of that (though not in all cases). The question to me is: What are you returning as your result? …
-2
votes

Query hangs with INNER JOIN on datetime field

Just an idea, but in SQL Server you can attach your Access database and use the table there. You could then create a view on the server to do the join all in SQL Server. The solution proposed in th …
-1
votes

Using “IN” in a WHERE clause where the number of items in the set is very large

I don't know the type of values in your IN list. If they are most of the values from 1 to 10,000, you might be able to process them to get something like: WHERE MyID BETWEEN 1 AND 1 …
2
votes

MS Access Application - Convert data storage from Access to SQL Server

Others have suggested upsizing the Jet back end to SQL Server and linking via ODBC. In an ideal world, the app will work beautifully without needing to change anything. In the real world, y …
1
vote

How to specify MS Access workgroup file in Sql Server linked server?

I haven't done this for a while, nor in recent versions of SQL server, but I seem to remember that when you add a link to a Jet database it provides the opportunity to define the workgroup, usernam …
2
votes

Migrate Access 2007 Database Application to SQL Server 2005 using SSMA - Issues…

Assuming that SSMA replaces the tables in your back end with links to the SQL Server, all you need to do is delete the original table links in your front end and import the newly-created t …
1
vote

Use SSIS to migrate and normalize database

Access is so user-friendly, why not normalize your tables in Access, and then upsize the finished structure from there? …

1 2 next
15 30 50 per page