I have installed a new instance of SQL Server to restore a database I have. I have also set user authorization by creating user login and have set password (SQL Server authentication mode). However at-last after restoring database, there was no security to my database, client browsed the location on database file and was able to view my queries !
Is there any method to stop this access of database ?
Thanks