Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MS SQL Server






SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





SSIS Synchroniseing Of A Access Database && Sql Server Database So They Both Run In Parrallel


Hi I am wondering if anyone knows of a way of synchroniseing two versions of a database one in access and one in sql server so they can both run in parrallel in ssis for updates etc.
 
Also can anyone recommend a book which is easy to use or resources as I can't find what I am looking for in the online help.
 
Thanks in advance




View Complete Forum Thread with Replies
Sponsored Links:

Related Messages:
Question: Can I Synchronize The Mobile Device Which Has A SQL Server CE Database With The Access Database On The Desktop?
Dear All,
i have a question abt winCE 4.2 and SQL server CE.
i am using VB.net of Visual Studio 2005
My platform is using a PDA with winCE 4.2 and SQL server CE. The Host program is using dbf files on desktop side.


I got a problem of how to sync / read the sql CE data from a windows application.

so, i wanna ask,

1. any method to access the data from winCE data by windows application? or can i convert the sdf file to windows readable files? or any others?

2. Can i use a MDB to sync with SQL server CE?
 can i synchronize the mobile device which has a SQL Server CE database with the Access database on the desktop?

last question,
3. is that windows CE .net 4.2 not support pocket access (cdb) anymore?

please help me out

View Replies !   View Related
ODBC Connection From Access 2007 Database To SQL Server 2005 Database
I need detailed instructions on how to connect to a database from a Microsoft Access 2007 database to a Microsft Office Accounting 2007 database.  The accounting database is an SQL 2005 datbase.  It has an instance name of "MSSMLBIZ".
 
When I try I get an SQL error 53.  Do not have permissions or database does not exist.
 
Thanks in advance for any help.,

View Replies !   View Related
Ssis, How To Connect To Access Database?
MS Access database was one of the standard data connections in DTS.  Excel is listed as a scourc/destination, but access is not.  Question:

What is the best connection to use for MS-Access databases for output of data?

We generally process the ETL in SQL server then, export to Access database.

THANKS!!

Dave

View Replies !   View Related
How To Create An Access Database From Ssis
Hello,
I need to create new MS Access databases on the fly from an ssis package, then add tables to these databases.
Any idea how I could do that?
Thanks

View Replies !   View Related
Changing From An Access Database To A SQL Server Database
I have been given a project to change from an access database which we are using now to a SQL database.
I am wondering if there is a big change in the code using visual basic.
Any ideas would be gratefully appreciated

View Replies !   View Related
Synchronize Between SQL Server Database And MS Access Database
 

Dear Gurus,
 


I wanted to Synchronize the SQL Server (2005) Database to Ms-Access 2003. I want know how can I design the SSIS Package. Could anyone please advice me to design the package..?
 
Thanks
Krishna

View Replies !   View Related
Database Access Via COM Objects - V- Database Access Via Stored Procedures
We have been asked to look into using stored procedures with SQL Server 7.0 as a way to speed up a clients site. 99% of all the articles I have read along with all the books all say Stored Procedure should be used whenever possible as opposed to putting the SQL in your ASP script. However one of my colleagues has been speaking to Microsoft and they said that that they were surprised that our client wanted to use Stored Procedures as this was the old method of database access and that now he should really consider using COM objects for data access as itis much faster. Has anyone got any views on this or know of any good aticles regarding this matter ?

View Replies !   View Related
An Error Occurred While Trying To Access The Database Information. The Msdb Database Could Not Be Opened.
I'am doing functionality test on DTS packages and saving my DTS packages to meta data services instead of saving them as local packages. We would like to see what information would be provided by saving them this way, but when we try to open the meta data browser (the 3rd icon under DTS) we get the following error:

An error occurred while trying to access the database information. The msdb database could not be opened.

View Replies !   View Related
SSIS Database Trasfer Task Error When There Is A Space In The Database File Name
I have a SQL 2000 database that I would like to transfer to a SQL 2005 server.  There is a space in the database name as will as a space in the MDF and LDF file names.  It appears that I can specify the Database name just fine with the space but the Transfer Database Task has a problem with the space in the file name (MDF and LDF files)  I get the following error on the Transfer Database task.

 

Error at TranDB_EventPro_Data ["Transfer Database Task]: Could not find the file "G:dbaMSSQLDataEventPro Data.mdf" in the source database "EventPro Data"

I can transfer databases just fine if I select a database that does not have a space in the file name.

View Replies !   View Related
Does SSIS Database Copy Overwrite Existing User Permission To That Database?
Hi guys,
 
I've been assigned the task of setting up access to our SQL Server 2005 box. A consultant developing for us has accessing to 2 databases and I've set this up fine. It appears however that one of these databases is re-copied over to the server every night to keep data reasonably current.
 
I'm not interesting in changing this method as I'm not the maintainer (as yet).
 
Basically I would like to know if I've setup access to this database (it works fine), when the database is updated (with an SSIS package) the account seems to get deleted. Do the original permissions from the source database overwrite those of its destination?
 
Cheers

View Replies !   View Related
Data Copy From SQL Database To Access Database Failing
Hi all,

I am downgrading a SQL database to an Access database for legacy support purposes. I am sure a lot of you have already managed to overcome this hurdle.

To do this, I do not use the import/export wizard as it basically complaints with the following error on columns of nearly all my tables.

- The data type could not be assigned to the column "XXXX" in "Microsoft Access".

So I created a package myself and it seems to work fine, except for certain tables.

On these tables I am getting these error:

[CrdTrans Destination [1008]] Error: An OLE DB error has occurred. Error code: 0x80040E2F.

[CrdTrans Destination [1008]] Error: The "input "OLE DB Destination Input" (1021)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (1021)" specifies failure on error. An error occurred on the specified object of the specified component.

[DTS.Pipeline] Error: The ProcessInput method on component "CrdTrans Destination" (1008) failed with error code 0xC0209029. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.

[DTS.Pipeline] Error: Thread "WorkThread0" has exited with error code 0xC0209029.

Basically for each table, I have a SQL datareader that I link directly into an OLEDB destination. The data is extracted based on a normal SQL statement like 'SELECT * FROM CRDTRANS. The destination is just a table with the same name and equivalent structure in the Access database. The Access database has been wiped clean of data.

At first I thought it was the relationship constraints that was causing it. So I temporary deleted all my foreign key constraints. However these errors are still here. Does anyone know what I am doing wrong? There are a few explanations I could think of but could someone verify these thoughts for me.

1. Default value constraints in Access tables?

2. Indexes constraints in Access tables?

3. Corrupt indexes in Access tables?

Any help is very much appreciated. Thanks

Joseph

 

 

 

View Replies !   View Related
The Microsoft Jet Database Engine Cannot Open MS-Access Database
 
I have MS-Access as data source for one of the reports. I can preview the report fine from BI studio however, it does not work when I deploy it on report server.
 
The error is :
 
An error has occurred during report processing.
Cannot create a connection to data source '<data source name>'.

The Microsoft Jet database engine cannot open the file '<UNC location of the MS-Access database>'. It is already opened exclusively by another user, or you need permission to view its data.



 
MS-Access database is located on a different server.
 
Any help to solve this? I understand it has something to do with permission both on server where reporting service is running as well as the server where MS-access database is located. Pls help.
 
 

View Replies !   View Related
Best Way To Return Data From SQL Database, Without Giving Access To Database
Hello,
 
I have a quick question regarding getting data from a SQL database but I am slightly confused as to the best way to handle it.
 
Basically on of the projects I am working on I need to send data to another company, there are several calls required to the database to bring back various options for changing the questions asked on the front end.
 
Up to now all that has happened is there has been a mutual agreement between myself and this other company and they have just had access to the database to call a series of stored procs which I have written for them to access the data. Recently however the situation has changed and my client wants me stop them accessing the database however they still need to recieve the information from the database they recieve now.
 
What will be the best way to handle this? My knowledge of SQL is farily limited presently and I am only ust getting into learning a lot more about it.
 
Any help and advice would be greatly appreciated.
 
Kind regards,
 
Lee

View Replies !   View Related
Error Attaching Adventureworks Database And SSIS Training Database
Hi there,

  I got this error when i tried to attach the adventureworks database and SSIS training database.

 an exception occurred while executing a transact-sql statement or batch
(microsoft.sqlserver.connectioninfo)

could not find row in sysindexes for database ID 17, object ID 1, index ID 1. Run DBCC
checktable on sysindexes.

 

I join join a network domain for my computer. Previously it doesnt have this problem.

 

View Replies !   View Related
Access Database In Other Server
Hi.
I have a stored procedurein my database and I want to access table in other server.  can I do that in Stored procedure?
 

View Replies !   View Related
Access Database From A Different Server
Hi,  i want to know, is it possible to access a database that is not on the local machine ?what if i want to access a databse that resides on another of my websites (on a different server) ?can any one help ?

View Replies !   View Related
Sql Server 7.0 To Access Database
When I open a new table in Access trough the ODBC database, it doesn't read the tables already exist.
The ODBC is rightly configured. I configured my client in Control Panel, but I can't convert in Access the tables in SQL.

View Replies !   View Related
Can You Convert Access Database Data Over To An SQL Database?
I would like to start using SQL, how would I convert my data in MS Access over to an SQL Server Database?

View Replies !   View Related
Updating Sql Database From Linked Access Database
I got thrown into a new project that is going to require me to update an SQL server database tables from an Access table on the backend of an Oracle database on another server. At the end of each day the Access dabase will be updated from the Oracle database.

What I need to do, is when the Access database is updated I need to have the table in the SQL database automaticaly updated. When a new record is added to the Access table I need the new record added to the SQL table. When a record is deleted in the Access table I need to keep that record in the SQL table and set a field to a value (such as 0). And when a record is updated in Access, have it updated in SQL.

Needless to say this is a bit out of my area and not sure how to accomplish this.

Any help is greatly appreciated.

View Replies !   View Related
Linking Access Database From Sql 2005 Database
 I was checking this site:
http://www.aspfree.com/c/a/Microsoft-Access/Configuring-a-Linked-Microsoft-Access-Server-on-SQL-2005-Server/

 and I do not know what parameters are neeed to do the following two.
Configuring a Linked Microsoft Access Server on SQL 2005 Server - Linked Servers on SQL 2005 Server
I would also like to know how to do it through this method as well.
 

Configuring a Linked Microsoft Access Server on SQL 2005 Server - Using the Management Studio to set up a Linked Server Sorry for the large typing I was using cut and paste to make sure I had everything correct.
 
Thank you
Dee

View Replies !   View Related
How To Sync Mobile Database And Ms-access Database?
Hi,
i am working with windows mobile Cf 2.0 and desktop. i got problem when i were trying to synd mobile database and ms-access database.
my requirement is online i want to transfar data records from mobile to desktop vice versa.
but how? i dont knwo any body would like to guide me.
i am ready to accepting yours valuable views.
waiting
bye
Rajat.

View Replies !   View Related
AdventureWorks Database - Cannot Access Database Diagrams
Hi,

When I try to access the database diagrams in AdventureWorks, I get the following message:

TITLE: Microsoft SQL Server Management Studio Express
------------------------------

Database diagram support objects cannot be installed because this database does not have a valid owner.  To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects.

------------------------------
BUTTONS:

OK
------------------------------


Why is this?

All advice / help apprecuated.

 

Thanks

View Replies !   View Related
How Do I Convert A Sql Server Database To Access
I have a sql server database and i need to convert to Access, how can i do this using sql server? 

View Replies !   View Related
Database Back End - SQL Server Or Access
Hi. I am writing a web app for a small company with 50 employees fortheir payroll and sales. Should I use SQL Server or Access as thedatabase?Kevin

View Replies !   View Related
Updating SQL Server Database From Access
I'm taking over an SQL Serverdatabase which is often updatedwith data from an Access database.Knowing little about either, thissimple task has become a challenge.I'm told that the previous personused to type some simple SQLcommands and this would updatethe SQL server database but thecommands have been lost and theprevious person is unavailable.The Access database has exactlythe same column names as the SQL-server databaseand it is something simplelike:Control ID Phone Name Address1 Address2Does anyone know the SQL commandsto do this kind of SQL server database update from theabove mentioned Access database?The previous person left an app which connectsthe two databases and leaves a placewhere the SQL commands are to be typed.ThanksTAK

View Replies !   View Related
Syntax To Access Database On Another Server
I know how to access different tables on the same server by prefixingthe table with the database name. Is there anyway to prefix theserver name to link two tables across servers? Thanks.

View Replies !   View Related
Convert Access Database To SQL Server?
is it possible to convert an Access database to SQL Server 2005 or 2000?

View Replies !   View Related
Migrate ACCESS, Any DataBAse To MS SQL Server
HELLO,

We are specializing on Migrating, Replicating, Synchronizing data and databases on Windows, Windows NT, Unix, AS/400 and legacy.
We deliver our software to migrate any data to MS SQL Server.

We are specialized to deliver DataMarts for any databases with :

a novative script and visual language VEXScript that you can play with W95, W98, WNT stand alone or with your prefered query tools or PC language

Independant database software vendors

Compatible XML (Q1 99)

Messaging interface ( MS Exchange, Lotus, Mapi, ......)

If you want visit our web site on www.dataexchanger.com and e-mail us to marketing@dataexchanger.com if you want ask us.

We will be pleased to enter in agreement with you.

Best Regards

Denis Schirra
Vice President Technical

CrossDataBase Technology

Decision support,Datawarehouse,DataExchange, DataSynchronization

Data Surfing is our mission

View Replies !   View Related
How To Access The Remote SQL Server Database
Hello SQL guys,

If possible to connect our remote server from my end ?.what r the possiblities is there.tell me some ideas,i already tried it to register our remote server database thru ODBC but it not connected properly but i ve tried in our intranet/network it's working fine.

Nellai

View Replies !   View Related
XML Access To Database From Web Server(Urgent)
Hello,

Is it possible to configure the web server to execute XML queries without installing SQL Client?

Thanks
Sejal

View Replies !   View Related
Migrating From Access Database To SQL Server 7.0
Hi,
We are planning to migrate data from access to sqlserver. I have good knowledge on sql server...but never used access to migrate. Can anyone help me with the basics to be kept in mind and methods and errors you get in migrateing data.If possible explain in detail and what is to be done while migrating data.....thank you in advance.And its urgent please.

View Replies !   View Related
Linked Server To An Access Database
We have a linked server setup to an Access databases that is on a Netware box. We are continually losing connectivity to the database via SQL server, which causes obvious errors at the front end. I am always able to browse to the .mdb file through explorer.

Other than migrating the Access data, is there anything I can do to make this a little more stable. I saw in BOL that there is some replication functionality that is available to work with an Access file.

Any help or advice would be great.

View Replies !   View Related
Access SQL Server Database Remotely
Hi,

Can anyone please tell me how to access a SQL server database remotely. I have
the IP address and login info. of the NT machine that is running SQL server
database, and I want to access the data remotely.

Thanks for any help.

Chetan

View Replies !   View Related
Convert MS Access(*,mdb) To SQL Server Database
Hi

I need to convert on existing Access database to SQL Server database. If I convert though sql DataTransformation, it taking only data from the Acccess Database not all the constraints like Primary Key, Default Value, Relations .........

Any one can give the solution to this

----->nRk

View Replies !   View Related
Database Access In SQL Server 2005
Hi,
 
I am working on a software system which create a database in SQL Server 2005 and then operate on this database. I want the database to be access only from the software system and not from the Microsoft SQL Server Management Studio. How can I achieve it?
 
Thank you,
 
Bing

View Replies !   View Related
Sql Server Remote Database Access
if i can somehow load/copy a  sql directory with mdf etc on pcs shipped to our customers with our app, but sql isnt installed/running on the shipped pc, can our customers' sql instances running on their existing machines "see/use" our shipped database, assuming the hard drive on the shipped pc can be made to look like a mapped/remote drive?  We wonder about 2000 and 2005.

View Replies !   View Related
Access Database Change To SQL Server
I designed a database that works well in Access and I want to get it to run in SQL Server. How do I learn how and what to do to change over to SQL Server?

View Replies !   View Related
Link Server To An Access Database
Hello,
 
I am getting an error trying to select data from a Linked Server that is connected to a secured MS Access database.  I have entered the login and password for an admin in the sytem but I am still getting the error below.  It seems that all of the examples shown on the Online help are for unsecured databases.  Can anyone help me with this issue?
 
Thanks
 
Will
 

SELECT * FROM TMS_SECURED...Assignments
 

OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "TMS_SECURED" returned message "You do not have the necessary permissions to use the '\FileSrv-05ProductionTMSTMS-DATA.mdb' object. Have your system administrator or the person who created this object establish the appropriate permissions for you.".

Msg 7303, Level 16, State 1, Line 1

Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "TMS_SECURED".

View Replies !   View Related
DBA Without Admin Access On Database Server
Hello,

 

I have been given the responsibility of administering and trying to maintain an enterprise level database (currently 20GB in size) without local admin privileges on the server that houses my database.  Is there any documentation available that can either help me get my job done, or help me convince my supervisors that my position requires that level of access? 

 

I understand the concern about the local admins being able to  "do whatever they want", as well as the effort to reduce the amount of risk exposure to major accidents.  I just want to be able to do my job effectively.

View Replies !   View Related
Change An Access Database To SQL Server
I designed a database that works well in Access and I want to get it to run in SQL Server. How do I learn how and what to do to change over to SQL Server?

View Replies !   View Related
How To Access SQL Server Database In Network?
Hello!


I have a Java application that gains access to a SQL database using:


connection="jdbc:jtds:sqlserver://localhost:1433/databasename;user="+user+";password="+password;


//Load and register SQL Server driver
Class.forName("net.sourceforge.jtds.jdbc.Driver");


//Establish the connection
conn=DriverManager.getConnection(temp);


When I distribute this application throughout the local network, what would the jdbc url be for the application to find the SQL server?


Should I replace "localhost:1433" with something else?

The instance of SQL server is called SQLExpress.

I have my computer name, computer domain, ip address etc.

Is the port 1433 still the same?

How could the SQL database be located throughout the network?



Any advice appreciated.

View Replies !   View Related
Importing MS Access Database To SQL Server 2005
I can't find a clear answer to this here in the forums or on MSDN.
The problem: I have a desktop/Windows application that uses MS Access 97 databases.  I need to import these databases in SQL Server 2005 for a web app.
Constraints:  The MS Access tables will be manually moved to the web server periodically throughout the day, and the SQL tables will neeed to be refreshed throughout the day.
This used to be easy to set up and schedule using DTS, but my poor mind boggles trying to understand how to do relatively the same thing using SSIS, and I can't seem to find any articles, advice or tutorials that cover this.  Every time I start feeling my way through the process using BIDS, I get to a "I can't go there from here..." situation.
Any references to books, online articles, tutorials, etcetera -- anything to point the way -- would be HUGELY appreciated.
Tinker

View Replies !   View Related
Moving Data From MS Access Database To SQL Server 05
I have about 50,000 data entries to move from MS Access to SQL Server 2005 Express. There is no DTS in the tools. I already have the tables, just need to move the data. Appreciate any and all help.

View Replies !   View Related
From Asp Classic && Asp.net To Access Database Changing To Sql Server
Hello, We are re-writing our site in asp.net using sql server.  Most of the site uses asp classic and it was to an access database.  During the conversion we have everything working correct to SQL Server except for the asp.net connection string.  There is an important part of the application using asp.net which works fine with our connection string to the access database.  To recap our problem is the connection string from asp.net to sql server. This code works fine for the asp.net to access in the web.cnfg file     </microsoft.web>     <connectionStrings>         <add name="SalesConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:inetpubvhosts hemarketingvp.comsubdomainsvphttpdocsfpdbsalesMain.mdb" providerName="System.Data.OleDb"/>         <add name="ODBCSalesConnectionString" connectionString="DRIVER={Microsoft Access Driver (*.mdb)};DBQ=URL=E:inetpubvhosts hemarketingvp.comsubdomainsvphttpdocsfpdbsalesMain.mdb"/>         <add name="RawConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:inetpubvhosts hemarketingvp.comsubdomainsvphttpdocsfpdbsalesMain.mdb" providerName="System.Data.OleDb"/>         <add name="ConnectionString" connectionString="Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|inventoryStatus.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" providerName="System.Data.SqlClient"/>     </connectionStrings>     <system.web> The code in the global.asa which works fine for classic asp to sql server also works fine and is as follows     '--Project Data Connection         Application("sales_ConnectionString") = "Driver={SQL Native Client};Server=DMSERVER01;Database=SQLsalesMain;UID=nTrack;PWD=nTrack2k3"         Application("sales_ConnectionTimeout") = 15         Application("sales_CommandTimeout") = 30         Application("sales_CursorLocation") = 3         Application("sales_RuntimeUserName") = ""         Application("sales_RuntimePassword") = "" Our programmer who set this up is out for a couple of weeks and I would appreciate any help in the correct connection string from asp.net to the sql server database in the web.cnfg file Thanks

View Replies !   View Related
Execute Access Database As SQL Server Jobs
Hi While we are migrating Access Database to SQL Server, we would like to keep the Access Database running on schedule in steps until we migrate everything in SQL Server. I have created a SQL Server Job under “Operating System Command (CmdExec)� and in command, pointed where the Access Database is located.
I have created this job as an Admin, so admin has full rights. But when I run this job it does not execute Access Database and gives an error. Following (under dotted line) is the error from Event Log.…………………………………………………..Event Type: WarningEvent Source: SQLSERVERAGENTEvent Category: Job Engine Event ID: 208Date:  11/21/2006Time:  9:15:53 AMUser:  N/AComputer: SqlServer01Description:SQL Server Scheduled Job 'Test' (0x86BC5A6881DF1E48BF270E6513B2A0DD) - Status: Failed - Invoked on: 2006-11-21 09:15:51 - Message: The job failed.  The Job was invoked by User admin.  The last step to run was step 1 (test).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.……………………………………………………
I had replaced access database with some exe file then ran the job. Job ran fine. Why SQL Server job is not able to execute Access Database?
Note: SQL Server has Access Database installed.
Please let me know. I know this is not a very common situation but this is also an option available to utilize.
ThanksRashid

View Replies !   View Related
ASP.Net On Window Server 2000 - Database Access
Hi
I have problem in configuring my web project on Window server 2000. I have created the web application using Visual Studio 2005 tools. I have configured Window server 2000 with the .Net Framework Version 2.0. I can access the page which doesn't have database access.
The connection string in the web config file is giving me the problem that connection string can't be found. Does any one have any idea?
My database connection string looks like this.
<connectionStrings>
<add name="etzAusBldConnectionString" connectionString="Data Source=CASCADE;Initial Catalog=etzAusBldBaseData1;User ID=sa1;Password=****"
providerName="System.Data.SqlClient" />
</connectionStrings>
Moe

View Replies !   View Related
Erased Database. Now Can't Access Server Registration.
Hello everyone.

I just erased a database I had been using alot lately, that must have been set as my Default database. Now I can't access my server registration. I get the following error when clicking on my LOCAL tree in Enterprise Manager.


A connection could not be established to (LOCAL)

Cannot open user default database. Login failed.

Please verify SQL is running and check server registration properties.


I've checked both. It is definetely running and I'm using Windows Authentication. What can I do to solve this. I read from previous posts there is a command prompt method to change the default database, but I'm terrible with command prompt and couldn't figure it out. Is there another way to change this (if this is the problem)?

If the only way to solve this is through command prompt could someone lead me in the direction of how to do this on a step by step basis.

Thank you much for any help. It will be very much appreciated.

-Alec

View Replies !   View Related
Transfering SQL SERVER 2000 Database To Access
Hi,

I have managed to transfer the SQL SERVER 2000 database tables to access database by using DTS. But how can I transfer stored procedures in SQL SERVER to Access 2000

View Replies !   View Related
Importing Access Database Into Sql Server Express
[Note: originally posted this on microsoft.public.sqlserver.programmingbut had no luck there...sorry if you're seeing this twice]Some facts:1) I have an Access database (.mdb file) sitting on my harddrive.2) I have Visual Studio 2005, Sql Server Express, and Sql ServerManagement Studio Express.3) I do *not* have Microsoft Access.What I'm trying to do:I simply want to import the Access database into Sql Server Express. Inother words, I want to end up with a Sql Server Express database thathas all the same tables, keys, and relationships as the Access databaseas well as all the data from it. I can live without the queries storedin the Access database, but those would be nice too.What I've tried so far:I'm able to connect to the Access database using the "Linked Servers"features in Management Studio Express. From there, I was able to writesome simple Transact-SQL queries to find out what tables are in theAccess database and copy them, one at a time, into a Sql Server Expressdatabase.This is definitely a good start, but it doesn't take care of theprimary keys or foreign keys. There appear to be procedures for thoseas well (sp_primarykeys, sp_foreignkeys), but I keep thinking theremust be an easier way.Which brings me to...Questions:Without having to buy additional software/tools, can I import thisAccess database without a lot of programming? If so, how?Thanks in advance,-Dan

View Replies !   View Related
Export Relations From SQL Server Database To MS Access
HiI have to make export of SQL Server Database to MS Access and I havedone it with the tables but now I need to transfer(export) therelations, keys and indexes. Can any1 tell me how to read relations,keysand indexes from SQL Server and convert them to MS Access.(it seams thatfor creation of indexes in MS Access ADOX is the only way but ADOXcannot read all information about keys,indexes from SQL Server.)All I can see is that I have to use SQLDMO to enumarate allrealtion/keys/indexes from SQL Server database and use ADOX to createthis relations/keys/indexes in MS Access database, but I don't knowexact matching attributs of relations/keys/indexes from SQL to Access.Thanks

View Replies !   View Related
Error Upsizing Access Database To SQL Server 7.0
Hello,
I have a question about an error I am getting when upsizing my Access Database back end to SQL Server 7.0. My server has the following configuration:

Microsoft Windows 2000 Server, Service Pack 3
SQL Server 7.0, Service Pack 4, OLAP Services Service Pack 3
Microsoft Office 2000, Service Pack 2


When I attempt to upsize my database, the first four tables are upsized successfully, but the fifth table has the following error in a window that pops up called "Errors from Server":


SQL that Caused Error(s):
UT_CopyData

Error(s):
Server Error 0: Timeout Expired


The table that is having the error is very large, with 240,972 records. I have tried to perform the upsizing after cutting the size of the table down to only 20,000 records, and the error does not occur.
I would like to know if there is a timeout parameter in SQL Server 7.0 that I can configure that would keep this timeout error from occuring while upsizing my database with the full table of 240,972 records. I have already tried setting "remote login timeout" = 0 and "resource timeout" = 100000, but neither of these has helped. Thank you very much for any advice you can provide me!

Take care!
Bobby Goluba

View Replies !   View Related

Copyright © 2005-08 www.BigResource.com, All rights reserved