AlejandroGG
New member
- Local time
- Today, 05:05
- Joined
- Oct 4, 2013
- Messages
- 6
Hi
I need to export a database Sql Server 2008 (tables, views and UDFs) to Access Database.
I used this procedure:
-------------------------------------------------------------------------------------
Open sql Server Management Studio and follow the following steps - Right Click on Database GoTo Task -> Export Data - In the choose a source scree - Select source database and provide the credentials - Press Next - In the choose a destination screen - Select Destination as Microsoft Access - Provide a file Path. User id and password if you want to configure - Select option as copy data from one or more table or view and say next - you will see all the tables in database select the respective tables which you want to export and finish It will export the respective tables in the mdb file.-------------------------------------------------------------------------------------
This procedure exported tables and views satisfactorily but not the UDFs.
However, a problem occurs with the bit fields of the tables. If the value of this field is true, it transforms -1 in access.
Also, at the end of the export, the following type out messages in a final report:
The execution was successful
-Initializing Data Flow Task (Success)
-Initializing Connections (Success)
-Setting SQL Command (Success)
-Configuring the Source Connection (Success)
-Configuring destination connection (Success)
-Validating (Success)
-Prepare for implementation (Success)
-Run previously (Success)
-Copying rows (Warning):
Messages:
*Warning: Preparation SQL Task 1: The multi-step operation generated errors OLE DB. Check the status values of OLE DB if possible. We did not perform any work. (Import and Export Wizard in SQL Server)
*Warning: Preparation SQL Task 1: The multi-step operation generated errors OLE DB. Check the status values of OLE DB if possible. We did not perform any work. (Import and Export Wizard in SQL Server)
.....
*Warning: Preparation SQL Task 2: The multi-step operation generated errors OLE DB. Check the status values of OLE DB if possible. We did not perform any work. (Import and Export Wizard in SQL Server)
The lasts warnings involve some type of error in the copying of data?
Anyone can tell me correct procedure for the export? (including UDFs)
Thanks
I need to export a database Sql Server 2008 (tables, views and UDFs) to Access Database.
I used this procedure:
-------------------------------------------------------------------------------------
Open sql Server Management Studio and follow the following steps - Right Click on Database GoTo Task -> Export Data - In the choose a source scree - Select source database and provide the credentials - Press Next - In the choose a destination screen - Select Destination as Microsoft Access - Provide a file Path. User id and password if you want to configure - Select option as copy data from one or more table or view and say next - you will see all the tables in database select the respective tables which you want to export and finish It will export the respective tables in the mdb file.-------------------------------------------------------------------------------------
This procedure exported tables and views satisfactorily but not the UDFs.
However, a problem occurs with the bit fields of the tables. If the value of this field is true, it transforms -1 in access.
Also, at the end of the export, the following type out messages in a final report:
The execution was successful
-Initializing Data Flow Task (Success)
-Initializing Connections (Success)
-Setting SQL Command (Success)
-Configuring the Source Connection (Success)
-Configuring destination connection (Success)
-Validating (Success)
-Prepare for implementation (Success)
-Run previously (Success)
-Copying rows (Warning):
Messages:
*Warning: Preparation SQL Task 1: The multi-step operation generated errors OLE DB. Check the status values of OLE DB if possible. We did not perform any work. (Import and Export Wizard in SQL Server)
*Warning: Preparation SQL Task 1: The multi-step operation generated errors OLE DB. Check the status values of OLE DB if possible. We did not perform any work. (Import and Export Wizard in SQL Server)
.....
*Warning: Preparation SQL Task 2: The multi-step operation generated errors OLE DB. Check the status values of OLE DB if possible. We did not perform any work. (Import and Export Wizard in SQL Server)
The lasts warnings involve some type of error in the copying of data?
Anyone can tell me correct procedure for the export? (including UDFs)
Thanks