Microsoft SQL Server : This wizard will close because it …

Asked By 0 points N/A Posted on -
qa-featured

Hello,

when I try to export data in SQL Server 2005 Enterprise Edition, a message called, 'the wizard will close' appears and process stops. I reinstalled the SQL server several times but every time it shows the same problem.

How can I get recovery from this? It is urgent because I need to export the database to other platform. Please share your ideas.

Microsoft SQL Server

This wizard will close because it encountered the following error:

Additional information:

The specified module could not be found. (Exception from HRESULT: 0x8007007E)

(Microsoft SqlServer.DTSRuntimeWrap)

Love,

Moly

SHARE
Answered By 0 points N/A #90403

Microsoft SQL Server : This wizard will close because it …

qa-featured

I am not sure whether you have a local server running Microsoft SQL Server which contains the public database. I also hope you have knowledge of creating Visual Basic for application procedures, working with object variables, Relational Database Management systems concepts and SQL 's select statements.

If  you have ideas about all this, then verify that the codes you use are working. Make sure to set your connection Timeout with a number greater than zero.  The connection will never time out. Use fifteen (15) seconds which is normally the default value.

I hope this explanation will be of  help to you & will help sort your problem.

Related Questions