Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Microsoft SQL Server Tips & Tricks
Tips and Tricks for the SQL Server Enthusiast
RSS for posts
Database Engine
blogs
Analysis services
blogs
Reporting services
blogs
Integration services
blogs
Data access tech blogs
Database Engine videos
Analysis services videos
Reporting services videos
Integration services videos
Data access tech Videos
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Tags
analysis services
Backup
Cluster
DBVideo
Encryption
Installation
Merge Replication
OLAP
Performance
query plan
replication
Security
Setup
SQL
sql 2000
sql 2005
SQL 2008
SQL query plan
SQL Server
SQL Server 2000
SQL Server 2005
sql Server 2008
SQL Server 2008 R2
Transactional Replication
Upgrade
Archives
Archives
December 2012
(2)
June 2012
(7)
May 2012
(1)
April 2012
(3)
March 2012
(5)
February 2012
(4)
January 2012
(3)
December 2011
(4)
November 2011
(3)
October 2011
(4)
September 2011
(1)
August 2011
(5)
July 2011
(3)
June 2011
(6)
May 2011
(10)
April 2011
(1)
March 2011
(1)
February 2011
(6)
January 2011
(3)
December 2010
(4)
November 2010
(2)
October 2010
(4)
September 2010
(9)
August 2010
(4)
June 2010
(4)
May 2010
(15)
April 2010
(18)
March 2010
(18)
February 2010
(7)
December 2009
(8)
November 2009
(7)
October 2009
(10)
September 2009
(6)
August 2009
(13)
July 2009
(5)
June 2009
(15)
May 2009
(5)
April 2009
(15)
March 2009
(15)
February 2009
(8)
January 2009
(9)
December 2008
(5)
November 2008
(2)
October 2008
(10)
September 2008
(5)
August 2008
(2)
July 2008
(7)
June 2008
(4)
May 2008
(1)
April 2008
(1)
March, 2009
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
>
March, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Tips & Tricks
Setting up Database mirroring in SQL Server 2008 using T-SQL when the database is encrypted using Transparent Data Encryption.
Posted
over 4 years ago
by
sequelguy
20
Comments
Consider the following Scenario, You are using SQL Server 2008 Enterprise edition RTM or higher version and you are Transparent database encryption (new feature introduce in SQL Server 2008) to encrypt the Database to be mirrored. The database encryption...
Microsoft SQL Server Tips & Tricks
How do we implement encryption and hashing in SQL server?
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Part2 In the part1 we discussed the basic difference between encryption and hashing. So now let’s look into how we can implement hashing and encryption using the SQL server functions. We have a function called the “HashBytes” function which performs the...
Microsoft SQL Server Tips & Tricks
Can’t understand the difference between hashing and encryption?
Posted
over 4 years ago
by
Parikshit Savjani
5
Comments
When I first looked at encryption and hashing I found it to be the same. It was confusing. So here we would be discussing two topics 1) the basic difference between encryption and hashing. 2) How do we implement encryption and hashing in SQL server...
Microsoft SQL Server Tips & Tricks
Transaction Log Shipping Status Report for monitor server will not pull up information if alias is used for monitor server
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
While using Logshipping, if a servername for monitor is used which is other than the @@servername output, for example an alias, the transaction log shipping status report on the monitor server will NOT show any information about the primary and secondary...
Microsoft SQL Server Tips & Tricks
INFORMATIONAL: FULL TEXT SEARCH ENGINE & FULL TEXT INDEX POPULATION INTERNALS
Posted
over 4 years ago
by
Parikshit Savjani
5
Comments
Well I’ve looked around in our blog and it pained me to see there were no posts on Full Text Search; an often misunderstood and under-utilized feature that SQL Server provides. Wait no more, here comes the first one (of many I hope) :) . In this post...
Microsoft SQL Server Tips & Tricks
How to list all the installed SQL Server on the Server using TSQL
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
The SQL Server instances are independent and do not know each other. The method is to query the registry to find the instances. You can use the following Script to list all the installed sql server on the server using TSQL Solution ======...
Microsoft SQL Server Tips & Tricks
SQL Server 2005 Setup Failing to Install on Cluster when we use an underscore in the virtual cluster name
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Setup is always known to have a mind of its own; this blog is meant to demystify this process. We are specifically talking about SQL Server 2005 Setup on a cluster. It has been observed that the installation of the SQL server 2005 instance on the cluster...
Microsoft SQL Server Tips & Tricks
What should we do when the sql server performance counters are missing
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
Performance Monitor Counters has always been the "Bread and Butter" for System Engineers and Administrators alike. With each new version of Windows, Microsoft has always improved on and provided a "better than ever" performance monitors. With the performance...
Microsoft SQL Server Tips & Tricks
Unable to create Maintenance Plans or DBMail Fails after service pack/Hotfix is applied on SQL Server 2005 fail over cluster instance running on Windows 2008 cluster
Posted
over 4 years ago
by
Parikshit Savjani
11
Comments
We have seen a couple of cases, wherein we are unable to create maintenance plan or DBMail Fails after applying SP on SQL Server 2005 failover cluster instance running on Windows 2008 Cluster . Resource Database and other system databases may not be...
Microsoft SQL Server Tips & Tricks
BCP Field terminator character changing automatically
Posted
over 4 years ago
by
sequelguy
0
Comments
The Field Terminator specified in the BCP command changes to a different character than specified. This occurs when the bcp command is run in a batch file. The bcp works as expected when it’s run directly in the command prompt. In our example the section...
Microsoft SQL Server Tips & Tricks
HOW TO DETECT SQL SERVER INSTANCES / FEATURES INSTALLED ON A MACHINE
Posted
over 4 years ago
by
Parikshit Savjani
7
Comments
Have you ever wondered if there is a programmatic way to detect all the SQL server instances and services installed on a machine. Well, worry no more as the code below will do exactly that. There are 2 ways to go about this : Method 1 – For the Programmer...
Microsoft SQL Server Tips & Tricks
HOW TO MANAGE SQL SERVER 2000 Services USING WMI
Posted
over 4 years ago
by
Parikshit Savjani
4
Comments
There are quite a few blog posts out there to manage SQL Server 2005 services using the :\\.\root\Microsoft\SqlServer\ComputerManagement\ However, WMI Admin Provider is not pre-installed for SQL Server 2000. It needs to be installed separately using the...
Microsoft SQL Server Tips & Tricks
Default database role members are not scripted when we use the "Generate Script Wizard"
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
The default database role members are not scripted when we use the "Generate Script Wizard" Cause ====== This is an issue with the Generate Script Wizard code . It considers the rolemember as a part of Permissions for the Role and hence scripts...
Microsoft SQL Server Tips & Tricks
SQL SERVER 2000 CLUSTER FAILS TO COME ONLINE ON CLUSTER AFTER APPLYING SECURITY PATCH oN WINDOWS SERVER
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
We have observed a number of cases where Sql Server resource fails to come online on Windows 2000 Cluster after applying a security patch. As mentioned in my previous posts whenever a sql server resource fails to come online we should start by checking...
Microsoft SQL Server Tips & Tricks
Error:The connection does not support enlisting in distributed transaction.
Posted
over 4 years ago
by
Parikshit Savjani
3
Comments
When we use the Microsoft OLEDB provider for DB2 from the Feature Pack for Microsoft SQL Server 2005 in SSIS connection manager and set the component level or package level Transaction option to Required. The package execution fails with the error below...
Page 1 of 1 (15 items)