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

K. Brian Kelley - Databases, Infrastructure, and Security

IT Security, MySQL, Perl, SQL Server, and Windows technologies.

Are You a Chessplayer?

I was having a twitter coversation with @dataartisan about chess. He remarked that playing on-line with random folks didn't strike him as very much fun. Truth be told, I'd rather play a game with folks I know, even if it's only been a short time, than folks I don't. That made me… Read more

Are Your Protecting Your DB Backups?

Folks have cited the recent InformationWeek article on how South Carolina's Department of Revenue was hacked because the SC state government basically said, "It's the IRS' fault for not telling us we should encrypt social security numbers." I'm not going to touch that. It stands on its own for its foolishness.… Read more

Server Level Security

 We'll discuss surface area later in the week. Today let's talk about if you're able to connect to SQL Server. Connecting to SQL Server and actually logging in are two different things. I can run a scanner and detect SQL Server is present and then launch a telnet session. That… Read more

0 comments, 1,383 reads

Posted in K. Brian Kelley - Databases, Infrastructure, and Security on 6 November 2012

SQL Server Security: The Sum of Its Parts

When it comes to attacking SQL Server, whether we're talking about the security of an installation or as a piece towards a larger solution, I first stop and realize that SQL Server is the sum of its parts. For instance, take SQL Server installed on a VM. Areas that concern… Read more

Preparing for Certification

One of my goals back when I was a young MCSE (that's Microsoft Certified System Engineer for NT4, not the new certs) was to one day be certified as a Microsoft Certified Trainer. I realize that being an MCT is like being a Ph.D. There are some super sharp ones and there… Read more

MS12-070 - Should I patch more than Reporting Services?

If you're dealing with a version of SQL Server greater than SQL Server 2000, at this point I'm going to say yes. The reason I say yes is looking at the files that are updated. For instance:

Read more

Slides and Scripts from Idera Auditing SQL Server presentation

I had a few folks ask me for the slides and SQL scripts from the Auditing SQL Server webinar I gave for Idera. You can find them together in this .zip file:

http://www.sqlservercentral.com/blogs-admin/blogs/brian_kelley/Presentations/Idera_Auditing_SQL_Scripts.zip

 

Thanks for those who attended. If you weren't able to make the webinar, it's archived here: Read more

Microsoft Security Bulletin MS12-070 for SSRS

Today is black Tuesday for October 2012. One security bulletin is specifically for a component of the SQL Server stack: SQL Server Reporting Services. Here's the write-up from Microsoft:

Microsoft Security Bulletin MS12-070

This affects from SQL Server 2000 Reporting Services through SQL Server 2012 Reporting Services, all supported versions.… Read more

Kathi Kellenberger speaking at Midlands PASS

On October 17th, Midlands PASS will welcome Kathi Kellenberger to speak on T-SQL 2012. Here's what her talk will be on:

You have heard all about AlwaysOn, BI Semantic Model, and Power View. Did you know that SQL Server 2012 has a host of new T-SQL features? Attend this session… Read more

Webcast on SQL Server Auditing on October 9th

Idera will be re-broadcasting that I recorded earlier in the year on meeting audits with SQL Server. It's scheduled for October 9th at 10 AM PT/12 PM CT/1 PM ET. I'll be on afterwards for a live Q and A session. If you didn't get a chance to see it… Read more

Participate in the PASS Election Process

Once again it is time for the Professional Association for SQL Server (PASS) Board of Directors election. This year there are three seats available and five candidates vying for those seats. You can begin the process of learning about the candidates here:

PASS Elections Site

If you want to interact with… Read more

0 comments, 501 reads

Posted in K. Brian Kelley - Databases, Infrastructure, and Security on 26 September 2012

The Reason I Won't Be at the PASS Summit This Year

We welcomed daughter #3 and child #5 into this world on Saturday at 9:43 AM. She came a bit earlier than expected, but mom and baby are both doing fine. Her siblings are ecstatic, especially her oldest sister (now 7 years old). With her birth, the balance of power has… Read more

7 comments, 708 reads

Posted in K. Brian Kelley - Databases, Infrastructure, and Security on 24 September 2012

PASS ProfDev VC presentation recording available

Back on August 15th I did a webinar for the PASS Professional Development virtual chapter on my talk Being the Swiss Army Knife of DB Pros. The recording is good and is now on-line:

LiveMeeting recording for Swiss Army Knife of DB Pros

I know I tend to say… Read more

0 comments, 538 reads

Posted in K. Brian Kelley - Databases, Infrastructure, and Security on 10 September 2012

An important query to remember

This is based on a post with respect to where our focus and efforts should be that I wrote at my Goal Keeping DBA blog:

 

SELECT Task, Priority, DueDate
FROM [What_Is_Important] AS I
  INNER JOIN [What_I_Can_Control] AS C
  ON I.TaskID = C.TaskID
ORDER BY DueDate, Priority, Task;


  Read more

Don't Disconnect Your Common Sense

This falls in line with a previous post about common sense in IT.

I was having lunch with a co-worker, whom I will call Marcus, to protect the guilty (he's not). Marcus in an IT director for a medical services provider. About two weeks ago the vendor of the… Read more

Delaying AV Definitions?

Auto-deploying AV definitions has become common place throughout the industry. However, this post from the SANS Internet Storm Center raises the question about whether we should stagger deployments, much as we should be doing with security patches. This is a hard call.

AV updates can happen a lot, depending on how… Read more

Resources for Those Dealing with Security Patches

It's been a while since I was in the day-to-day business of security patches. However, I still keep up with vulnerabilities and fixes as I expect every Microsoft SQL Server DBA should. Here are some resources I recommend to do the job right:

 

Read more

Rant: Applying Common Sense in IT

I was watching a training video last night and the instructor made the statement we hear all the time:

"Test this in a non-production environment before you make a change in production."

In fact, he repeated it several times. In a recent article I wrote, I included the following warning:

 The… Read more

PowerShell Saturday in Charlotte, NC

If you are in or around the Charlotte, NC area, there is a PowerShell Saturday coming your way on September 15, 2012. You can find out more information and register at:

 

PowerShell Saturday 002 Charlotte, NC

 

There looks to be a great set of speakers from infrastructure folks… Read more

Speaking Tomorrow for Professional Development VC

As I blogged about previously, tomorrow (Wednesday) I will be speaking for the PASS Professional Development virtual chapter. My talk will be on my career, how I got to where I am, and how I have developed the views I've developed with respect to the job, building yourself up in… Read more

Newer posts

Older posts