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
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
update statistics
Upgrade
Archives
Archives
May 2013
(2)
April 2013
(2)
March 2013
(1)
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)
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
Did you know… The applications like Infopath may fail to submit data into table in SQL Server if the table is included in Merge replication
Posted
over 5 years ago
by
sequelguy
1
Comments
You are able to submit the data in the table using the application like InfoPath 2007 but when you go ahead and add the table in the Merge Replication Publication, the insert into the table using the InfoPath form starts to fail. This issue occurs when...
Microsoft SQL Server Tips & Tricks
Facts about How SQL Server 2008 setup works... #3
Posted
over 5 years ago
by
sequelguy
2
Comments
Setup.exe can be patched dynamically on the fly One of the drawbacks of the sql server 2005 setup was that if there was any bug detected in the code of the setup.exe , the patching of the setup.exe was difficult and at times next to impossible. ...
Microsoft SQL Server Tips & Tricks
Facts about How SQL Server 2008 setup works... #2
Posted
over 5 years ago
by
sequelguy
1
Comments
Salient Features of Sql Server 2008 (Katmai) Setup Minimize the MSI code for setup and use MSI code for what it does the best. In Sql 2005 entire setup process was coded using MSI code which uses the Windows Installer code and was found to be root cause...
Microsoft SQL Server Tips & Tricks
SQL SERVER 2000 INSTALLATION/UNINSTALLATION ISSUES ON STANDALONE/CLUSTERED ENVIRONMENT
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Consider a scenario where on an Active Passive Cluster, while uninstalling an instance of sql2000 patched with Service Pack 4, we see the following error after you click next on the screen where we enter the Virtual Server name. 'The specified virtual...
Microsoft SQL Server Tips & Tricks
Managing SQL resources using resource governer
Posted
over 2 years ago
by
Harsh Chawla
0
Comments
In this presentation, you will learn about how you could manage SQL resources using resource governer. To view the video in better quality please click on the link: - http://channel9.msdn.com/posts/Managin-SQL-resources-using-resource-governer ...
Microsoft SQL Server Tips & Tricks
Connectivity fails while executing queries against SQL through VBA code
Posted
over 4 years ago
by
Nikesh Mhatre
0
Comments
Connectivity fails while executing queries against SQL through VBA code ************************************************************* When we execute queries against the SQL through VBA code generates the below error - and fails to complete the code execution...
Microsoft SQL Server Tips & Tricks
Introduction to Sparse Columns
Posted
11 months ago
by
Harsh Chawla
0
Comments
In this video blog we would walk you through a feature introduced from SQL server 2008 i.e. Sparse Columns. Sparse columns are just an ordinary columns that have an optimized storage for null values. It reduces the space requirements for null values...
Microsoft SQL Server Tips & Tricks
SQL server2000 IA64 Setup on a cluster may fail with an unexpected error
Posted
over 4 years ago
by
Parikshit Savjani
1
Comments
Consider the scenario where SQL server 2000 IA 64 setup on a SQL server cluster fails with the following error ERROR MESSAGE: Microsoft SQL Server Setup --------------------------- An error occurred while creating virtual server resources for clustering...
Microsoft SQL Server Tips & Tricks
Implicit conversions and their implications on the SQL query execution
Posted
over 2 years ago
by
Harsh Chawla
0
Comments
In this presentation , you will learn about what are implicit conversions. What can be their implications in the SQL query executions. To see the video in better quality or download please click on the link: - http://channel9.msdn.com/posts/Implicit...
Microsoft SQL Server Tips & Tricks
INF : Restore Database UI fails with error: "Length cannot be less than zero. Parameter name: length"
Posted
over 2 years ago
by
Balmukund
0
Comments
Recently we came across a situation where one of the customer was trying to restore a Database backup using SSMS and while going to Options tab UI failed with the error: "Length cannot be less than zero. Parameter name: length" ...
Microsoft SQL Server Tips & Tricks
INF : How does Logical Record Feature Works in Merge Replication
Posted
over 2 years ago
by
Balmukund
0
Comments
By default, merge replication processes data changes on a row-by-row basis. In many circumstances this is appropriate, but for some applications, it is essential that related rows be processed as a unit. The logical records feature of merge replication...
Microsoft SQL Server Tips & Tricks
Did you know… You will receive “Cannot open the PST because it is in use.” error when you configure SQLMail to use an internet mail server by using Outlook 2003
Posted
over 5 years ago
by
sequelguy
0
Comments
It is not recommended that you use Outlook 2002 or Outlook 2003 together with SQL Mail and with Internet mail servers that use SMTP or POP3. More info on this is available at http://support.microsoft.com/?id=897349 . Below is a practical workaround if...
Microsoft SQL Server Tips & Tricks
SQL Server 7.0 support to end on 11 Jan 2011
Posted
over 3 years ago
by
AmruthaVarshiniJ
0
Comments
For additional details check the link below: http://blogs.msdn.com/b/sqlreleaseservices/archive/2010/09/29/end-of-support-for-sql-server-7-0.aspx?wa=wsignin1.0 Regards, SQLServerFAQ
Microsoft SQL Server Tips & Tricks
Change Data Capture gets disabled when you break mirroring and bring the database online
Posted
8 days ago
by
HarshDeep_Singh
1
Comments
Issue ================ Recently we encountered an issue where customer performed a planned failover for a mirrored database and after the failover the new principal went into suspect mode because of some reason (which is outside the scope...
Microsoft SQL Server Tips & Tricks
How do I map a differential/transaction log backup to its full backup without using MSDB?
Posted
1 day ago
by
HarshDeep_Singh
0
Comments
If you have multiple full, differential and transaction log backups, there are chances you may end up facing the error below during the restore process. “ This differential backup cannot be restored because the database has not been restored to the correct...
Page 13 of 13 (315 items)
«
9
10
11
12
13