<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SSAS Weird Science</title>
	<atom:link href="http://thomaslarock.com/2009/05/ssas-weird-science/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com/2009/05/ssas-weird-science/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 16:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-573</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Wed, 06 May 2009 15:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-573</guid>
		<description>brandon,

good points all around, i was confusing the roles and functions of the services. however, i still think msft could provide a scaled down version of the agent with perhaps a sql express backend.</description>
		<content:encoded><![CDATA[<p>brandon,</p>
<p>good points all around, i was confusing the roles and functions of the services. however, i still think msft could provide a scaled down version of the agent with perhaps a sql express backend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Reno</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-572</link>
		<dc:creator>Brandon Reno</dc:creator>
		<pubDate>Wed, 06 May 2009 03:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-572</guid>
		<description>SQL Server Agent uses msdb to store the jobs. what more would you expect?

where exactly are you going to ETL your data to without a database?

while it seems clever to have SSAS installed without the database components, I&#039;m not sure it&#039;s particularly useful.</description>
		<content:encoded><![CDATA[<p>SQL Server Agent uses msdb to store the jobs. what more would you expect?</p>
<p>where exactly are you going to ETL your data to without a database?</p>
<p>while it seems clever to have SSAS installed without the database components, I&#8217;m not sure it&#8217;s particularly useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-571</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 May 2009 02:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-571</guid>
		<description>You could do what Cindy says, or just use Task Scheduler in Windows somehow? Call the dtsx from cmd line.

Wondering, is Profiler installed or not when you don&#039;t install the engine? Can you profile SSAS?</description>
		<content:encoded><![CDATA[<p>You could do what Cindy says, or just use Task Scheduler in Windows somehow? Call the dtsx from cmd line.</p>
<p>Wondering, is Profiler installed or not when you don&#8217;t install the engine? Can you profile SSAS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-570</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Wed, 06 May 2009 01:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-570</guid>
		<description>and i am not only talking about dumps, but what about the ETL process? if i scale out to an additional server, how would the ETL pieces be schduled?</description>
		<content:encoded><![CDATA[<p>and i am not only talking about dumps, but what about the ETL process? if i scale out to an additional server, how would the ETL pieces be schduled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Walsh</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-569</link>
		<dc:creator>Mike Walsh</dc:creator>
		<pubDate>Wed, 06 May 2009 01:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-569</guid>
		<description>Great point. So you can do the approach Cindy uses, you can also use a 3rd party backup program to take a VSS snapshot of all of the files used in SSAS. Or you can rely on your definitions like we do. Basically we backup our cube definitions and disaster recovery plans call for restore of the relational sources but redeploy/process of the cubes. Will it take a bit longer? Perhaps but it meets our SLAs for the reports just fine.

I agree that a scheduler is an important missing piece. I also miss the ability to easily see what is slowing you down, what is causing your performance issues and react as it happens like you can in the DB engine. Yes you can run profiler, and you can make some config changes but the level of functionality brought on by the DMVs (or heck even SP_Who2 and KILL) is sorely lacking.</description>
		<content:encoded><![CDATA[<p>Great point. So you can do the approach Cindy uses, you can also use a 3rd party backup program to take a VSS snapshot of all of the files used in SSAS. Or you can rely on your definitions like we do. Basically we backup our cube definitions and disaster recovery plans call for restore of the relational sources but redeploy/process of the cubes. Will it take a bit longer? Perhaps but it meets our SLAs for the reports just fine.</p>
<p>I agree that a scheduler is an important missing piece. I also miss the ability to easily see what is slowing you down, what is causing your performance issues and react as it happens like you can in the DB engine. Yes you can run profiler, and you can make some config changes but the level of functionality brought on by the DMVs (or heck even SP_Who2 and KILL) is sorely lacking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-568</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Wed, 06 May 2009 01:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-568</guid>
		<description>thanks for the link Cindy. i still don&#039;t feel that is an acceptable solution, because then I am relying on one agent to do the dumps for two instances, and i would prefer to keep everything local. if Denny Cherry can build a stand-alone agent for SQL Express, then Microsoft could give us the option to install SQL Agent when doing an install of SSAS without the db engine selected.</description>
		<content:encoded><![CDATA[<p>thanks for the link Cindy. i still don&#8217;t feel that is an acceptable solution, because then I am relying on one agent to do the dumps for two instances, and i would prefer to keep everything local. if Denny Cherry can build a stand-alone agent for SQL Express, then Microsoft could give us the option to install SQL Agent when doing an install of SSAS without the db engine selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy Gross</title>
		<link>http://thomaslarock.com/2009/05/ssas-weird-science/comment-page-1/#comment-567</link>
		<dc:creator>Cindy Gross</dc:creator>
		<pubDate>Wed, 06 May 2009 00:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1763#comment-567</guid>
		<description>You can use SQL Agent on another box to issue the backup commands to Analysis Services.

Backup Strategies with SQL Server 2005 Analysis Services
http://technet.microsoft.com/en-us/library/cc917611.aspx</description>
		<content:encoded><![CDATA[<p>You can use SQL Agent on another box to issue the backup commands to Analysis Services.</p>
<p>Backup Strategies with SQL Server 2005 Analysis Services<br />
<a href="http://technet.microsoft.com/en-us/library/cc917611.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/cc917611.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 9/19 queries in 0.007 seconds using disk: basic
Object Caching 515/522 objects using disk: basic

Served from: thomaslarock.com @ 2012-02-08 11:33:05 -->
