Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 export database as .mdb

Author  Topic 

aldo
Starting Member

2 Posts

Posted - 2010-08-21 : 12:30:44
hej guys

I have a database on sql server 2008 and i would like to save that database as .mdb (Microsoft Access) file. Is that possible???How??

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-08-21 : 13:18:10
create an access db in access - so you have an mdb file.
Now in SSMS right click the database that you want to have in access.
choose all task - export and step through the wizard. (there you can choose access as destination and you can point to the mdb file.)


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

aldo
Starting Member

2 Posts

Posted - 2010-08-21 : 13:45:17
not working my man

i get this error


- Initializing Data Flow Task (Success)

- Initializing Connections (Success)

- Setting SQL Command (Success)

- Setting Source Connection (Success)

- Setting Destination Connection (Success)

- Validating (Warning)
Messages
* Warning: Preparation SQL Task 1: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. (SQL Server Import and Export Wizard)

* Warning: Preparation SQL Task 1: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. (SQL Server Import and Export Wizard)

* Warning 0x80049304: Data Flow Task 1: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.
(SQL Server Import and Export Wizard)


- Prepare for Execute (Success)

- Pre-execute (Success)

- Executing (Success)

- Copying to `Album` (Success)
* 0 rows transferred

- Copying to `clienti` (Error)
Messages
* Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E2F.
(SQL Server Import and Export Wizard)

* Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (276)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Destination Input" (276)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)

* Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E2F.
(SQL Server Import and Export Wizard)

* Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination 4 - domande_segreta" (263) failed with error code 0xC0209029 while processing input "Destination Input" (276). 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. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)


any other idea??
Go to Top of Page
   

- Advertisement -