<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Ask The DBAs</title>
    
    
    <link rel="alternate" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/" />
    <id>tag:typepad.com,2003:weblog-86835803210553100</id>
    <updated>2010-08-12T00:33:33-07:00</updated>
    
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/AskTheDBAs" /><feedburner:info uri="askthedbas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://hubbub.api.typepad.com/" /><entry>
        <title>Warm standby on SQL Server 2008 with log shipping from SQL Server 2005?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/HC8KgFX6Huc/warm-standby-on-sql-server-2008-with-log-shipping-from-sql-server-2005.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/08/warm-standby-on-sql-server-2008-with-log-shipping-from-sql-server-2005.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c01348627a9e6970c</id>
        <published>2010-08-12T00:33:33-07:00</published>
        <updated>2010-08-12T00:33:33-07:00</updated>
        <summary>Question Can you create a warm standby database on SQL Server 2008 with log shipping from a SQL Server 2005 database? Answer Each version of SQL Server has a database version number; for SQL 2000 it is 8, SQL 2005: 9 and SQL 2008: 10. When a database backup that...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL Server Database Services" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="Database" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Disaster Recovery" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Log Shipping" />
        <category scheme="http://sixapart.com/ns/types#tag" term="SQL Server" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Standby" />
        
<content type="xhtml" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/"><div xmlns="http://www.w3.org/1999/xhtml"><p><span style="font-family: Arial;"><span style="font-size: 18px; text-decoration: underline;">Question</span>
<span style="font-size: 18px;"><br /></span></span></p>

<p><span style="font-family: Arial;"><span style="font-size: 16px;">Can you create a warm standby database on SQL Server 2008 with log shipping from a SQL Server 2005 database?</span></span></p><span style="font-family: Arial;">

<p><span style="color: #0000bf; font-size: 13px;"><span style="text-decoration: underline;">Answer</span></span><span style="color: #0000bf;"><br /></span></p>

<p><span style="color: #0000bf;">Each version of SQL Server has a database version number; for SQL 2000 it is 8, SQL 2005: 9 and SQL 2008: 10. When a database backup that came from a lower SQL Server version is restored, SQL Server will run an upgrade process to bring that older database version up to the database version supported by the new instance. This process is run automatically as part of SQL Server’s recovery process.  The recovery process itself is certain operations that need to happen to ensure the database is in a consistent state for user access (roll-forwards and roll-backs etc).</span></p>

<br /><span style="color: #0000bf;">Placing a database in “Standby/Read Only” mode instructs SQL Server to recover the database after each restore, but also create a special standby file that contains information which will allow this recovery to be undone when it is time to do additional transaction logs restores.  </span><br /><br /><span style="color: #0000bf;">However unfortunately, once a database has been upgraded it cannot be undone.  This is why if you try and use the “Standby/Read Only” option when restoring a database of an older version SQL Server fails with:</span><br /><br /><blockquote><span style="color: #737373; font-family: Courier;"><span style="color: #0000bf;"> Msg 3180, Level 16, State 1, Line 1</span></span><br /><span style="color: #737373; font-family: Courier;"><span style="color: #0000bf;">This backup cannot be restored using WITH STANDBY because a database upgrade is needed. Reissue the RESTORE without WITH STANDBY.</span></span><br /><span style="color: #737373; font-family: Courier;"><span style="color: #0000bf;">Msg 3013, Level 16, State 1, Line 1</span></span><br /><span style="color: #737373; font-family: Courier;"><span style="color: #0000bf;">RESTORE DATABASE is terminating abnormally.</span></span><br /><span style="color: #5b5b5b; font-family: Courier;" /></blockquote><br /><span style="color: #0000bf;">This error message essentially says you cannot bring an older database version online in “Standby/Read Only” mode.</span><br /><br /><span style="color: #0000bf;">But you can restore transaction logs and log shipping from an older database version to a newer database version when you keep the database offline.  This is because the recovery (and upgrade process) for the database is deferred until the point you do actually bring the database online.  This means you can log ship from an older version of SQL Server to a newer version until the point you bring that database online for user access.</span></span>
<p><span style="color: #0000bf;"><span style="color: #0000bf;"><span style="color: #0000bf;">Hope this helps.  All Answers provided are 
subject to our standard <a href="http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html">Answers Disclaimer</a>.</span></span></span></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/HC8KgFX6Huc" height="1" width="1" /></div></content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/08/warm-standby-on-sql-server-2008-with-log-shipping-from-sql-server-2005.html</feedburner:origLink></entry>
    <entry>
        <title>Q) How do I add a root node and return columns as elements with FOR XML?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/9sObbHP33cE/q-how-do-i-add-a-root-node-and-return-columns-as-elements-with-for-xml.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/07/q-how-do-i-add-a-root-node-and-return-columns-as-elements-with-for-xml.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c0134855d0e27970c</id>
        <published>2010-07-11T15:05:54-07:00</published>
        <updated>2010-07-11T15:07:46-07:00</updated>
        <summary>Question How do I add a root node and return columns as elements with FOR XML? Answer FOR XML is a TSQL option which can be added to the SELECT statement to return data in XML format. A simple example of this is: SELECT * FROM INFORMATION_SCHEMA.Tables FOR XML AUTO...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL Server Database Services" />
        
        
<content type="xhtml" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/"><div xmlns="http://www.w3.org/1999/xhtml"><span style="text-decoration: underline;">Question</span><p>How do I add a root node and return columns as elements with FOR XML?</p>

<p><span style="color: #0000bf; text-decoration: underline;">Answer</span></p>
<p style="color: #0000bf;">FOR XML is a TSQL option which can be added to the SELECT statement to return data in XML format.   A simple example of this is:</p>

<blockquote><p style="color: #0000bf; font-family: Courier;">SELECT * FROM INFORMATION_SCHEMA.Tables FOR XML AUTO</p></blockquote>

<p style="color: #0000bf;">When combined with JOINs FOR XML can be used to return structured XML hierarchies, however we won’t go into those details here.  Instead we will focus on the question.  To add a root node simply add the ROOT(rootnodename) modifier to the FOR XML clause.  For example:</p>

<blockquote><p style="color: #0000bf; font-family: Courier;">SELECT * FROM INFORMATION_SCHEMA.Tables FOR XML AUTO,ROOT('Tables')</p></blockquote>

<p style="color: #0000bf;">To change the Element tag name for each row you can use a table alias or change to using RAW or PATH mode.  For example:</p>

<blockquote><p style="color: #0000bf; font-family: Courier;">SELECT * FROM INFORMATION_SCHEMA.Tables as [Table] FOR XML AUTO, ROOT('Tables')</p><p style="color: #0000bf;">OR</p><p style="color: #0000bf; font-family: Courier;">SELECT * FROM INFORMATION_SCHEMA.Tables FOR XML RAW ('Table'), ROOT('Tables')</p></blockquote>





<p style="color: #0000bf;">And finally, if you want each column to be translated into as an element instead of being an attribute you add the ELEMENTS modifier.  This is useful, for example, if you are outputting XML to be loaded into a DataSet via the DataSets ReadXML method.  For example:</p>

<blockquote><p style="color: #0000bf; font-family: Courier;">SELECT * FROM INFORMATION_SCHEMA.Tables as [Table] FOR XML AUTO, ELEMENTS, ROOT('Tables')</p><p style="color: #0000bf;">OR</p><p style="color: #0000bf; font-family: Courier;">SELECT * FROM INFORMATION_SCHEMA.Tables FOR XML RAW ('Table'), ELEMENTS, ROOT('Tables')</p></blockquote>





<p><span style="color: #0000bf;"><span style="color: #0000bf;"><span style="color: #0000bf;">Hope this helps.  All Answers provided are 
subject to our standard <a href="http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html">Answers Disclaimer</a>.</span></span></span></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/9sObbHP33cE" height="1" width="1" /></div></content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/07/q-how-do-i-add-a-root-node-and-return-columns-as-elements-with-for-xml.html</feedburner:origLink></entry>
    <entry>
        <title>Q) Query that returns rows in date range or overlapping date range</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/KlassZGwoVE/q-query-that-returns-rows-in-date-range-or-overlapping-date-range.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/06/q-query-that-returns-rows-in-date-range-or-overlapping-date-range.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c0133f161083c970b</id>
        <published>2010-06-17T14:10:23-07:00</published>
        <updated>2010-06-17T14:13:44-07:00</updated>
        <summary>Question I need a query returns all rows between two dates or rows that overlap the date range in any way. Answer SELECT * FROM MyTable WHERE ( /*When the start date is before the range but the end date falls in or after the range*/ (StartDate &lt; @StartDate AND...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL Server Database Services" />
        
        
<content type="html" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;span style="text-decoration: underline;"&gt;Question&lt;/span&gt;&lt;br&gt;&lt;br&gt;I need a query returns all rows between two dates or rows that overlap the date range in any way.&lt;br&gt;&lt;br&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="color: #0000bf;"&gt;Answer&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;SELECT *&lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;FROM MyTable&lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;WHERE &lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;(&lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;/*When the start date is before the range but the end date falls in or after the range*/&lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (StartDate &amp;lt; @StartDate AND EndDate &amp;gt;= @StartDate)&lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;/*When the StartDate falls in the range.&amp;nbsp; The end date can be in or out of the range*/&lt;/span&gt;&lt;br&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR (StartDate &amp;gt;= @StartDate AND StartDate &amp;lt; @EndDate)&lt;/span&gt;&lt;br&gt;&lt;p&gt;&lt;span style="color: #0000bf; font-family: Courier;"&gt;)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="color: #0000bf;"&gt;&lt;span style="color: #0000bf;"&gt;&lt;span style="color: #0000bf;"&gt;Hope this helps.&amp;nbsp; All Answers provided are 
subject to our standard &lt;a href="http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html"&gt;Answers Disclaimer&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/KlassZGwoVE" height="1" width="1"/&gt;</content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/06/q-query-that-returns-rows-in-date-range-or-overlapping-date-range.html</feedburner:origLink></entry>
    <entry>
        <title>Q) How in SQL Server can I get a date value without any time value?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/0ZbUKFDJd7w/q-how-in-sql-server-can-i-get-a-date-value-without-any-time-value.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/06/q-how-in-sql-server-can-i-get-a-date-value-without-any-time-value.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c01348479a6b5970c</id>
        <published>2010-06-16T14:26:12-07:00</published>
        <updated>2010-06-16T14:27:48-07:00</updated>
        <summary>Question How in SQL Server can I get a date value without any time value?Answer In SQL Server 2008 Microsoft introduced the DATE data type so you can simply do the following: SELECT CAST(GETDATE() as DATE) In SQL Server 2005 and below the DATETIME data type always retains a time...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL Server Database Services" />
        
        
<content type="xhtml" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/"><div xmlns="http://www.w3.org/1999/xhtml"><p><span style="text-decoration: underline;">Question</span></p>
<p>How in SQL Server can I get a date value without any time value?</p><span style="color: #0000bf; text-decoration: underline;">Answer</span><p><span style="color: #0000bf;">In SQL Server 2008 Microsoft introduced the DATE data type so you can simply do the following:</span></p>

<p><span style="color: #0000bf;"><br /></span></p>

<blockquote><span style="font-size: 12px; font-family: Courier; color: #0000bf;">SELECT CAST(GETDATE() as DATE)</span><br /></blockquote><br /><span style="color: #0000bf;">In SQL Server 2005 and below the DATETIME data type always retains a time component.  If you are not interested in time then commonly you set this to 00:00:000.  This will ensure sorting and aggregations on the “date” component are consistent.  A quick and easy way to convert a datetime to a standardized date is to do the following:</span><br /><br /><blockquote><span style="font-size: 12px; font-family: Courier; color: #0000bf;">SELECT CAST(CONVERT(VARCHAR(50),GETDATE(),112) as DATETIME)</span><br /></blockquote><br /><span style="color: #0000bf;">This has the benefit in that it results in a proper date time value (rather than a string) and is also deterministic so can be used in indexed views etc.</span><br /><span style="color: #0000bf;"><br /></span><span style="color: #0000bf;"><span style="color: #0000bf;"><span style="color: #0000bf;">All Answers provided are subject to our standard <a href="http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html">Answers
 Disclaimer</a>.</span></span></span>

<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"><img alt="Enhanced by Zemanta" class="zemanta-pixie-img " src="http://img.zemanta.com/zemified_e.png?x-id=10636743-4cb0-4176-86b3-cd0e2137b95c" style="border: medium none; float: right;" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript" /></span></div><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/0ZbUKFDJd7w" height="1" width="1" /></div></content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/06/q-how-in-sql-server-can-i-get-a-date-value-without-any-time-value.html</feedburner:origLink></entry>
    <entry>
        <title>Q) When running a Reporting Services report with a Chart in it I get a “Method not found” error.  What is the cause of this?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/_SkxPPIBFTA/q-when-running-a-reporting-services-report-with-a-chart-in-it-i-get-a-method-not-found-error-what-is.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/06/q-when-running-a-reporting-services-report-with-a-chart-in-it-i-get-a-method-not-found-error-what-is.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c0133f116dd85970b</id>
        <published>2010-06-14T18:41:23-07:00</published>
        <updated>2010-06-14T18:47:59-07:00</updated>
        <summary>Question When running a Reporting Services Report I get the following error: An error has occurred during rendering of chart chart1. Details: Method not found: 'Boolean Dundas.Charting.WebControl.Series.get_PlotAsLine()'. (rsErrorDuringChartRendering)Method not found: 'Boolean Dundas.Charting.WebControl.Series.get_PlotAsLine()'. What is the cause and fix of this? Answer This is likely to have been caused by corruption...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="SQL Server Reporting Services" />
        
        
<content type="xhtml" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/"><div xmlns="http://www.w3.org/1999/xhtml"><p><span style="text-decoration: underline;">Question</span></p><p>When running a Reporting Services Report I get the following error:</p><blockquote><p><span style="font-size: 12px; font-family: Courier;">An error has occurred during rendering of chart chart1. Details: Method not found: 'Boolean Dundas.Charting.WebControl.Series.get_PlotAsLine()'. (rsErrorDuringChartRendering)</span><span style="font-size: 12px; font-family: Courier;">Method not found: 'Boolean Dundas.Charting.WebControl.Series.get_PlotAsLine()'.</span></p></blockquote><p>What is the cause and fix of this?</p><p><span style="color: #0000bf;"><span style="color: #0000bf; text-decoration: underline;">Answer</span></span><span style="color: #0000bf;"><span style="color: #0000bf;"><br /></span></span></p><p><span style="color: #0000bf;"><span style="color: #0000bf;">This is likely to have been caused by corruption of the DunasWebChart.dll file located in the ReportServ\bin folder.  What caused this corruption is unclear, it may have resulted from manually copying on older/newer version of the DLL overtop of the correct DLL.</span></span><span style="color: #0000bf;">To resolve this issue requires replacing the DLL with the correct version.  Reapplying the current SQL Server service pack does not appear to replace this file in our testing.  Instead you may need to backup and then reinstall SQL Server Reporting Services. </span><span style="color: #0000bf;"><span style="color: #0000bf;"><em><br /></em></span></span></p><p><span style="color: #0000bf;"><span style="color: #0000bf;"><em>NOTE: Reinstalling Reporting Services may cause you to lose current configuration/and or data.  The best method of reinstalling Reporting Services without loss is outside the scope of this answer and further advice should be sought from a qualified professional.</em></span><span style="color: #0000bf;" /></span></p><span style="color: #0000bf;"><span style="color: #0000bf;">All Answers provided are subject to our standard <a href="http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html">Answers Disclaimer</a>.</span></span><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/_SkxPPIBFTA" height="1" width="1" /></div></content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/06/q-when-running-a-reporting-services-report-with-a-chart-in-it-i-get-a-method-not-found-error-what-is.html</feedburner:origLink></entry>
    <entry>
        <title />
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/65iwlBqUSBc/welcome.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/06/welcome.html" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c0133f103dc7e970b</id>
        <published>2010-06-14T15:51:41-07:00</published>
        <updated>2010-08-14T21:58:48-07:00</updated>
        <summary>Welcome to AskTheDBAs.com. This is a community site where the SQL Server DBA team at RockSolid SQL will attempt to answer questions posed to them by the community. Terms of use: Questions may be rephrased or rewritten to be more general or to pose the question more clearly. Not all...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        
        
<content type="html" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;div style="background-color: whitesmoke;"&gt;
&lt;span style="font-size: 14px;"&gt;Welcome to &lt;/span&gt;&lt;a href="http://www.AskTheDBAs.com"&gt;AskTheDBAs.com&lt;/a&gt;&lt;span style="font-size: 14px;"&gt;.&amp;nbsp; This is a community site where the SQL Server DBA team at &lt;a target="_blank" href="http://www.dbaouttask.com"&gt;RockSolid SQL&lt;/a&gt; will attempt to answer questions posed to them by the community.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;&lt;span style="font-size: 11px;"&gt;Terms of use:&amp;nbsp; Questions may be rephrased or rewritten to be more general or to pose the question more clearly.&amp;nbsp; Not all questions will be answered.&amp;nbsp; Answers provided are general advice not nessecarily related to your original situation and are subject to &lt;a href="/ask-the-dbas/2010/06/disclaimer.html"&gt;our disclaimer&lt;/a&gt;.&amp;nbsp; Professional assistance should be sort to determine if the general advice provided is relevant to your specific situation.&lt;/span&gt;&lt;/em&gt;&lt;br&gt;&lt;p&gt;&lt;strong&gt;NOTE: We are SQL Server DBAs so only questions relating to SQL Server will be answered!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To ask a question please email &lt;a href="mailto:askthedbas@rocksolidsql.com"&gt;askthedbas@rocksolidsql.com&lt;/a&gt; or tweet the question to &lt;a href="http://twitter.com/askthedbas" target="_blank"&gt;@askthedbas&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Kind Regards&lt;/p&gt;

&lt;p&gt;The RockSolid SQL DBA Team&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/65iwlBqUSBc" height="1" width="1"/&gt;</content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/06/welcome.html</feedburner:origLink></entry>
    <entry>
        <title>Disclaimer</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/AskTheDBAs/~3/SVUg4dOf2Xc/disclaimer.html" />
        <link rel="replies" type="text/html" href="http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html" />
        <id>tag:typepad.com,2003:post-6a013480b3f254970c0133f102780d970b</id>
        <published>2010-06-14T15:33:29-07:00</published>
        <updated>2010-06-17T13:52:41-07:00</updated>
        <summary>All answers given are general answers and may or may not apply to your own specific situation. We recommend that you seek your own professional advice before deciding on the suitability of any answers provided on this site. If you choose to follow any answers on this site you do...</summary>
        <author>
            <name>AskTheDBAs</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-AU" xml:base="http://www.askthedbas.com/ask-the-dbas/"><div xmlns="http://www.w3.org/1999/xhtml">All answers given are general answers and may or may not apply to your own specific situation.  We recommend that you seek your own professional advice before deciding on the suitability of any answers provided on this site.  If you choose to follow any answers on this site you do so at your own risk.  While all care is taken to ensure answers are accurate, we do not make any guarantees about the suitability of advice and advice given may contain technical inaccuracies or topographical errors.  The answers provided are our own opinions and may differ from advice provided by Microsoft and/or other SQL Server professionals.<br /><br />We always recommend that testing of an answer first be carried out in a suitable test environment before applying to any production environment.  We also recommend that you have full and complete backups of any database system before carrying out any type of change or modification.  In no event shall we be liable for any special, incidental, indirect, economic or consequential damages or for loss of profit, revenue or data howsoever caused, regardless of whether we could foresee or was advised of the possibility or likelihood of such loss or damage.<xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/AskTheDBAs/~4/SVUg4dOf2Xc" height="1" width="1" /></div></content>



    <feedburner:origLink>http://www.askthedbas.com/ask-the-dbas/2010/06/disclaimer.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 -->

