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
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
analysis services
Backup
Cluster
DBVideo
Encryption
GDR
How to
Installation
Merge Replication
OLAP
Performance
replication
Restore
Security
Setup
SQL
sql 2000
sql 2005
SQL 2008
SQL Server
SQL Server 2000
SQL Server 2005
sql Server 2008
SQL Server 2008 R2
Upgrade
Archives
Archives
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)
MSDN Blogs
>
Microsoft SQL Server Tips & Tricks
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Tips & Tricks
Missing MSI's/MSP's error during SQL Server Patching
Posted
18 days ago
by
Harsh Chawla
1
Comments
In this video blog, we would walk you through some tips and methods to troubleshoot Missing MSI's/MSP's error during SQL Server Patching or installation. Highlights of this video blog :- 1. What are MSI's/MSP's 2. Location of Setup logs and log...
Microsoft SQL Server Tips & Tricks
Bulk insert command fails to insert the correct characters?
Posted
1 month ago
by
Harsh Chawla
0
Comments
Bulk insert command is not inserting correct characters from a flat file into the table. For instance, the character “Ñ” is displayed as “+æ“ after getting imported in the table. In other words the characters from...
Microsoft SQL Server Tips & Tricks
Can TLS certificate be used for SQL Server encryption on the wire???
Posted
1 month ago
by
Harsh Chawla
0
Comments
During our recent interactions with a few customers, we were asked following questions about TLS certificates with SQL server: 1. Can TLS certificate be used with SQL Server 2008 for server-side encryption? 2. If Yes, How? To start with, let’s...
Microsoft SQL Server Tips & Tricks
Failure of SQL Server 2008 Installation due to MSI error
Posted
1 month ago
by
Harsh Chawla
0
Comments
Issue: Installation of SQL Server 2008 might fails with below error on 64-Bit Operating system. MSI Error: 1719 The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if Windows Installer...
Microsoft SQL Server Tips & Tricks
SQL Server Replication
Posted
2 months ago
by
Harsh Chawla
0
Comments
Queries on SQL Server Replication? Check out our blog to get'em answered , that will give you an overview of the “Replication in SQL server”. Highlights of the blog:- What is replication? Why we should use Replication? What is replication...
Microsoft SQL Server Tips & Tricks
INF: SQL Server Compressed backup may work fine if disk space is less and may fail if disk space is more
Posted
2 months ago
by
Balmukund
0
Comments
In this article We are going to discuss about pre-allocation scenarios and their aftermaths for SQL Server 2008 compressed backup. We will try to simulate that compressed backup may succeed if disk space is less and may fail if disk space is more depending...
Microsoft SQL Server Tips & Tricks
An interesting find about Temp tables in SQL Server
Posted
2 months ago
by
Harsh Chawla
1
Comments
I ran into a very interesting issue with temp tables recently, when working on a case. The issue description goes something like this. We have an application preparing some SQL statements, and sending them to the SQL Database engine for execution. However...
Microsoft SQL Server Tips & Tricks
INF: AlwaysON – The secondary database doesn't come automatically when the primary instance of SQL Server goes down
Posted
2 months ago
by
Balmukund
0
Comments
In this blog we would discuss about behavior of AlwaysON where the secondary database doesn't come automatically when the primary instance goes down. The secondary database goes into Resolving state. On the failover cluster manager the resource appears...
Microsoft SQL Server Tips & Tricks
INF: Limitations for SQL Agent when you have many Jobs running in SQL simultaneously
Posted
2 months ago
by
Balmukund
1
Comments
Recently I have had a customer complaining that when he is adding more subscriptions to his publication, distribution agent job for the newly added subscriptions would not start. And when he tried to start the distribution agent job manually, it...
Microsoft SQL Server Tips & Tricks
Table partitioning concepts with sliding window example
Posted
2 months ago
by
Harsh Chawla
0
Comments
Highlights of this video blog :- 1. What are Partitioned tables & benefits 2. Building Blocks of Partitioning 3. Partitioned Table Operations 4. Demo 5. Best Practices To watch the video in better quality please check the link: - http://channel9...
Microsoft SQL Server Tips & Tricks
SSL Encryption for SQL Server
Posted
3 months ago
by
Harsh Chawla
0
Comments
Highlights of this video blog :- 1. What is SSL Encryption 2. Why is it needed 3. Configuring SSL Encryption for SQL Server 4. Demo To watch the video in better quality, please check the link: - http://channel9.msdn.com/posts/SSL-Encryption-for...
Microsoft SQL Server Tips & Tricks
What's Data Collector
Posted
3 months ago
by
Harsh Chawla
0
Comments
Highlights of this video blog :- 1. What is Data collector 2. Architecture 3. MDW(Management data warehouse) setup 4. System Data Collection Presented By: - Manish Upadhyay,SE,Microsoft GTSC Reviewed By: - Karthick Krishnamurthy,TL,Microsoft GTSC
Microsoft SQL Server Tips & Tricks
INF: You may not be able to change the Design of a Table (Insert or Delete a Column) using GUI.
Posted
3 months ago
by
Balmukund
1
Comments
We recently worked on an issue where modifying a Table from the GUI was not allowed even though the account had read – write permissions. So, we are sharing our findings below: Let’s say you have a SQL account ‘ Account_1’ with following Database...
Microsoft SQL Server Tips & Tricks
Policy Based Management
Posted
4 months ago
by
Harsh Chawla
1
Comments
Check our video blog, and get answers to your queries related to "Policy Based Management" in SQL server. This feature is helpful to ensure compliance at SQL server end. This blog will cover: What is Policy Based Management? What is facets? How we can...
Microsoft SQL Server Tips & Tricks
Hey Mr. SSMS! Why I am unable to open .sql files using by double click
Posted
4 months ago
by
Balmukund
6
Comments
For SQL Server 2008/2008 R2 installed on Win 7/Windows Server 2008, if we attempt to open .sql files with SSMS closed, the file does not open up in Management studio. The SSMS windows will just open (as below) but the file will not be displayed. If the...
Microsoft SQL Server Tips & Tricks
NORECOMPUTE : Can lead to SQL server performance degradation!!
Posted
4 months ago
by
Harsh Chawla
0
Comments
ANALYSIS :- In this case when we captured PSSDiag and noticed huge recompiles due to AutoStat updates, here’s a snippet of what we noticed in SQL Server 2005 Vs SQL Server 2008 on the same machine. SQL 2008 ========= EventID Occurrences Description...
Microsoft SQL Server Tips & Tricks
Procedure Cache-Part II
Posted
5 months ago
by
Harsh Chawla
1
Comments
Refer to our video blog , to know the important role that "Procedure Cache" can play in increasing your application and SQL server performance. Procedure Cache , main goal is to cache the query plans and allow its reuse and thus minimize the compile...
Microsoft SQL Server Tips & Tricks
Procedure cache - Part I
Posted
5 months ago
by
Harsh Chawla
0
Comments
Refer to our video blog , to know the important role that "Procedure Cache" can play in increasing your application and SQL server performance. Procedure Cache , main goal is to cache the query plans and allow its reuse and thus minimize the compile...
Microsoft SQL Server Tips & Tricks
Troubleshooting Kerberos Delegation Using DelegConfig
Posted
5 months ago
by
Harsh Chawla
0
Comments
Gain an expertise in solving the "Kerberos Delegation" issues using one of the useful troubleshooting tool for Kerberos i.e. DelegConfig. Refer to our video blog, that will provide you a step by step guidelines as to how to use this tool in resolving...
Microsoft SQL Server Tips & Tricks
What's execution log in Reporting services?
Posted
5 months ago
by
Harsh Chawla
0
Comments
Check out our video blog to gain in depth knowledge about importance of "Execution Log" in reporting services. In this blog you will get to know more about the following :- What is execution log? Where to check for execution log? Information...
Microsoft SQL Server Tips & Tricks
Transparent Data Encryption (TDE)
Posted
6 months ago
by
Harsh Chawla
0
Comments
Leverage our video blog to empower your knowledge on TDE. Highlights of this video blog :- 1. Introduction to TDE 2. How to implement TDE. 3. Advantages of TDE 4. Changing DEK 5. Removing Encrypted database 6. Migrating the encrypted database ...
Microsoft SQL Server Tips & Tricks
Demystifying SQL server memory concepts video
Posted
6 months ago
by
Harsh Chawla
1
Comments
Leverage our video blog to empower your knowledge on "SQL Memory".This video will help you to gain in depth expertise to following topics :- 1. More about Process Address Space 2. SQL Server 32 bit Memory Architecture 3. AWE 4. Managing SQL Server...
Microsoft SQL Server Tips & Tricks
SQL server service pack installation may fail if your instance name is a Windows reserved word
Posted
6 months ago
by
Harsh Chawla
4
Comments
Okay, so I woke up one morning and decided that this was a good day to patch my SQL Server 2008 R2 instance (named LPT2) to Service Pack 1. So I just downloaded the service pack from the Microsoft Website, ran it, went through the screens and clicked...
Microsoft SQL Server Tips & Tricks
Multiserver administration
Posted
6 months ago
by
Harsh Chawla
0
Comments
In this video presentation you will learn in depth about Multiserver administration For better quality/download please check the link: - http://channel9.msdn.com/posts/Multi-server-Administration Presented by: Phani Raj,SE,Microsoft GTSC ...
Microsoft SQL Server Tips & Tricks
Your SQL Server Setup may hang forever when it’s almost at the 99 %!
Posted
7 months ago
by
Balmukund
0
Comments
Consider this scenario, I rebooted several times, disabling my favourite antivirus and still unable to get a clue from all the logs possible. I start looking at my favourite blogs and here I am. Check out if your symptoms match the following. “ I am installing...
Page 1 of 13 (301 items)
1
2
3
4
5
»