<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sql-server-performance.com/Community/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Other SQL Server Blogs around the Web</title><subtitle type="html" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/atom.aspx</id><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/default.aspx" /><link rel="self" type="application/atom+xml" href="http://sql-server-performance.com/Community/blogs/othersqlserver/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20611.960">Community Server</generator><updated>2008-12-15T05:37:00Z</updated><entry><title>Compatibility Level of a database </title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/05/compatibility-level-of-a-database.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/05/compatibility-level-of-a-database.aspx</id><published>2009-01-05T15:05:00Z</published><updated>2009-01-05T15:05:00Z</updated><content type="html">When users migrate from SQL Server 2000 to SQL Server 2005, not all databases are set to Compatibility Level 90 which is required to make use of the newly available functions There are many methods to know the Compatibility Level of a database using queries --Method 1 EXEC sp_dbcmptlevel your_database_name --Method 2 EXEC sp_helpdb your_database_name --Method 3 SELECT name , cmptlevel FROM master .. sysdatabases WHERE name = &amp;#39;your_database_name&amp;#39; --Method 4 SELECT name , compatibility_level...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/05/compatibility-level-of-a-database.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154539" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="T-SQL" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/T-SQL/default.aspx" /><category term="Compatibility Level" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/Compatibility+Level/default.aspx" /></entry><entry><title>SQL Server TSQL security concerns - highlights for a newbie reference</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/05/sql-server-tsql-security-concerns-highlights-for-a-newbie-reference.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/05/sql-server-tsql-security-concerns-highlights-for-a-newbie-reference.aspx</id><published>2009-01-05T07:01:00Z</published><updated>2009-01-05T07:01:00Z</updated><content type="html">Here it is first post in the year 2009, still I would like to visit the good old advice of securing your SQL Server environment. For any user in IT, Security must be a top priority in order to ensure their PC or environment is secured. You might have heard or aware of SQL Injection attacks, also you might find plenty of good sources of information about how to deploy SQL Server in a secure fashion. Few relevant blog posts here: SQL Server stored procedure vulnerability heap buffer overrun in SQL...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/05/sql-server-tsql-security-concerns-highlights-for-a-newbie-reference.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154511" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="security" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/security/default.aspx" /><category term="tsql" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/tsql/default.aspx" /><category term="stored procedure" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/stored+procedure/default.aspx" /><category term="development" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/development/default.aspx" /><category term="edition" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/edition/default.aspx" /><category term="select" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/select/default.aspx" /><category term="production" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/production/default.aspx" /></entry><entry><title>December Cumulative Update for Office SharePoint Server 2007 and Windows SharePoint Services 3.0</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/02/december-cumulative-update-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/02/december-cumulative-update-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx</id><published>2009-01-02T10:33:00Z</published><updated>2009-01-02T10:33:00Z</updated><content type="html">Here is the extract from Sharepoint Team blog about December Cumulative Update for Office Sharepoint Server 2007 and Windows Sharepoint Services 3.0. The first and foremost advice from the team is you need not install these updates unless your installation is affected by the problems that are mentioned in KBAs below. Also it is confirmed that these updates will be rolled in a Service Pack2 for Sharepoint Server 2007, following is the extract from the Sharepoint Team blog: The installation of updates...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/02/december-cumulative-update-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154457" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="services" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/services/default.aspx" /><category term="download" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/download/default.aspx" /><category term="cumulative update" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/cumulative+update/default.aspx" /><category term="SharePoint 2007" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/SharePoint+2007/default.aspx" /><category term="office server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/office+server/default.aspx" /><category term="windows sharepoint" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/windows+sharepoint/default.aspx" /></entry><entry><title>SQL Server 2008 tools installation issues when SQL Server 2005 client tools are present - FAQ and gotchas.</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/02/sql-server-2008-tools-installation-issues-when-sql-server-2005-client-tools-are-present-faq-and-gotchas.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/02/sql-server-2008-tools-installation-issues-when-sql-server-2005-client-tools-are-present-faq-and-gotchas.aspx</id><published>2009-01-02T10:25:00Z</published><updated>2009-01-02T10:25:00Z</updated><content type="html">How many times you have faced the problems in installing SQL Server client tools? Have you ever tried to install latest version of SQL Server tools on previous version? Recently I have run into such a problem when installing SQL Server 2008 client tools on set of PCs for the DBA support team. KBA956139 refers that: Visual Studio 2008 does not support having both Visual Studio 2008 without a service pack and Visual Studio 2008 with SP1 installed on the same computer. Because certain SQL Server 2008...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2009/01/02/sql-server-2008-tools-installation-issues-when-sql-server-2005-client-tools-are-present-faq-and-gotchas.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154479" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="downgrade" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/downgrade/default.aspx" /><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="ssms" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/ssms/default.aspx" /><category term="visual studio" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/visual+studio/default.aspx" /><category term="version" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/version/default.aspx" /><category term="bids" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/bids/default.aspx" /><category term="tools" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/tools/default.aspx" /><category term="upgrade" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/upgrade/default.aspx" /><category term="download" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/download/default.aspx" /><category term="management studio" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/management+studio/default.aspx" /></entry><entry><title>Happy New Year </title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/31/happy-new-year.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/31/happy-new-year.aspx</id><published>2008-12-31T14:20:00Z</published><updated>2008-12-31T14:20:00Z</updated><content type="html">set nocount on select space ( 7 - len ( replicate ( char ( 42 ), no )))+ replicate ( char ( 42 ), no * 2 - 1 ) from ( select top 5 row_number () over ( order by name ) as no from sysobjects ) as t union all select space ( 5 )+ replicate ( char ( 124 ), 3 ) union all select cast ( 0x4861707079204E65772059656172 as varchar ( 100 ))...( read more )...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/31/happy-new-year.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154435" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="T-SQL" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/T-SQL/default.aspx" /><category term="Happy New Year" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/Happy+New+Year/default.aspx" /></entry><entry><title>Keep SharePoint Growth in Check with Effective Content Lifecycle Management</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/29/keep-sharepoint-growth-in-check-with-effective-content-lifecycle-management.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/29/keep-sharepoint-growth-in-check-with-effective-content-lifecycle-management.aspx</id><published>2008-12-29T18:11:00Z</published><updated>2008-12-29T18:11:00Z</updated><content type="html">Make information archival a component of your SharePoint content lifecycle management strategy Organizations are generating large volumes of mission-critical information on Microsoft SharePoint. As hundreds of gigabytes or even terabytes of unstructured content are being accumulated in SQL Server, managing, accessing, and storing this information becomes an administrative challenge. Information that is infrequently accessed wastes valuable space and resources, adversely affecting overall system performance...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/29/keep-sharepoint-growth-in-check-with-effective-content-lifecycle-management.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154393" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="performance" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/performance/default.aspx" /><category term="management" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/management/default.aspx" /><category term="webcast" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/webcast/default.aspx" /><category term="sharepoint" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sharepoint/default.aspx" /><category term="archive" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/archive/default.aspx" /><category term="lifecycle" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/lifecycle/default.aspx" /></entry><entry><title>Managing all your ETL requiement and file system tasks using SQL Server Integration Services</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/29/managing-all-your-etl-requiement-and-file-system-tasks-using-sql-server-integration-services.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/29/managing-all-your-etl-requiement-and-file-system-tasks-using-sql-server-integration-services.aspx</id><published>2008-12-29T10:33:00Z</published><updated>2008-12-29T10:33:00Z</updated><content type="html">In many case within the forums and newsgroups I still see many questions from the users asking about SSIS (SQL Serve Integration Services) and here few bits I&amp;#39;m covering on basics on this important service in SQL Server arena. SSIS is a key part of SQL Server that will help the user to manage data integration services efficiently, ETL packages such as update data warehouses, interact with external resources (outside SQL) and manage import/export with better administrative tasks. To give a brief...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/29/managing-all-your-etl-requiement-and-file-system-tasks-using-sql-server-integration-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154381" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="ssis" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/ssis/default.aspx" /><category term="bol" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/bol/default.aspx" /><category term="procedure" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/procedure/default.aspx" /><category term=".net" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/.net/default.aspx" /><category term="integration services" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/integration+services/default.aspx" /><category term="downgrade" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/downgrade/default.aspx" /><category term="programming" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/programming/default.aspx" /><category term="wmi" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/wmi/default.aspx" /><category term="tasks" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/tasks/default.aspx" /><category term="sdk" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sdk/default.aspx" /></entry><entry><title>Windows Communication Foundation (WCF) - very good starter for developers of all levels</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/24/windows-communication-foundation-wcf-very-good-starter-for-developers-of-all-levels.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/24/windows-communication-foundation-wcf-very-good-starter-for-developers-of-all-levels.aspx</id><published>2008-12-24T22:15:00Z</published><updated>2008-12-24T22:15:00Z</updated><content type="html">During the Microsoft Tech-Ed North America conference Windows Communication Foundation (WCF) is one of the interesting topics I would like to go about, it provides a unified framework for rapidly building service-oriented applications that makes it easy to build and consume secure, reliable, and transacted Web services. WF - Workflow Foundation is another platform that includes a set of tools for designing and managing workflows, a programming model for implementing workflow logic, a rules engine...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/24/windows-communication-foundation-wcf-very-good-starter-for-developers-of-all-levels.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154344" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="Microsoft" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/Microsoft/default.aspx" /><category term="windows" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/windows/default.aspx" /><category term="new features" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/new+features/default.aspx" /><category term="team edition" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/team+edition/default.aspx" /><category term="foundation" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/foundation/default.aspx" /><category term="devloper" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/devloper/default.aspx" /><category term="communicaton" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/communicaton/default.aspx" /><category term="wcf" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/wcf/default.aspx" /></entry><entry><title>SQL Server stored procedure vulnerability heap buffer overrun in SQL Server, MSDE, and SQL Express</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/23/sql-server-stored-procedure-vulnerability-heap-buffer-overrun-in-sql-server-msde-and-sql-express.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/23/sql-server-stored-procedure-vulnerability-heap-buffer-overrun-in-sql-server-msde-and-sql-express.aspx</id><published>2008-12-23T09:46:00Z</published><updated>2008-12-23T09:46:00Z</updated><content type="html">You may have seen the sp_replwriterovarbin - New SQL Server Injection-Based Attack Found vulerability about the new public reports of a vulnerability that could allow remote code execution on systems with supported editions of SQL Server 2000, 2005, 2005 Express Edition, 2000 Desktop Engine (MSDE 2000), and Windows Internal Database (WYukon). The only exceptional SQL Server systems are SQL Server 7.0 Service Pack 4, SQL Server 2005 Service Pack 3, and SQL Server 2008. MSA961040 highlights that this...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/23/sql-server-stored-procedure-vulnerability-heap-buffer-overrun-in-sql-server-msde-and-sql-express.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154273" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="security" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/security/default.aspx" /><category term="stored procedure" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/stored+procedure/default.aspx" /><category term="best practices" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/best+practices/default.aspx" /><category term="verison" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/verison/default.aspx" /><category term="msde" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/msde/default.aspx" /><category term="vulnerability" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/vulnerability/default.aspx" /><category term="advisory" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/advisory/default.aspx" /><category term="sqlexpress" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sqlexpress/default.aspx" /><category term="automatic update" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/automatic+update/default.aspx" /></entry><entry><title>DEVConnections - Orlando FL March 22-25 2009</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/19/devconnections-orlando-fl-march-22-25-2009.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/19/devconnections-orlando-fl-march-22-25-2009.aspx</id><published>2008-12-19T13:53:00Z</published><updated>2008-12-19T13:53:00Z</updated><content type="html">--&amp;gt; --&amp;gt; --&amp;gt; DevConnections rocks the technology industry as the largest and most exciting event focused on Microsoft technology and your needs. Hands-down this event has the best speakers in our industry, not to mention the coolest attendees. Compare the number of expert speakers, Microsoft architects and in-depth number of sessions to other conference events and you will not find a better value. Don’t miss your opportunity to connect to Microsoft and industry experts to keep your competitive...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/19/devconnections-orlando-fl-march-22-25-2009.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154187" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="Microsoft" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/Microsoft/default.aspx" /><category term="community" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/community/default.aspx" /><category term="conference" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/conference/default.aspx" /><category term="devconnections" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/devconnections/default.aspx" /></entry><entry><title>Microsoft security bulletin MS08-078, Security Update for Internet Explorer (960714)</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/18/microsoft-security-bulletin-ms08-078-security-update-for-internet-explorer-960714.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/18/microsoft-security-bulletin-ms08-078-security-update-for-internet-explorer-960714.aspx</id><published>2008-12-18T16:43:00Z</published><updated>2008-12-18T16:43:00Z</updated><content type="html">Microsoft security bulletin MS08-078, Security Update for Internet Explorer (960714) to address a vulnerability in all currently supported versions of Internet Explorer . This security update was released outside of the usual monthly security bulletin release cycle in an effort to protect customers. --------------------------------------------------------------------------- Executive Summary This security update resolves a publicly disclosed vulnerability in Internet Explorer. The vulnerability could...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/18/microsoft-security-bulletin-ms08-078-security-update-for-internet-explorer-960714.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154161" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="Microsoft" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/Microsoft/default.aspx" /><category term="security" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/security/default.aspx" /><category term="xml" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/xml/default.aspx" /><category term="internet explorer" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/internet+explorer/default.aspx" /><category term="vulnerability" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/vulnerability/default.aspx" /><category term="safe" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/safe/default.aspx" /><category term="ie7" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/ie7/default.aspx" /><category term="bulletin" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/bulletin/default.aspx" /></entry><entry><title>sp_replwriterovarbin - New SQL Server Injection-Based Attack Found</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/17/sp-replwriterovarbin-new-sql-server-injection-based-attack-found.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/17/sp-replwriterovarbin-new-sql-server-injection-based-attack-found.aspx</id><published>2008-12-17T07:10:00Z</published><updated>2008-12-17T07:10:00Z</updated><content type="html">Another security vulnerability or rather call in the sense of security experts that &amp;quot; A zero day vulnerability has been reported in SQL Server &amp;quot;! Though its a not serious flaw or problematic loophole to worry but still its a security flaw in using the sp_replwriterovarbin extended stored procedure, which is an undocumented one as per the BOL information and you will not find any reference on further details on web. Here is what the best explanation on this XP and vulnerability - mssql-sp_replwritetovarbin_memwrite...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/17/sp-replwriterovarbin-new-sql-server-injection-based-attack-found.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154113" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="security" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/security/default.aspx" /><category term="tsql" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/tsql/default.aspx" /><category term="replication" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/replication/default.aspx" /><category term="best practices" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/best+practices/default.aspx" /><category term="permissions" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/permissions/default.aspx" /><category term="sp_repl" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sp_5F00_repl/default.aspx" /><category term="functional" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/functional/default.aspx" /></entry><entry><title>Business Intelligence - control what you want with your hands!</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/16/business-intelligence-control-what-you-want-with-your-hands.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/16/business-intelligence-control-what-you-want-with-your-hands.aspx</id><published>2008-12-16T15:48:00Z</published><updated>2008-12-16T15:48:00Z</updated><content type="html">How about you control what you want to see and get with your hands? A global view of information get a real-hands-on on business intelligence! Here is the newest invention from Microsoft about it, Business Intelligence Surface - click on this link: http://sqlserver-qa.net/MicrosoftBusniessIntelligenceSurfaceDemo.flv View Video Format: flv Duration: --:--...( read more )...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/16/business-intelligence-control-what-you-want-with-your-hands.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154082" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="Microsoft" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/Microsoft/default.aspx" /><category term="ssas" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/ssas/default.aspx" /><category term="community" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/community/default.aspx" /><category term="databases" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/databases/default.aspx" /><category term="network" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/network/default.aspx" /><category term="business intelligence" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/business+intelligence/default.aspx" /><category term="new invention" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/new+invention/default.aspx" /><category term="control" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/control/default.aspx" /><category term="usercontrol" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/usercontrol/default.aspx" /></entry><entry><title>SQL Server 2005 Service Pack 3 (SP3) is released</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/16/sql-server-2005-service-pack-3-sp3-is-released.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/16/sql-server-2005-service-pack-3-sp3-is-released.aspx</id><published>2008-12-16T08:15:00Z</published><updated>2008-12-16T08:15:00Z</updated><content type="html">From the Are you ready for SP3 and SQL2005SP3_WorkStarted posts here, it has been officially announced that the SP3 for SQL Server 2005 (out of CTP) is ready to downlod to test and apply on your SQL Server 2005 instances. The Official SQL Server News blog refers about SQL Server 2005 SP3 as: Roll-up of Quick Fix Engineering (QFE) updates completed since SQL Server 2005 SP2, as well as fixes to critical issues reported through the SQL Server community. Per revised servicing strategy for SQL Server...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/16/sql-server-2005-service-pack-3-sp3-is-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154051" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="bol" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/bol/default.aspx" /><category term="service pack" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/service+pack/default.aspx" /><category term="2005" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/2005/default.aspx" /><category term="update" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/update/default.aspx" /><category term="best practices" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/best+practices/default.aspx" /><category term="download" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/download/default.aspx" /><category term="sp3" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sp3/default.aspx" /></entry><entry><title>Replication and Database Mirroring - things to take care and best practices to administer the environment</title><link rel="alternate" type="text/html" href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/15/replication-and-database-mirroring-things-to-take-care-and-best-practices-to-administer-the-environment.aspx" /><id>http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/15/replication-and-database-mirroring-things-to-take-care-and-best-practices-to-administer-the-environment.aspx</id><published>2008-12-15T11:37:00Z</published><updated>2008-12-15T11:37:00Z</updated><content type="html">Replication and Database Mirroring are the ones which can provide high availability option without an extra cost what it implies on a Clustering setup. So in this scenario Database mirroring can be used in conjunction with replication to provide availability for the publication database. Database mirroring involves two copies of a single database that typically reside on different computers. At any given time, only one copy of the database is currently available to clients, this is known as the principal...(&lt;a href="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/2008/12/15/replication-and-database-mirroring-things-to-take-care-and-best-practices-to-administer-the-environment.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sql-server-performance.com/Community/aggbug.aspx?PostID=154029" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://sql-server-performance.com/Community/members/Anonymous.aspx</uri></author><category term="sql server" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/sql+server/default.aspx" /><category term="database mirroring" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/database+mirroring/default.aspx" /><category term="replication" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/replication/default.aspx" /><category term="high availability" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/high+availability/default.aspx" /><category term="publisher" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/publisher/default.aspx" /><category term="failover" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/failover/default.aspx" /><category term="monitor" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/monitor/default.aspx" /><category term="maintenance" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/maintenance/default.aspx" /><category term="subscriptions" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/subscriptions/default.aspx" /><category term="setup" scheme="http://sql-server-performance.com/Community/blogs/othersqlserver/archive/tags/setup/default.aspx" /></entry></feed>