MS SQL Server Management Studio SQL Error

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

Hi!  

One of my colleagues encountered an error while performing the data backup in SQL.

When pressing on the right click on any Database folder, the properties are not working properly.

The error below keeps on occurring.

Your help will be highly appreciated.

Thank You.

Error:

Microsoft SQL Server Management Studio

Cannot show requested dialog

Additional information
cannot show requested dialog(SqlMgmt)
An exception occurred while executing a Transact-SQL statement or batch
(Microsoft.SqlServer.ConnectionInfo)
Could not load DLL xpstar.dll or one of the DLLs it references Reason: 126 (failed to
retrieve text for this error. Reason:15105)
Could not load DLL xpstar.dll or one of the DLLs it references Reason: 126 (failed to
retrieve text for this error. Reason:15105)(Microsoft SQL Server,Error :17750)

SHARE
Answered By 590495 points N/A #147704

MS SQL Server Management Studio SQL Error

qa-featured

It seems that your Microsoft SQL Server is already not working right because some of its DLL file components already failed to load. If this application is working fine before during your last session with it and this is the first that this happens, try restarting your computer then try it again.

Maybe it failed to load some required files when Windows previously booted. Try it again after booting Windows and see if something has changed.

If it’s still the same, check if some of the required components of Microsoft SQL Server like for example, Microsoft .NET Framework or something, were already installed properly.

If not, you should check all required components of the program and install those that aren’t yet installed on your machine. Installing these missing components will make the program to load properly.

Related Questions