Results 1 to 6 of 6

Thread: How to get more security from MSSQL

  1. #1
    Join Date
    Feb 2010
    Posts
    592

    question How to get more security from MSSQL

    Hi all,

    SQL currently testing intensified the attacks, many large websites and forums have been filled. I am using sites are mostly commonly used SQL SERVER database, precisely because of this, many people begin to doubt the security of SQL SERVER. In fact, SQL SERVER 2000 has already passed the U.S. government's C2-level security certification - which is the industry's highest certification level can have, so use the SQL SERVER is still quite safe. Of course, and ORCAL, DB2, etc. there are still gaps, but the SQL SERVER, or the ease of use and breadth to be the reason that we continue to be used. Then how can make the settings SQL SERVER assured people to more secure. Please advice.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    How to get more security from MSSQL

    Marked with SQL SERVER with the latest security patches. The second step is to modify the default 1433 port, and will hide the SQL SERVER. That this will attempt to enumerate the network against an existing SQL Server client issued by the broadcast respond. In addition, the need TCP / IP filtering port 1433 will be masked, the hidden as much as possible for your SQL SERVER database. Check and reply.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    How to get more security from MSSQL

    Use the Query Analyzer to carry out a remote login the attack. Solely from the ASP, PHP and other pages, then construct a malicious statement, there is need to check the return value of the problem, not as a direct query analyzer is more clear-cut. Therefore, we must first be injected even let other people do not allow an attacker to do Soon as the next step. Modification method: Enterprise Manager - "your data sets -" attribute - "General -" network configuration -> TCP / IP -> Properties, here will change your default port, and SQL SERVER hidden. Check and reply.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    How to get more security from MSSQL

    MSSQL often generate WEB CODE. But as a system administrator or database administrator, can not always see every piece of code in. Even though often look at the code, we can not guarantee that we neglect in the above. The role you have to start from the database, so that the database user's permissions to the lowest point of division. The default permissions for SQL SERVER people are really a headache, so large that very high authority, powers and what little can be done, SYSADMIN and db_owner people really love-hate relationship. Best of luck.

  5. #5
    Join Date
    Apr 2008
    Posts
    1,948

    How to get more security from MSSQL

    Attacker has a Web site but confirmed that there is SQL INJECTION loopholes, there must be a step steps is to test the site with a little SQL SERVER user permissions. Usually with SELECT IS_SRVROLEMEMBER ( 'sysadmin'), or SELECT IS_MEMBER ( 'db_owner'), then or use user = 0 and other statements to be tested. If the site's database user permission to use the SA, together with confirmed WEB situated in the absolute path, then your website declared OVER. db_owner rights, too, if confirmed by the absolute path, then a 50% chance to give your machine the way on the WEB Trojan. Best of luck.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to get more security from MSSQL

    You can also create SQL Server database role. For this follow the steps:
    1. Expand the server group, and then expand the server.
    2. Expand "database" folder, and then expand the role in which you want to create the database.
    3. Right-click the "role", and then click "New Database Role" command.
    4. In the "Name" box, enter the new role name.
    5. Click the "Add" to add members to the "standard role" in the list, and then click to add one or multiple users.

Similar Threads

  1. Specifications of CSV to MSSQL Loader
    By Kalanidhi in forum Windows Software
    Replies: 5
    Last Post: 14-02-2010, 02:31 AM
  2. How to improve compatibility with MSSQL and ACCESS
    By Alondra in forum Software Development
    Replies: 5
    Last Post: 13-02-2010, 03:58 AM
  3. Mssql$vaio_vedb.sys
    By McGrawh in forum Software Development
    Replies: 3
    Last Post: 15-06-2009, 03:27 PM
  4. datediff query mssql select
    By John mitchell in forum Software Development
    Replies: 3
    Last Post: 09-06-2009, 10:43 PM
  5. MSSQL Field name with spaces
    By kaotix in forum Software Development
    Replies: 3
    Last Post: 21-10-2008, 12:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,754,316.70858 seconds with 16 queries