473,396 Members | 2,147 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.

SQLgetinfo

I am new to Access/SQL server. I need to determine for performance which
aggregate functions are not supported by SQL Server. I understand one way
is to query the server to see if the function has to run locally or it can
run remote. How can I poll the server?
Jul 20 '05 #1
3 1777
In article <HM********@news.boeing.com>, st*******@whitehouse.gov
says...
I am new to Access/SQL server. I need to determine for performance which
aggregate functions are not supported by SQL Server. I understand one way
is to query the server to see if the function has to run locally or it can
run remote. How can I poll the server?


Access is like a car. SQL Server is like an airplane. Cars can go on
the ground. Airplanes can fly.

Does that help?

Jul 20 '05 #2
Yes, major help. Thanx!

"Guinness Mann" <GM***@dublin.com> wrote in message
news:MP************************@news.newsguy.com.. .
In article <HM********@news.boeing.com>, st*******@whitehouse.gov
says...
I am new to Access/SQL server. I need to determine for performance which aggregate functions are not supported by SQL Server. I understand one way is to query the server to see if the function has to run locally or it can run remote. How can I poll the server?


Access is like a car. SQL Server is like an airplane. Cars can go on
the ground. Airplanes can fly.

Does that help?

Jul 20 '05 #3
In article <HM********@news.boeing.com>, st*******@whitehouse.gov
says...
Yes, major help. Thanx!


Seriously, there is not a great deal of intersection between the two
products, other than that they are made by Microsoft and there are some
utilities to help you upgrade from Access to SQL Server.

In SQL Server, *all* queries run remotely. In Access (well, the jet
database engine, which is what you will be communicating with), *all*
queries run locally. I found that out the hard way when I created a 300
MB mdb (Access) database at a site in Wales and then went back to my
office in San Diego and tried to run queries against it over a 64k ISDN
line. For each query the entire 300 MB database had to be transferred
from Wales to California, one record at a time. Had I used SQL Server,
only the results would have had to be transferred.

It sounds like you need to do a little bit of reading. Erland will be
along in a little while to give you a URL where you can download the
help files for SQL Server (known around here as the "bol"). Read some
of the introductory material in there and then come back with some more
specific questions.

--
Who's better for furniture? NOOOOOOOOOOOOOOOOOOBODY!!!!
--

Guinness Mann
GM***@Dublin.com

Jul 20 '05 #4

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

Similar topics

0
by: mrambil | last post by:
Hi, I've got some problems using ODBC with C++. First, I use Dev-cpp with gcc/g++ v3.4.2 on Win XP. I got to connect to a system DSN installed on my computer so I use the standard SQL API...
4
by: hicks | last post by:
I'm trying to invoke a DB2 stored procedure. The stored proc is coded in C and compiled to a shared library, which has been placed in the <DB2 dir>/functions directory. The platform is Solaris....
4
by: alinehp | last post by:
Hi I have an access violation in DB2SYS.dll at each ending of my application. This is a multithreaded application. Threads are created and managed by Tomcat. One thread connects to DB2 base...
10
by: tlyczko | last post by:
Hello, We have Access databases (backends) that will eventually be consolidated into a SQL Server database, to facilitate data reporting, analysis, etc. Some queries in one Access database...
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
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
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.