Tagged Questions
0
votes
0answers
23 views
Using OPENDATASOURCE to query access stops the sql service
I'm having trouble connecting to an Access Database through SQL.
When I try the following query:
SELECT * FROM OPENDATASOURCE ('Microsoft.ACE.OLEDB.12.0',
'Data ...
1
vote
4answers
36 views
How do I manage large data set spanning multiple tables? UNIONs vs. Big Tables?
I have an aggregate data set that spans multiple years. The data for each respective year is stored in a separate table named Data. The data is currently sitting in MS ACCESS tables, and I will be ...
1
vote
1answer
21 views
Intermittant “Server does not exist or access denied”
Recently had a server die and had to rebuild it from backups. Now I'm getting intermittent failures from several of my Access applications (which work using linked tables and passthrough queries). I ...
0
votes
1answer
47 views
Moving from MS Access to SQL Server
I'm an Access developer tasked with learning SQL server and giving the requirements for the server. My question for the community is a recommendation on what server specs I might recommend for the ...
0
votes
0answers
15 views
Checklist while upgrading Access to SQL Server Database
I have 4 MS Access database that needs to be upgraded to MS SQL Server database. The 4 MS Access database contains 10 tables each, comprising of 40 tables in total. Hence, should I develop one SQL ...
0
votes
0answers
32 views
SQL Query with duplication and editing
I am new to SQL and have a question that I have not been able to find the answer to yet, probably because I am not sure exactly what to search for. I am using SQL Server 2012. I have a DB that was ...
0
votes
1answer
31 views
Multiple MS SQL queries on one table
So I need some help, I have a MS Access database. I have a table that I run about 4 queries on. It takes about 5 min to open or save query 4 because it runs against 3, 2, and 1. Even though it is ...
0
votes
2answers
33 views
Pivot a single row
im kinda new on using pivot. how can i pivot this record from this:
P1AVERAGE P2AVERAGE P3AVERAGE -> column name
1.25 1.50 1.75
to this:
AVERAGENAME AVERAGESCORE
...
0
votes
0answers
24 views
Importing emails from exchange server
does anybody know if there's a way to get emails from a Microsoft Exchange Server using Microsoft Access/VBA/VB.NET and IMAP?
Connecting Outlook and importing emails is no problem -
I know how to ...
0
votes
0answers
32 views
What version of SQL Server to use when upsizing from MS Access
I would like to upsize my MS Access app to SQL Server, but I am not sure on how to package and distribute it.
The app should have an MS Access front end and SQL Server backend.
Another question: ...
0
votes
0answers
42 views
“Write Conflict” error appears in single user database
Running MS Access 2010 front end under Citrix against SQL Server 2008R2 backend.
I've got a form that's been working for quite some time. The code behind one button has suddenly started generating a ...
0
votes
0answers
31 views
Access ODBC connection SQL Server using runtime
I have an issue with running an application on Access Runtime if using SQL Server connection. Since when changing a PC, the connection settings aren't copied to the new client, I'm wondering how can I ...
0
votes
2answers
37 views
Debugging Ambiguous outer join statement
I am new to MS Office Access , I am having some problems constructing the SQL view for this query . I keep getting a error : "The SQL statement could not be executed because it contains ambiguous ...
0
votes
1answer
31 views
Working with pictures in MS Access and SQL Server
How exactly does one go about:
getting images/pictures into a SQL database
viewing pictures from a SQL database using a MS Access form?
I currently use an ODBC link between the two databases with ...
0
votes
1answer
19 views
Emulate SQL Server connector in Python?
I am a little confused about the pyodbc syntax. Basically I want to create a couple of functions to generate different strings configured for different authentication types; for pushing into pyodbc.
...
0
votes
0answers
27 views
Connecting Access front end to SQL server back end connectivity problems
I have an Access database which I migrated from Access to SQl SERVER 2008 R2. I have enabled TCP/IP connections on the database and I can connect across the network to the database via SSMS. ...
0
votes
2answers
60 views
How to create a ODBC connection to SQL Server?
I try to use Access to call a stored procedure in SQL Server. But have trouble to build the
ODBC connection, I do not know am I missing something? Or just need do some set in sql site?
I have a ...
1
vote
1answer
33 views
updating an Access 2010 Linked Table connection
How do I change the connection string of a linked table in Access 2010? I don't want to do it programmatically but through the interface. When I try to change it via the table's Properties I get the ...
3
votes
2answers
77 views
Access and SQL Server calculate date differently
We have some generic tool that, among others, can save and display dates.
It will save it as a number, for example 41247.
If I convert that back to a date in Access, I get 2012/12/04 - which is ...
0
votes
0answers
18 views
Connection Error
Sometimes I receive the following message and Microsoft Access application is not able to connect to the SQL server.
If I log out and login to the domain again, everything is just fine.
If I ...
-5
votes
0answers
51 views
object reference not set to an instance of an object , SBS 2011, forms Application [closed]
Well the title says it all. I have developed a forms app to move data from a access db to a mssql server. Worked fine on my machine. I had to create a x86 version to get it to work on the SBS which is ...
0
votes
1answer
60 views
Copy SQL server database with .bak
I'm trying to copy a SQL Server database in VBA (MS-ACCESS).
So I got this query to create the .bak
DECLARE @name VARCHAR(50) -- database name
DECLARE @path VARCHAR(256) -- path for backup files
...
1
vote
3answers
69 views
Converting CASE WHEN into IIF
I mainly work with SQL Server, and rarely use Access. I have case statement in SQL server that I need to turn into a nested IIF statement in Access and I am having a hard time getting it to work. The ...
0
votes
2answers
32 views
Is there an equivalent for SQL server's 'output deleted' statement for MS Access?
I'm working on a project and I normally use SQL Server but for my class, I have to use MS Access. I have all my code set up but I keep getting a syntax error when I use the 'OUTPUT Deleted.*' ...
0
votes
0answers
90 views
Improve Performance - Access VBA / Huge number of Inserts / Index / Caching / SQL Server
Bewlow is my Input table , code and Output Table.
For small data InputData having 3 - 4000 records this is completely perfect.
However ,
My Input data table has 90,000 records.
And there can be ...
2
votes
1answer
549 views
ODBC connection to MS Access database with SQLServer linked tables via DSN
So I have a msaccess database with a couple linked tables that point to an SQL Server database via DSN with a username and password built in.
In my .net app I need to connect to my access database, ...
0
votes
1answer
90 views
Changing the format of a Datetime object in a DataRow element
I have created a DataRow array: OBrienData from a data table build from a access database. I want to map its contents to another DataRow array NewClientData which will eventually be mapped to a mssql ...
1
vote
2answers
40 views
Counting unique occurrences of ids using MSSQL
I am trying to count the unique occurrences of teacherids for each year. I am sure the results are not unique.
My query
SELECT DISTINCT count (tblTeachers.TeacherID) AS uniqueTeacherCount, ...
0
votes
2answers
206 views
Export MSSQL database to MS Access .accdb file
I have a Microsoft SQL Server database which is updated with data regularly. I would like to store this database with all tables (and preferrably relationsships) to a new Microsoft Access (.accdb) ...
1
vote
1answer
38 views
Error when attempting to use a Linked table in MS access
Our Intranet runs under asp/vb script / MS Access.
We have been experiencing issues with MSAccess and would like to replace it with MSSQL Server. Initially I thought I could just import the current ...
2
votes
1answer
66 views
Linked table in MS Access needs a hyperlink column
I've recently moved a table from MS Access 2003 into SQL Server 2005. Then in the Access DB I created a linked table back to the table in SQL Server to replace the original table.
So far everything ...
3
votes
3answers
179 views
SQL Server Join
The query on which I am currently working returns the desired results but the problem is that I have to create an additional join with different TaskCounters for each extra column I want to add (which ...
0
votes
2answers
84 views
Best Practice SQL Server/Access connections
At the risk of starting an ODBC/OLEDB arguement, does anyone have any best practice suggestions for linking an Access Front End to a SQL Server Backend?
I have read the articles about .ADP vs .MDB ...
1
vote
1answer
49 views
Extracting UID from ODBC Connection in MS Access
I have a MS Access front end with tables linked to SQL Server. I used a file DSN to link tables, and upon opening Access database the user has to enter SQL server userID and password.
Is there a way ...
0
votes
0answers
118 views
Get all access tables(.mdb) and create similar tables in sql server using c# windows form? [closed]
private void button2_Click(object sender, EventArgs e)
{
// Microsoft Access provider factory
//DbProviderFactory factory = DbProviderFactories.GetFactory("System.Data.OleDb");
...
0
votes
1answer
95 views
Add MS Access table data to SQL Server table with c#
I have a MS Access file with a Number table. Also I have a SQL Server database with a profile table.
How do I import data from the number table into the profile table?
1
vote
0answers
37 views
SQL Server Migration Assistant for Access and password protected source [closed]
Does anyone know if it is possible to have the SQL Server Migration Assistant for Access read from a password protected Access database? The wizard offers no option to provide a password. I tried to ...
0
votes
0answers
111 views
INSERT trigger from SQL table
I have a database running on a SQL server that handles entries from a piece of commercial software. There are essentially 3 tables that I am interested in (A table, B table, and C table). I am using ...
0
votes
1answer
102 views
Convert Ms Access cross tab to SQL Server [closed]
How can I convert this access cross tab query to SQL Server?
TRANSFORM Sum(q_BILLINGDATA.Total) AS SumOfTotal
SELECT q_BILLINGDATA.[ICP Contract Join: ICP Contract Join Name]
FROM q_BILLINGDATA
GROUP ...
1
vote
1answer
95 views
Microsoft Access with SQL Server linked tables hangs when doing search using the On Change event
I wonder if anyone has any advice for me, essentially we're using a textbox to do a search but it's causing some problems. We have a listbox with rowsource set to the equivalent of
select * from ...
2
votes
2answers
99 views
What is the difference between MSSQL and TSQL
MS-SQL and T-SQL are often thrown around as interchangeable synonyms on the web.
I know T-SQL is a flavor of SQL used in many Microsoft products. Is MS-SQL actually another flavor of Microsoft owned ...
0
votes
3answers
198 views
Syntax error (missing operator) in query expression '@ID = @@IDENTITY'
I have given valuable advise from here
But as subject title says I am receiving error in the btnLogin method, related to my previous question but really the same problem, I think? I say this because ...
0
votes
2answers
136 views
Unable to Retrieve Microsoft Access Autonumber Values
Access 2003
VS 2010 C#
As subject title says I am having a problem with this. It's creating a new field to print date and time when it should be stamping the date and time in the current ID. I have ...
1
vote
0answers
78 views
Connect to password protected Access database with Enterprise Library
I'm trying to create a class which uses the Enterprise Library to connect to either a SQL Server database or an Access database for backwards compatibility. so I'm expecting to use a line that's ...
1
vote
2answers
45 views
Trying to search a field with or without dashes in a query?
I have a table (table.foo) where I am trying to search for a specific field. I have an MS Access form that uses a SQL query to output the results. I have a user who wants to be able to search this ...
0
votes
1answer
80 views
ORDER BY items must appear… but I have no ORDER BY clause
I am getting the well-documented error:
ORDER BY items must appear in the select list if SELECT DISTINCT is specified.
Here's my SQL statement:
INSERT INTO PropertyList
(PropertyID, ...
0
votes
1answer
222 views
Run sql Stored procedure within vb6 Error opendatasource
I'm trying to use bellow code to insert all records from a access table into sql server table using VB6 ADO connection
Set cn = New ADODB.connection
cn.CursorLocation = adUseClient
...
1
vote
1answer
33 views
Named parameter query not behaving as hoped:
I'm using MS Access 2010. I'm trying to create a parameterized query. I got it to work perfectly like this:
WHERE PerformedBy.artists LIKE ? + '*';
I then tried to give the parameter a name like ...
0
votes
2answers
203 views
disable/enable auto increment in MSAccess via query
During data transfer I want to:
disable/enable Auto Increment columns in MSAccess
So I can get the exact value which is inserted by my C# App via a query in MSAccess.
In MSSQL we could do it this ...
1
vote
1answer
35 views
How to keep Access from login in and out on every query?
I inherited an Access app and the data is in Linked tables. The actual data is on a SQL Server box. One thing I noticed in the SQL Profiler is that Access connects and disconnects on every query.
I ...


