SQL database error while connecting to the server

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

Hi there,

I just installed on my laptop Windows Server 2012 and I have this error when I want to launch the server. Somehow it seems like DOTNETNuke cannot be installed and I expected that a fresh install of Windows will be complete. Any solution for this error ? Why I have this error ?

Thank you !

 

 

ERROR: Index 0:0

Source: .Net.SqlCliend Data Provider

Class: 14

Number: 15382

Message:

Continue

SHARE
Answered By 0 points N/A #179559

SQL database error while connecting to the server

qa-featured

Hello,

 

It could be for different causes. Check following:

Make sure you have enabled remote connections

Try connecting <<Servername, port number>>

Make sure you have created exception in firewall for sqlservr.exe

OR

Give the user to SELECT from those table. ( given the right permissions )

You need to give permissions to stored procedures instead of direct access to the tables

Related Questions