Sign In
Laurentiu Cristofor's blog @microsoft.com
Current topics: Security, SQL Server, bing
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
announcements
basic SQL Server security concepts
bing
computer security
encryption
Microsoft products
privacy
search engines
software engineering
SQL Server
SQL Server - cryptography
SQL Server - general
SQL Server - security
Archive
Archives
August 2011
(1)
October 2010
(1)
August 2010
(1)
March 2010
(1)
December 2009
(1)
October 2009
(3)
August 2009
(2)
July 2009
(1)
June 2009
(1)
August 2008
(2)
June 2008
(1)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(5)
January 2008
(4)
November 2007
(2)
October 2007
(4)
September 2007
(3)
July 2007
(1)
April 2007
(2)
March 2007
(1)
February 2007
(2)
December 2006
(1)
November 2006
(1)
October 2006
(3)
July 2006
(2)
May 2006
(1)
April 2006
(2)
March 2006
(2)
January 2006
(1)
December 2005
(5)
October 2005
(3)
September 2005
(5)
July 2005
(1)
June 2005
(4)
September, 2005
MSDN Blogs
>
Laurentiu Cristofor's blog @microsoft.com
>
September, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: A look at the master keys - part 2
Posted
over 7 years ago
by
Laurentiu Cristofor [MSFT]
14
Comments
This is a continuation of a previous post , in which I discussed the service master key (SMK) and the database master keys. I mentioned in that post that a new encryption will be added to the SMK and I will describe it in this article. Also, a few things...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: How to fix outdated names of Windows logins
Posted
over 7 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
The SQL Server login catalogs store the names of Windows principals as well as their SIDs. Because the names are stored, changes that affect a name can lead to a state where a catalog entry is out of sync with the current login name. For example, in the...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: An example of writing a CLR function that wraps the LookupAccountSid WinAPI call
Posted
over 7 years ago
by
Laurentiu Cristofor [MSFT]
1
Comments
I was looking recently into writing a wrapper for the LookupAccountSid WinAPI function, so that I could use this functionality in T-SQL. I decided to write a CLR function and document the steps here: 1. First, we need to write the code into a file...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: Comments about cryptographic keys and their encryptions
Posted
over 7 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
I want to collect here some basic facts about the encryptions of the various cryptographic keys in SQL Server 2005: - a database master key (DbMK) must always have at least one password encryption, but it can have more than one. Also, by default, the...
Laurentiu Cristofor's blog @microsoft.com
An example for setting database mirroring in SQL Server 2005
Posted
over 7 years ago
by
Laurentiu Cristofor [MSFT]
2
Comments
I am not a database mirroring expert, but a while ago I have set up database mirroring between two of my machines. I collected the steps that I followed in the following script: -- This script illustrates how to setup database mirroring between two...
Page 1 of 1 (5 items)