Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Ooh I see. For the first issue I think this help you: Now you are using <strong>adminuser</strong> for your login's username.you can set some properties fot it.</p> <p>First log in your sql by using <strong>Sql Server Authentication</strong> username : <strong>sa</strong> and your password. then do this...</p> <blockquote> <p>In your SQL Server Management Studio and left tree > Security > Logins > right click on <strong>adminuser</strong> and chose <strong>Properties</strong> > In the <strong>Server Roles</strong> check both <strong>public</strong> and <strong>sysadmin</strong> boxes > Then in <strong>User Mapping</strong> check the database <strong>DavisFamily</strong> that you are gonna use > then click Ok</p> </blockquote> <p>try actions above...may these be helpful.</p> <p>and for the second issue (error message "The remote procedure call failed. [0x800706be]). many reasons cause to this issue...have you another sqlserver installed with lower version on your Windows?If yes, look __ Sql Server Configuration Manager__ for that version. maybe this causes that issue...and also I read some where those who had this error , solved that by installing <strong>SQL Server 2008R2 service pack 1</strong>.<br/> also you can check these links below : <br/> [Link 1] : <a href="https://stackoverflow.com/questions/12619014/remote-procedure-call-failed-with-sql-server-2008-r2">Remote Procedure call failed with sql server 2008 R2</a> <br/> [Link 2] : <a href="http://answers.flyppdevportal.com/categories/sqlserver/sqlexpress.aspx?ID=9b724ae6-3bdb-480a-903f-d489d760a314" rel="nofollow noreferrer">The remote procedure call failed</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload