|
|
Browse by Tags
All Tags » security » best practice (RSS)
Showing page 1 of 2 (14 total posts)
-
I believe it has been a while that we have seen the security hotfix from Microsoft Security team on SQL Server (alone). The latest security bulletin has announced important security patches that are related to SQL Server in addition to Windows operating system. They quote that ''...With the release of the bulletins for July 2008, this bulletin ...
-
One of the biggest threats in IT industry & Database world is unprecedented attacks aka most commonly termed as 'SQL injection'.
There is no doubt that biggest database vendors, one of them as Microsoft so far providing recommendations regarding security-related configuration settings since the good & bad times of SQL Server version 2000, ...
-
Adding password complexity and password expiration to SQL Server logins is one of best feature I quote for SQL Server version 2005 onwards, similarly such password complexity policies are designed to deter brute force attacks by increasing the number of possible passwords. When password complexity policy is enforced and password expiration ...
-
Do you want to lockdown your SQL Server environment?
Hope you dont'! Though it is not a good practice or recommendation to perform, but will atleast prove how far your SQL Server environment has securit compliance as per the industry best practices. Before we go to know how you can lockdown or know the steps, I would like to visit few leads on ...
-
SQL Server Performance Tuning, sounds familiar on a DBA perspective and though it sounds like an easy words but when you start analyzing the problem it is far deeper inside.
When you refer to the web resources such as forums/newsgroups then a common question will be fulfill of improving performance on a relatively busy ...
-
The newest ranch of Security - trust worthy features in SQL Server 2005 usage of symmetric keys has an important role. Always the document suggests to use Windows Authentication of security purpose and better control of user/security management, but when you talk about third party tools this is often ignored and you must make use of SQL Server ...
-
Here is a quick snippet on enabling a SQL login to password expiration and password policies as per the Windows server:
Open the SQL Server 2005 Management Studio.
In the left pane, go to the desired server and navigate to the Security folder and expand it.
Expand the Logins folder.
Right-click on the desired login and click ...
-
This may be last post in Performance Tuning & Security blog section here for this year!! Most of this year in the forums & newsgroups I have seen a common question asking about memory configuration within SQL Server 2005.
As you may be aware that SQL Server 2005 (onwards) the memory allocation is set to DYNAMIC, that means the ...
-
They say better not to use UNDOCUMENTED stored procedures, which is true in the aspect when any Service Pack or version is released that may not be included and your task might have issues in working out.
Similar to this I was going through various methods to get information on login mapping name since SQL Server ...
-
As you are aware DMV - Dynamic management views are very good to provide server-level information and some of them with detailed information on the execution environment of the database engine.
Just to introduce about DMVs, there are two types of dynamic management views and functions:
Server-scoped dynamic management views and functions. ...
1
|
|
|