Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Security Rss

   Items 1 to 20 of 751    Next 20 >>
 

Backup a password, change it, then restore it.

A couple of months ago I talked about moving a login from one server to another without the password. The...  Read more...
By Kenneth Fisher 2013/06/05 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 928 reads

Security Questions: Accessing SQL Server Securables

As I mentioned in the introductory post, during the Introduction to SQL Server Security session for Pragmatic Work’sTraining on the T’s, I...  Read more...
By StrateSQL 2013/06/04 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 639 reads

SQL Server security webinar series is coming soon!

I've gotten in contact with most of the speakers who submitted SQL Server security talks for the PASS Summit. All...  Read more...
By 2013/06/04 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 748 reads

Passively detect attempts to guess passwords

Review the error log for possible brute force or dictionary attacks on your SQL Server instance.  Read more...
By Daniel Brink 2013/05/29 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 948 reads

Security Questions: Differences between “Grant” and “With Grant?”

As I mentioned in the introductory post, in the Introduction to SQL Server Security session for Pragmatic Work’sTraining on the T’s, I...  Read more...
By StrateSQL 2013/05/28 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 897 reads

To Check for Orphaned Users in a Database

This script is helpful to identify the orphaned users in a database, useful when we restore a database from a different location.  Read more...
By Rinu George Philip 2013/05/22 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 2,439 reads

CREATE SCHEMA can do what?!?!?

So I was studying for the 70-451 and ended up reading the BOL entry for CREATE SCHEMA. I honestly can’t...  Read more...
By Kenneth Fisher 2013/05/21 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 2,775 reads

Loginless In Seattle

Identify orphaned Database Users and differentiate them from "Loginless" Database Users.  Read more...
By Orlando Colamatteo 2013/05/13 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 2,794 reads

The Security of You

There is a lot of data out there that is specific to an individual, none more important perhaps than biometric data. Steve Jones writes a bit about the security implications involved in working with this data. (This editorial was originally published on Nov 10, 2008. It is being re-run as Steve is at SQL Bits.)  Read more...
By Steve Jones 2013/05/03 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 179 reads

Getting the lowdown on 18456 errors

If you can establish a connection to a SQL Server, but are having problems logging in to it, you will...  Read more...
By Wayne Sheffield 2013/04/30 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 912 reads

Script to find username and corresponding loginname for all user DB

Script to find username and corresponding loginname for all user database in SQL Server  Read more...
By Shashank Srivastava 2013/04/29 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 1,499 reads

Change DB Owner to sa for multiple DB's

Changes DB owner to sa for Online DB's where owner is not sa  Read more...
By Riken Patel 2013/04/26 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 877 reads

The Patch Wild, Wild West

Microsoft might be changing their patching process for applications. This has Steve Jones worried they may move towards an Apple/iOS like model, which would not be good for server systems.   Read more...
By Steve Jones 2013/04/17 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 105 reads

Security: People Are the Weakest Link

There was an interesting conversation on Twitter today about security awareness and why the training so often fails. From my perspective, here's...  Read more...
By 2013/04/05 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 1,159 reads

How do I move a SQL login from one server to another without the password?

This is an uncommon task but one that does turn up every once in awhile. A SQL login has to...  Read more...
By Kenneth Fisher 2013/04/03 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 2,133 reads

The Command Shell

This Friday Steve Jones talks about xp_cmdshell and the security regarding its use. Do you have any holes that might exist if administrators are allowed to use this tool on their instances?  Read more...
By Steve Jones 2013/03/29 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 165 reads

A Good Security Response

Evernote recently had a security incident and forced all users to reset their passwords. Many people thought this was a good response to a security incident. Would your company act in a similar manner?  Read more...
By Steve Jones 2013/03/26 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 77 reads

Algorithm Secrecy is not Security

This week Steve Jones talks encryption and why you shouldn't be implementing anything you've invented.  Read more...
By Steve Jones 2013/03/18 | Source: SQLServerCentral.com | Category: security
Rating: (not yet rated) |  Discuss |   Briefcase | 99 reads

Script to clean up “Windows” logins no longer in AD

I was scanning http://dba.stackexchange.com and ran across the following question: http://dba.stackexchange.com/questions/31478/sql-server-script-to-delete-accounts-no-longer-in-active-directory Basically the OP wanted to know how to get rid of...  Read more...
By Kenneth Fisher 2013/03/12 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 1,799 reads

Securing SQL Server: Vulnerabilities You Might Not Have Considered

A short look at the vulnerabilities your data may be susceptible to outside of the database tables.   Read more...
By Ashvin Kamaraju 2013/03/07 | Source: SQLServerCentral.com | Category: encryption
Rating: |  Discuss |   Briefcase | 5,690 reads
   Items 1 to 20 of 751    Next 20 >>
 
Tags
sql server 7 (105)    
editorial (98)    
administration (58)    
sql server 2005 (56)    
blogs (50)    
strategies (40)    
encryption (30)    
t-sql (27)    
editorial - ipod (25)    
editorial - wmv (25)    
editorial - mp3 (24)    
auditing (17)    
miscellaneous (15)    
permissions (14)    
sql server 2008 (14)    
passwords (12)    
programming (11)    
sql server 6.5 (11)    
transparent data encryption (tde) (11)    
backup / restore (10)    
configuring (9)    
logins (9)    
reporting services (ssrs) (9)    
database design (8)    
best and worst practices (7)    
friday poll (7)    
sql agent (7)    
sql injection (7)    
database security (6)    
database weekly (6)    
role (6)    
software development (6)    
sql server (6)    
sql server 2008 r2 (6)    
stored procedures (6)    
advanced querying (5)    
analysis services (ssas) (5)    
career (5)    
database roles (5)    
grant (5)    
hackers (5)    
integration services (ssis) (5)    
news (5)    
roles (5)    
secure programming (5)    
triggers (5)    
worst practices (5)    
biometrics (4)    
data retention (4)    
disaster recovery (dr) (4)    
installation (4)    
legal issues (4)    
performance tuning (4)    
sql server 2000 (4)    
authentication (3)    
ddl triggers (3)    
dts (3)    
execute as (3)    
impersonation (3)    
kerberos (3)    
monitoring (3)    
other (3)    
professional development (3)    
replication (3)    
service broker (3)    
sql server 2012 (3)    
sql server express (3)    
sql university (3)    
surface area configuration tool (3)    
training (3)    
user (3)    
users (3)    
windows security (3)    
active directory (2)    
advanced (2)    
best practices (2)    
certificates (2)    
cloud computing (2)    
compliance (2)    
databases (2)    
development (2)    
firewall (2)    
indexing (2)    
jobs (2)    
login (2)    
logon triggers (2)    
ownership chaining (2)    
patches (2)    
permission (2)    
policy based management (pbm) (2)    
product reviews (2)    
rants (2)    
reviews (2)    
schema (2)    
scripting (2)    
service accounts (2)    
service packs (2)    
sql server architecture (2)    
sql-dmo (2)    
tools (2)    
user defined function (udf) (2)    
xml (2)    
xsl (2)    
.net (1)    
access restriction (1)    
administrator (1)    
ado (1)    
alerts (1)    
alias (1)    
architecture (1)    
automation (1)    
azure (1)    
backup / recovery (1)    
broker security (1)    
browser service (1)    
bugs (1)    
c# (1)    
central management server (1)    
change db owner (1)    
conferences/user groups (1)    
control server (1)    
create database (1)    
credentials (1)    
cryptography (1)    
dac (1)    
database administration (1)    
database mail (1)    
database owner (1)    
database principals (1)    
database users (1)    
ddl (1)    
dimensions (1)    
distributed queries (1)    
dmv's (1)    
english query (1)    
eventdata (1)    
events (1)    
extended stored procedures (1)    
filestream (1)    
general administration (1)    
grantee (1)    
grantor (1)    
guest user (1)    
hashbytes (1)    
hexadecimal (1)    
job (1)    
list (1)    
logon trigger (1)    
maintenance (1)    
management studio (ssms) (1)    
microsoft sql server (1)    
msdb (1)    
networking (1)    
openxml (1)    
orphaned (1)    
orphaned users (1)    
parameter (1)    
pass (1)    
password (1)    
password cracking (1)    
patching (1)    
powershell (1)    
presenting (1)    
principals (1)    
privacy (1)    
privilege escalation (1)    
professional organization for sql server (1)    
profiler (1)    
proxy accounts (1)    
public (1)    
revert (1)    
sanpshot (1)    
script (1)    
securables (1)    
securityadmin (1)    
server principals (1)    
server role (1)    
server roles (1)    
server_principals (1)    
sharepoint (1)    
sid (1)    
sp_cycle_errorlog (1)    
sp_msforeachdb (1)    
sql jobs (1)    
sql puzzles (1)    
sqlservercentral (1)    
ssl (1)    
sspi (1)    
survey (1)    
sysadmin (1)    
system databases (1)    
system development life cycle (1)    
tabular bi semantic model (1)    
tcp/ip (1)    
trust (1)    
type (1)    
updategrams (1)    
virtualization (1)    
visual basic 6 (1)    
vulnerability (1)    
windows (1)    
xp_logininfo (1)