473,396 Members | 1,996 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,396 software developers and data experts.

Questions on pass-thru queries

I'm thinking I might want to move the back-end to one of my Access97
applications to SQLServer instead of continuing to use Access jet but
before I start/do that I have several questions I'm hoping can be
answered as I have not yet used SQLServer for a back-end.

1. Just moving my tables from a jet back-end to a SQLServer back-end
and not changing anything else will not improve performance, True????

2. If I create pass-thru queries can they contain Access
functions(like: DatePart, CvDate, ABS, etc....) or do they need to be
pure SQL????

3. Can pass-thru queries be 'action' and 'select' queries????

4. Is there an Access add-in that will tell you which queries can
become pass-thru and which can't????

5. Is there an add-in or third party product that will convert a query
to a pass-thru query at an insertion point on a code page????

thanks
bobh.

Nov 13 '05 #1
2 1996
On 4 Mar 2005 13:09:33 -0800, vu******@isp.com wrote:
I'm thinking I might want to move the back-end to one of my Access97
applications to SQLServer instead of continuing to use Access jet but
before I start/do that I have several questions I'm hoping can be
answered as I have not yet used SQLServer for a back-end.

1. Just moving my tables from a jet back-end to a SQLServer back-end
and not changing anything else will not improve performance, True????
Usually true. If the design already folllows good practices for C/S apps,
then you generally would see a speed improvement vs shared .mdb file on the
LAN.
2. If I create pass-thru queries can they contain Access
functions(like: DatePart, CvDate, ABS, etc....) or do they need to be
pure SQL????
They cannot contain Access or VBA functions, however, SQL Server has its own
functions that are similar.
3. Can pass-thru queries be 'action' and 'select' queries????
Yes.
4. Is there an Access add-in that will tell you which queries can
become pass-thru and which can't????
No. Short answer, though, most Access queries do not need to be converted.
Access generally does a decent job of forwarding query logic to the server for
you. A lack of pass-throughh queries is not the problem with most Access C/S
apps that are slow, it is that they retrieve large recordsets from the server
or use code loops where SQL set operations are more appropriate.
5. Is there an add-in or third party product that will convert a query
to a pass-thru query at an insertion point on a code page????


I'm not sure I understand your quesiton.

Nov 13 '05 #2
Hi Steve,
Thanks for your answer to my questions....
Q5 - I'm not sure what I meant :-)
I'll have to think onit somemore.
bobh.

Nov 13 '05 #3

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

Similar topics

4
by: Chuck Ritzke | last post by:
I keep asking myself this question as I write class modules. What's the best/smartest/most efficient way to send a large object back and forth to a class module? For example, say I have a data...
27
by: Jatinder | last post by:
I 'm a professional looking for the job.In interview these questions were asked with some others which I answered.But some of them left unanswered.Plz help. Here are some questions on C/C++, OS...
26
by: pandapower | last post by:
Hi, These were some of the interview questions asked,can someone discuss whats the solution. 1.I have a singly linked list and i have to print the 5th element from the last.I have to print it...
3
by: Tony | last post by:
Hi, I hope I can find answers to my questions here. 1. How to execute a Private Sub in VB, from a Javascript function event. 2. How to get a JavaScript Var value from the html page and return...
30
by: Brian Elmegaard | last post by:
Hi, I am struggling to understand how to really appreciate object orientation. I guess these are FAQ's but I have not been able to find the answers. Maybe my problem is that my style and...
4
by: Nemisis | last post by:
Hi everyone, I have 2 classes, Company and Contact, a company can have 1 or more contacts. A contact can only be in one company. I have created a Company class object that contains all the...
0
by: Nemisis | last post by:
Hi everyone, I have 2 classes, Company and Contact, a company can have 1 or more contacts. A contact can only be in one company. I have created a Company class object that contains all the...
9
by: Setash | last post by:
I've got a tiny bit of coding background, but its not the most extensive. That said, I'm trying to wrap my head around python and have a couple questions with classes and functions. Two...
16
by: =?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?= | last post by:
Hi, I am using Visual C# window to dispaly a set of questions with their answers. The users should be able to move to the next question by clicking on next button. I am going to use only one panel...
4
by: Andrey | last post by:
Hi, I will be hiring a php guru to help us architect a highly scalable web site/web application; the problem is I am coming from Microsoft .NET world and not too much familiar with the platform....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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...
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
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...

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.