Jump to content
Sign in to follow this  
Dyaz901

Hello ! i need help in Sql 2012 ,

Recommended Posts

I really dont know how  can i create a new accout.... 

and with account creator i got and error 

I really need help !

2.jpg

Edited by Dyaz901

Share this post


Link to post
Share on other sites

Hello @Dyaz901 you can create account by using queries

USE AccountServer
INSERT INTO account_login (name, password) VALUES ('admin', CONVERT(NVARCHAR(32),HashBytes('MD5', '123456'),2))

use this guide 

 

Share this post


Link to post
Share on other sites

what databases are you using? @Dyaz901


logo-big.png   logo.png

                                   Sunny Go! Online                                                                    pko.host                                                 

Share this post


Link to post
Share on other sites

And when i try to make a website , page template is working ,but its say this :    

 

Warning: mssql_select_db() [function.mssql-select-db]: message: Database 'Webserver' does not exist. Make sure that the name is entered correctly. (severity 16) in C:\xampp\htdocs\TOP\inc\inc.Miscelaneous.php on line 20

Warning: mssql_select_db() [function.mssql-select-db]: Unable to select database: Webserver in C:\xampp\htdocs\TOP\inc\inc.Miscelaneous.php on line 20

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...