<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>StatSlice Business Intelligence &#124; Business Intelligence Dallas &#124; Business Intelligence Training Dallas</title>
	<atom:link href="http://statslice.com/feed" rel="self" type="application/rss+xml" />
	<link>http://statslice.com</link>
	<description>Business Intelligence from every angle</description>
	<lastBuildDate>Sat, 10 Mar 2012 05:59:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Writing Queries Using Microsoft SQL Server 2008 Transact-SQL</title>
		<link>http://statslice.com/writing-queries-using-microsoft-sql-server-2008-transact-sql-2</link>
		<comments>http://statslice.com/writing-queries-using-microsoft-sql-server-2008-transact-sql-2#comments</comments>
		<pubDate>Sat, 10 Mar 2012 05:59:16 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[information]]></category>
		<category><![CDATA[Jared Decker]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=521</guid>
		<description><![CDATA[About this Course This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. Audience Profile This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries. At Course Completion After completing this course, students [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>About this Course</strong></h3>
<p>This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008.</p>
<p><strong>Audience Profile</strong></p>
<p>This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries.</p>
<p><strong>At Course Completion</strong></p>
<p>After completing this course, students will be able to:</p>
<ul>
<li>Describe the uses of and ways to execute the Transact-SQL language.</li>
<li>Use querying tool.</li>
<li>Write SELECT queries to retrieve data.</li>
<li>Group and summarize data by using Transact-SQL.</li>
<li>Join data from multiple tables.</li>
<li>Write queries that retrieve and modify data by using subqueries.</li>
<li>Modify data in tables.</li>
<li>Query text fields with full-text search.</li>
<li>Describe how to create programming objects.</li>
<li>Use various techniques when working with complex queries.</li>
</ul>
<div>
<h3><strong>Course Outline</strong><strong> </strong></h3>
<p><strong>Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008</strong></p>
<p>The student will be introduced to how client/server architecture works, and examine the various database and business tasks that can be performed by using the components of SQL Server 2008. The student will also be introduced to SQL Server database concepts such as relational databases, normalization, and database objects. In addition, the student will learn how to use T-SQL to query databases and generate reports.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Overview of SQL Server 2008</li>
<li>Overview of SQL Server Databases</li>
<li>Overview and Syntax Elements of T-SQL</li>
<li>Working with T-SQL Scripts</li>
<li>Using T-SQL Querying Tools</li>
</ul>
<p><strong>Lab : Using SQL Server Management Studio and SQLCMD</strong></p>
<ul>
<li>Exploring the Components and Executing Queries in SQL Server Management Studio</li>
<li>Starting and Using SQLCMD</li>
<li>Generating a Report from a SQL Server Database Using Microsoft Office Excel</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Describe the architecture and components of SQL Server 2008.</li>
<li>Describe the structure of a SQL Server database.</li>
<li>Explain the basics of the SQL language.</li>
<li>Describe the syntax elements of T-SQL.</li>
<li>Explain how to manage T-SQL scripts.</li>
<li>Use T-SQL querying tools to query SQL Server 2008 databases.</li>
</ul>
<p><strong>Module 2: Querying and Filtering Data</strong></p>
<p>The students will be introduced to the basic Transact-SQL (T-SQL) statements that are used for writing queries, filtering data, and formatting result sets.</p>
<p>Lessons</p>
<ul>
<li>Using the SELECT Statement</li>
<li>Filtering Data</li>
<li>Working with NULL Values</li>
<li>Formatting Result Sets</li>
<li>Performance Considerations for Writing Queries</li>
</ul>
<p>Lab : Querying and Filtering Data</p>
<ul>
<li>Retrieving Data by Using the SELECT Statement</li>
<li>Filtering Data by Using Different Search Conditions</li>
<li>Using Functions to Work with NULL Values</li>
<li>Formatting Result Sets</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Retrieve data by using the SELECT statement.</li>
<li>Filter data by using different search conditions.</li>
<li>Explain how to work with NULL values.</li>
<li>Format result sets.</li>
<li>Describe the performance considerations that affect data retrieval.</li>
</ul>
<p><strong>Module 3: Grouping and Summarizing Data</strong></p>
<p>The students will learn to group and summarize data when generating reports in Microsoft SQL Server 2008 by using aggregate functions and the COMPUTE clause.</p>
<p>Lessons</p>
<ul>
<li>Summarizing Data by Using Aggregate Functions</li>
<li>Summarizing Grouped Data</li>
<li>Ranking Grouped Data</li>
<li>Creating Crosstab Queries</li>
</ul>
<p>Lab : Grouping and Summarizing Data</p>
<ul>
<li>Summarizing Data by Using Aggregate Functions</li>
<li>Summarizing Grouped Data</li>
<li>Ranking Grouped Data</li>
<li>Creating Crosstab Queries</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Summarize data by using aggregate functions.</li>
<li>Summarize grouped data by using the GROUP BY and COMPUTE clauses.</li>
<li>Rank grouped data.</li>
<li>Create cross-tabulation queries by using the PIVOT and UNPIVOT clauses.</li>
</ul>
<p><strong>Module 4: Joining Data from Multiple Tables</strong></p>
<p>The students will learn to write joins to query multiple tables, as well as limiting and combining result sets.</p>
<p>Lessons</p>
<ul>
<li>Querying Multiple Tables by Using Joins</li>
<li>Applying Joins for Typical Reporting Needs</li>
<li>Combining and Limiting Result Set</li>
</ul>
<p>Lab : Joining Data from Multiple Tables</p>
<ul>
<li>Querying Multiple Tables by Using Joins</li>
<li>Applying Joins for Typical Reporting Needs</li>
<li>Combining and Limiting Result Sets</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Query multiple tables by using joins.</li>
<li>Apply joins for typical reporting needs.</li>
<li>Combine and limit result sets.</li>
</ul>
<p><strong>Module 5: Working with Subqueries</strong></p>
<p><strong> </strong>The students will be introduced to basic and correlated subqueries and how these compare with joins and temporary tables. The students will also be introduced to using common table expressions in queries.</p>
<p>Lessons</p>
<ul>
<li>Writing Basic Subqueries</li>
<li>Writing Correlated Subqueries</li>
<li>Comparing Subqueries with Joins and Temporary Tables</li>
<li>Using Common Table Expressions</li>
</ul>
<p><strong>Lab : Working with Subqueries</strong></p>
<ul>
<li>Writing Basic Subqueries</li>
<li>Writing Correlated Subqueries</li>
<li>Comparing Subqueries with Joins and Temporary Tables</li>
<li>Using Common Table Expressions</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Write basic subqueries.</li>
<li>Write correlated subqueries.</li>
<li>Compare subqueries with joins and temporary tables.</li>
<li>Use common table expressions in queries.</li>
</ul>
<p><strong>Module 6: Modifying Data in Tables</strong></p>
<p>The students will be able to modify the data in tables by using the INSERT, DELETE, and UPDATE statements. In addition, students will examine how transactions work in a database, the importance of transaction isolation levels, and how to manage transactions.</p>
<p>Lessons</p>
<ul>
<li>Inserting Data into Tables</li>
<li>Deleting Data from Tables</li>
<li>Updating Data in Tables</li>
<li>Overview of Transactions</li>
</ul>
<p><strong>Lab : Modifying Data in Tables</strong></p>
<ul>
<li>Inserting Data into Tables</li>
<li>Deleting Data from Tables</li>
<li>Updating Data in Tables</li>
<li>Working with Transactions</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Insert data into tables.</li>
<li>Delete data from tables.</li>
<li>Update data in tables.</li>
<li>Describe transactions.</li>
</ul>
<p><strong>Module 7: Querying Metadata, XML, and Full-Text Indexes</strong></p>
<p>The students will learn to query semi-structured and unstructured data. The students will also learn how SQL Server 2008 handles XML data and will query XML data. The students will also be introduced to full-text indexing in SQL Server 2008.</p>
<p>Lessons</p>
<ul>
<li>Querying Metadata</li>
<li>Overview of XML</li>
<li>Querying XML Data</li>
<li>Overview of Full-Text Indexes</li>
<li>Querying Full-Text Indexes</li>
</ul>
<p><strong>Lab : Querying Metadata, XML, and Full-Text Indexes</strong></p>
<ul>
<li>Querying Metadata</li>
<li>Querying XML Data</li>
<li>Creating and Querying Full-Text Indexes</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Query metadata.</li>
<li>Describe the functionality of XML.</li>
<li>Query XML data.</li>
<li>Describe the functionality of full-text indexes.</li>
<li>Query full-text indexes.</li>
</ul>
<p><strong>Module 8: Using Programming Objects for Data Retrieval</strong></p>
<p>The students will be introduced to user-defined functions and executing various kinds of queries by using user-defined functions. The students will be introduced to SQL Server views that encapsulate data and present users with limited and relevant information. In addition, the students will be introduced to SQL Server stored procedures and the functionalities of the various programming objects. The students will learn how to perform distributed queries and how SQL Server works with heterogeneous data such as databases, spreadsheets, and other servers.</p>
<p>Lessons</p>
<ul>
<li>Overview of Views</li>
<li>Overview of User-Defined Functions</li>
<li>Overview of Stored Procedures</li>
<li>Overview of Triggers</li>
<li>Writing Distributed Queries</li>
</ul>
<p><strong>Lab : Using Programming Objects for Data Retrieval</strong></p>
<ul>
<li>Creating Views</li>
<li>Creating User-Defined Functions</li>
<li>Creating Stored Procedures</li>
<li>Writing Distributed Queries</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Encapsulate queries by using views.</li>
<li>Encapsulate expressions by using user-defined functions.</li>
<li>Explain how stored procedures encapsulate T-SQL logic.</li>
<li>Define triggers, types of triggers, create a trigger.</li>
<li>Write distributed queries.</li>
</ul>
<p><strong>Module 9: Using Advanced Querying Techniques</strong></p>
<p>The students will be introduced to best practices for querying complex data. The students will also examine how to query complex table structures such as data stored in hierarchies and self-referencing tables. The students will analyze the recommended guidelines for executing queries and how to optimize query performance.</p>
<p>Lessons</p>
<ul>
<li>Considerations for Querying Data</li>
<li>Working with Data Types</li>
<li>Cursors and Set-Based Queries</li>
<li>Dynamic SQL</li>
<li>Maintaining Query Files</li>
</ul>
<p><strong>Lab : Using Advanced Querying Techniques</strong></p>
<ul>
<li>Using Execution Plans</li>
<li>Converting Data Types</li>
<li>Implementing a Hierarchy</li>
<li>Using Cursors and Set-Based Queries</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Explain the recommendations for querying complex data.</li>
<li>Query complex table structures.</li>
<li>Write efficient queries.</li>
<li>Use various techniques when working with complex queries.</li>
<li>Maintain query files.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/writing-queries-using-microsoft-sql-server-2008-transact-sql-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services</title>
		<link>http://statslice.com/implementing-and-maintaining-microsoft-sql-server-2008-analysis-services</link>
		<comments>http://statslice.com/implementing-and-maintaining-microsoft-sql-server-2008-analysis-services#comments</comments>
		<pubDate>Thu, 16 Feb 2012 05:59:47 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[information]]></category>
		<category><![CDATA[Jared Decker]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=471</guid>
		<description><![CDATA[This three-day instructor-led course teaches students how to implement an Analysis Services solution in an organization. The course discusses how to use the Analysis Services development tools to create an Analysis Services database and an OLAP cube, and how to use the Analysis Services management and administrative tools to manage an Analysis Services solution.

The primary audience for this course is individuals who design and maintain business intelligence solutions for their organization. These individuals work in environments where databases play a key role in their primary job and may perform database administration and maintenance as part of their primary job responsibilities.

The secondary audience for this course is individuals who develop applications that deliver content from SQL Server Analysis Services to the organization.]]></description>
			<content:encoded><![CDATA[<h3><strong>About this Course</strong></h3>
<h4>Elements of this syllabus are subject to change.</h4>
<p>This three-day instructor-led course teaches students how to implement an Analysis Services solution in an organization. The course discusses how to use the Analysis Services development tools to create an Analysis Services database and an OLAP cube, and how to use the Analysis Services management and administrative tools to manage an Analysis Services solution.</p>
<p><strong>Audience Profile</strong></p>
<p>The primary audience for this course is individuals who design and maintain business intelligence solutions for their organization. These individuals work in environments where databases play a key role in their primary job and may perform database administration and maintenance as part of their primary job responsibilities.</p>
<p>The secondary audience for this course is individuals who develop applications that deliver content from SQL Server Analysis Services to the organization.</p>
<p><strong>Prerequisite knowledge of:</strong></p>
<ul>
<li>OLAP solutions</li>
<li>Windows Server knowledge</li>
<li>Windows services</li>
<li>Accounts/permissions</li>
<li>SQL Server Agent</li>
<li>Transact-SQL</li>
<li>SQL Server system table</li>
<li>SQL Server accounts</li>
</ul>
<p><strong>At Course Completion</strong></p>
<ul>
<li>After completing this course, students will be able to:</li>
<li>Describe how SQL Server Analysis Services can be used to implement analytical solutions.</li>
<li>Create multidimensional analysis solutions with SQL Server Analysis Services.</li>
<li>Implement dimensions and cubes in an Analysis Services solution.</li>
<li>Implement measures and measure groups in an Analysis Services solution.</li>
<li>Query a multidimensional Analysis Services solution.</li>
<li>Customize an Analysis Services cube.</li>
<li>Deploy and secure an Analysis Services database.</li>
<li>Maintain a multidimensional Analysis Services solution.</li>
<li>Implement a Data Mining solution.</li>
</ul>
<div>
<h3><strong>Course Outline</strong></h3>
<p><strong>Module 1: Introduction to Microsoft SQL Server Analysis Services</strong></p>
<p>This module introduces common analysis scenarios and describes how Analysis Services provides a powerful platform for multidimensional OLAP solutions and data mining solutions. The module then describes the main considerations for installing Analysis Services.</p>
<p><strong>Lessons</strong><strong> </strong></p>
<ul>
<li>Overview of Data Analysis Solutions</li>
<li>Overview of SQL Server Analysis Services</li>
<li>Installing SQL Server Analysis Services</li>
</ul>
<p><strong>Lab : Using SQL Server Analysis Services</strong><strong> </strong></p>
<ul>
<li>(Level 200) Installing SQL Server Analysis Services</li>
<li>(Level 200) Verifying Installation</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Describe data analysis solutions.</li>
<li>Describe the key features of SQL Server Analysis Services.</li>
<li>Install SQL Server Analysis Services.</li>
</ul>
<p><strong>Module 2: Creating Multidimensional Analysis Solutions</strong></p>
<p>This module introduces the development tools you can use to create an Analysis Services multidimensional analysis solution, and describes how to create data sources, data source views, and cubes.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Developing Analysis Services Solutions</li>
<li>Creating Data Sources and Data Source Views</li>
<li>Creating a Cube</li>
</ul>
<p><strong>Lab : Creating Multidimensional Analysis Solutions</strong></p>
<ul>
<li>(Level 200) Creating a Data Source</li>
<li>(Level 200) Creating and Modifying a Data Source View</li>
<li>(Level 200) Creating and Modifying a Cube</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Develop Analysis Services solutions.</li>
<li>Create a data source and a data source view.</li>
<li>Create a cube.</li>
</ul>
<p><strong>Module 3: Working with Cubes and Dimensions</strong></p>
<p>This module describes how to edit dimensions and to configure dimensions, attributes, and hierarchies.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Configuring Dimensions</li>
<li>Defining Attribute Hierarchies</li>
<li>Sorting and Grouping Attributes</li>
</ul>
<p><strong>Lab : Working with Cubes and Dimensions</strong></p>
<ul>
<li>(Level 200) Configuring Dimensions</li>
<li>(Level 200) Defining Relationships and Hierarchies</li>
<li>(Level 200) Sorting and Grouping Dimension Attributes</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Configure dimensions.</li>
<li>Define hierarchies.</li>
<li>Sort and group attributes.</li>
</ul>
<p><strong>Module 4: Working with Measures and Measure Groups</strong></p>
<p><strong></strong>This module explains how to edit and configure measures and measure groups.</p>
<p><strong>Lessons</strong><strong> </strong></p>
<ul>
<li>Working With Measures</li>
<li>Working with Measure Groups</li>
</ul>
<p><strong>Lab : Working with Measures and Measure Groups</strong></p>
<ul>
<li>(Level 200) Configuring Measures</li>
<li>(Level 200) Defining Dimension Usage and Relationships</li>
<li>(Level 200) Configuring Measure Group Storage</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Work with measures.</li>
<li>Work with measure groups.</li>
</ul>
<p><strong>Module 5: Querying Multidimensional Analysis Solutions</strong><strong> </strong></p>
<p>This module introduces multidimensional expressions (MDX) and describes how to implement calculated members and named sets in an Analysis Services cube.</p>
<p>Lessons</p>
<ul>
<li>MDX Fundamentals</li>
<li>Adding Calculations to a Cube</li>
</ul>
<p><strong>Lab : Querying Multidimensional Analysis Solutions</strong></p>
<ul>
<li>(Level 200) Querying a Cube by Using MDX</li>
<li>(Level 200) Creating a Calculated Member</li>
<li>(Level 200) Defining a Named Set</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Describe Multidimensional Expression (MDX) fundamentals.</li>
<li>Add calculations to a cube.</li>
</ul>
<p><strong>Module 6: Customizing Cube Functionality</strong></p>
<p>This module explains how to customize a cube by implementing key performance indicators (KPIs), actions, perspectives, and translations.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Implementing Key Performance Indicators</li>
<li>Implementing Actions</li>
<li>Implementing Perspectives</li>
<li>Implementing Translations</li>
</ul>
<p><strong>Lab : Customizing Cube Functionality</strong></p>
<ul>
<li><strong> </strong>(Level 200) Implementing a KPI</li>
<li>(Level 200) Implementing an Action</li>
<li>(Level 200) Implementing a Perspective</li>
<li>(Level 200) Implementing a Translation</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Implement Key Performance Indicators (KPIs).</li>
<li>Implement actions.</li>
<li>Implement perspectives.</li>
<li>Implement translations.</li>
</ul>
<p><strong>Module 7: Deploying and Securing an Analysis Services Database</strong></p>
<p>This module describes how to deploy an Analysis Services database to a production server, and how to implement security in an Analysis Services multidimensional solution.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Deploying an Analysis Services Database</li>
<li>Securing an Analysis Services Database</li>
</ul>
<p><strong>Lab : Deploying and Securing an Analysis Services Database</strong></p>
<ul>
<li>(Level 200) Deploying an Analysis Services Database</li>
<li>(Level 200) Securing an Analysis Services Database</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Deploy an Analysis Services database.</li>
<li>Secure an Analysis Services database.</li>
</ul>
<p><strong>Module 8: Maintaining a Multidimensional Solution</strong></p>
<p>This module discusses the maintenance tasks associated with an Analysis Services solution, and describes how administrators can use the Analysis Services management tools to perform them.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Configuring Processing</li>
<li>Logging, Monitoring, and Optimizing an Analysis Services Solution</li>
<li>Backing Up and Restoring an Analysis Services Database</li>
</ul>
<p><strong>Lab : Maintaining a Multidimensional Solution</strong></p>
<ul>
<li>(Level 200) Configuring Processing</li>
<li>(Level 200) Implementing Logging and Monitoring</li>
<li>(Level 200) Backing Up and Restoring an Analysis Services Database</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Configure processing settings.</li>
<li>Log, monitor, and optimize an Analysis Services solution.</li>
<li>Back up and restore an Analysis Services database.</li>
</ul>
<p><strong>Module 9: Introduction to Data Mining</strong></p>
<p>This module introduces data mining, and describes how to implement data mining structures and models. It then explains how to validate data model accuracy.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Overview of Data Mining</li>
<li>Creating a Data Mining Solution</li>
<li>Validating Data Mining Models</li>
</ul>
<p><strong>Lab : Introduction to Data Mining</strong></p>
<ul>
<li>(Level 200) Creating a Data Mining Structure</li>
<li>(Level 200) Adding a Data Mining Model</li>
<li>(Level 200) Exploring Data Mining Models</li>
<li>(Level 200) Validating Data Mining Models</li>
</ul>
<p>After completing this module, students will be able to:</p>
<ul>
<li>Describe data mining.</li>
<li>Create a data mining solution.</li>
<li>Validate data mining models.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/implementing-and-maintaining-microsoft-sql-server-2008-analysis-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintaining a Microsoft SQL Server 2008 Database</title>
		<link>http://statslice.com/maintaining-a-microsoft-sql-server-2008-database</link>
		<comments>http://statslice.com/maintaining-a-microsoft-sql-server-2008-database#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:59:58 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[information]]></category>
		<category><![CDATA[Justin Taylor]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=533</guid>
		<description><![CDATA[This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 R2 database. The course focuses on teaching individuals how to use SQL Server 2008 R2 product features and tools related to maintaining a database. The primary audience for this course is individuals who administer and maintain SQL Server databases. This course can also be helpful for individuals who develop applications that deliver content from SQL Server databases.]]></description>
			<content:encoded><![CDATA[<h3><strong>About this Course</strong></h3>
<p>This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 R2 database. The course focuses on teaching individuals how to use SQL Server 2008 R2 product features and tools related to maintaining a database.</p>
<p><strong>Audience Profile</strong></p>
<p>The primary audience for this course is individuals who administer and maintain SQL Server databases. This course can also be helpful for individuals who develop applications that deliver content from SQL Server databases.</p>
<p><strong>Prerequisite knowledge of:</strong></p>
<ul>
<li>2778</li>
<li>Core Windows Server</li>
<li>Relational databases</li>
<li>Transact-SQL</li>
</ul>
<p><strong>At Course Completion</strong></p>
<p>After completing this course, students will be able to:</p>
<ul>
<li>Explain SQL Server 2008 R2 architecture, resources requirements and perform pre-checks of I/O subsystems</li>
<li>Plan, install and configure SQL Server 2008 R2</li>
<li>Backup and restore databases</li>
<li>Import and export wizards and explain how they relate to SSIS</li>
<li>Use BCP and BULK INSERT to import data</li>
<li>Manage security</li>
<li>Assign, configure fixed database roles and create and assign user defined database roles</li>
<li>Configure and assign permissions</li>
<li>Implement SQL Server 2008 R2 Audits</li>
<li>Manage SQL Server 2008 R2 Agent and Jobs</li>
<li>Configure database mails, alerts and notifications</li>
<li>Maintain databases</li>
<li>Configure SQL Profiler Traces and Use the Database Tuning Advisor</li>
<li>Monitor data by using Dynamic Management Views</li>
<li>Execute multi-server queries and configure a central management server</li>
<li>Deploy a data-tier-application</li>
<li>Troubleshoot common issues</li>
</ul>
<h3><strong>Course Outline</strong></h3>
<p><strong>Module 1: Introduction to SQL Server 2008 R2 and its Toolset</strong></p>
<p>This module introduces you to the entire SQL Server platform and its major tools. This module also covers editions, versions, basics of network listeners, and concepts of services and service accounts.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Introduction to SQL Server Platform</li>
<li>Working with SQL Server Tools</li>
<li>Configuring SQL Server Services</li>
</ul>
<p><strong> </strong><strong>Lab : Introduction to SQL Server 2008 R2 and its Toolset</strong></p>
<ul>
<li> Verify SQL Server Component Installation</li>
<li>Alter Service Accounts for New Instance</li>
<li>Enable Named Pipes Protocol for Both Instances</li>
<li>Create Aliases for AdventureWorks and Proseware</li>
<li>Ensure SQL Browser is Disabled and Configure a Fixed TCP/IP Port</li>
<li>Describe the SQL Server Platform</li>
<li>Work with SQL Server Tools</li>
<li>Configure SQL Server Services</li>
</ul>
<p><strong>Module 2: Preparing Systems for SQL Server 2008 R2</strong></p>
<p>This module covers planning for an installation related to SQL Server I/O requirements, 32 bit vs 64 bit, memory configuration options and I/O subsystem pre-installation checks using SQLIOSim and SQLIO.</p>
<p>Lessons</p>
<ul>
<li>Overview of SQL Server 2008 R2 Architecture</li>
<li>Planning Server Resource Requirements</li>
<li>Pre-installation Testing for SQL Server 2008 R2</li>
</ul>
<p><strong>Lab : Preparing Systems for SQL Server 2008 R2</strong></p>
<ul>
<li>Adjust memory configuration</li>
<li>Perform Pre-installation Stress Testing</li>
<li>Check Specific I/O Operations</li>
<li>Describe the SQL Server architecture</li>
<li>Plan for server resource requirements</li>
<li>Conduct pre-installation stress testing for SQL Server</li>
</ul>
<p><strong>Module 3: Installing and Configuring SQL Server 2008 R2</strong></p>
<p>This module details installing and configuring SQL Server 2008 R2.</p>
<p>Lessons</p>
<ul>
<li>Preparing to Install SQL Server 2008 R2</li>
<li>Installing SQL Server 2008 R2</li>
<li>Upgrading and Automating Installation</li>
</ul>
<p><strong>Lab : Installing and Configuring SQL Server 2008 R2</strong></p>
<ul>
<li>Review installation requirements</li>
<li>Install the SQL Server instance</li>
<li>Perform Post-installation Setup and Checks</li>
<li>Configure Server Memory</li>
<li>Prepare to install SQL Server</li>
<li>Install SQL Server</li>
<li>Upgrade and automate the installation of SQL Server</li>
</ul>
<p><strong>Module 4: Working with Databases</strong></p>
<p>This module describes the system databases, the physical structure of databases and the most common configuration options related to them.</p>
<p>Lessons</p>
<ul>
<li>Overview of SQL Server Databases</li>
<li>Working with Files and Filegroups</li>
<li>Moving Database Files</li>
</ul>
<p><strong>Lab : Working with Databases</strong></p>
<ul>
<li>Adjust tempdb configuration</li>
<li>Create the RateTracking database</li>
<li>Attach the OldProspects database</li>
<li>Add multiple files to tempdb</li>
<li>Describe the role and structure of SQL Server databases</li>
<li>Work with files and filegroups</li>
<li>Move database files within servers and between servers</li>
</ul>
<p><strong>Module 5: Understanding SQL Server 2008 R2 Recovery Models</strong></p>
<p>This module describes the concept of the transaction log and SQL Server recovery models. It introduces the different backup strategies available with SQL Server 2008 R2.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Backup Strategies</li>
<li>Understanding SQL Server Transaction Logging</li>
<li>Planning a SQL Server Backup Strategy</li>
</ul>
<p><strong>Lab : Understanding SQL Server 2008 R2 Recovery Models</strong></p>
<ul>
<li><strong> </strong>Plan a backup strategy</li>
<li>Configure recovery models</li>
<li>Review recovery models and strategy</li>
<li>Describe the critical concepts surrounding backup strategies</li>
<li>Explain the transaction logging capabilities within the SQL Server database engine</li>
<li>Plan a SQL Server backup strategy</li>
</ul>
<p><strong>Module 6: Backup of SQL Server 2008 R2 Databases</strong></p>
<p>This module describes SQL Server 2008 R2 Backup and the backup types.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Backing up Databases and Transaction Logs</li>
<li>Managing Database Backups</li>
<li>Working with Backup Options</li>
</ul>
<p><strong>Lab : Backup of SQL Server 2008 R2 Databases</strong></p>
<ul>
<li>Investigate backup compression</li>
<li>Transaction log backup</li>
<li>Differential backup</li>
<li>Copy only backup</li>
<li>Partial backup</li>
<li>Back up databases and transaction logs</li>
<li>Manage database backups</li>
<li>Work with more advanced backup options</li>
</ul>
<p><strong>Module 7: Restoring SQL Server 2008 R2 Databases</strong></p>
<p>This module describes the restoration of databases.</p>
<p><strong>Lessons</strong><strong> </strong></p>
<ul>
<li>Understanding the Restore Process</li>
<li>Restoring Databases</li>
<li>Working with Point-in-time Recovery</li>
<li>Restoring System Databases and Individual Files</li>
</ul>
<p><strong>Lab : Restoring SQL Server 2008 R2 Databases</strong></p>
<ul>
<li>Determine a restore strategy</li>
<li>Restore the database</li>
<li>Using STANDBY mode</li>
<li>Understand the restore process</li>
<li>Restore databases</li>
<li>Work with Point-in-time Recovery</li>
<li>Restore system databases and individual files</li>
</ul>
<p><strong>Module 8: Importing and Exporting Data</strong></p>
<p>This module covers the use of the import/export wizards and explains how they relate to SSIS. Also introduces BCP.</p>
<p>Lessons</p>
<ul>
<li>Transferring Data To/From SQL Server 2008 R2</li>
<li>Importing &amp; Exporting Table Data</li>
<li>Inserting Data in Bulk</li>
</ul>
<p><strong>Lab : Importing and Exporting Data</strong></p>
<ul>
<li>Import the Excel spreadsheet</li>
<li>Import the CSV file</li>
<li>Create and test an extraction package</li>
<li>Compare loading performance</li>
<li>Transfer data to and from SQL Server</li>
<li>Import and export table data</li>
<li>Insert data in bulk and optimize the bulk insert process</li>
</ul>
<p><strong>Module 9: Authenticating and Authorizing Users</strong></p>
<p>This module covers SQL Server 2008 R2 security models, logins and users.</p>
<p>Lessons</p>
<ul>
<li>Authenticating Connections to SQL Server</li>
<li>Authorizing Logins to Access Databases</li>
<li>Authorization Across Servers</li>
</ul>
<p><strong>Lab : Authenticating and Authorizing Users</strong></p>
<ul>
<li><strong> </strong>Create Logins</li>
<li>Correct an Application Login Issue</li>
<li>Create Database Users</li>
<li>Correct Access to Restored Database</li>
<li>Describe how SQL Server authenticates connections</li>
<li>Describe how logins are authorized to access databases</li>
<li>Explain the requirements for authorization across servers</li>
</ul>
<p><strong>Module 10: Assigning Server and Database Roles</strong></p>
<p>This module covers fixed server roles, fixed database roles and user-defined database roles.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Working with Server Roles</li>
<li>Working with Fixed Database Roles</li>
<li>Creating User-defined Database Roles</li>
</ul>
<p><strong>Lab : Assigning Server and Database Roles</strong></p>
<ul>
<li>Assign Server Roles</li>
<li>Assign Fixed Database Roles</li>
<li>Create and Assign User-defined Database Roles</li>
<li>Check Role Assignments</li>
<li>Work with server roles</li>
<li>Work with fixed database roles</li>
<li>Create user-defined database roles</li>
</ul>
<p><strong>Module 11: Authorizing Users to Access Resources</strong></p>
<p>This module covers permissions and the assignment of permissions.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Authorizing User Access to Objects</li>
<li>Authorizing Users to Execute Code</li>
<li>Configuring Permissions at the Schema Level</li>
</ul>
<p><strong>Lab : Authorizing Users to Access Resources</strong></p>
<ul>
<li>Assign Schema-level Permissions</li>
<li>Assign Object-level Permissions</li>
<li>Test Permissions</li>
<li>Authorize user access to objects</li>
<li>Authorize users to execute code</li>
<li>Configure permissions at the schema level</li>
</ul>
<p><strong>Module 12: Auditing SQL Server Environments</strong></p>
<p>This module covers SQL Server Audit.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Options for Auditing Data Access in SQL Server</li>
<li>Implementing SQL Server Audit</li>
<li>Managing SQL Server Audit</li>
</ul>
<p><strong>Lab : Auditing SQL Server Environments</strong><strong> </strong></p>
<ul>
<li>Determine audit configuration and create auditCreate server audit specificationsCreate database audit specificationsTest audit functionality</li>
<li>Describe the options for auditing data access in SQL Server</li>
<li>Implement SQL Server Audit</li>
<li>Manage SQL Server Audit</li>
</ul>
<p><strong>Module 13: Automating SQL Server 2008 R2 Management</strong></p>
<p>This module covers SQL Server Agent, jobs and job history.</p>
<p>Lessons</p>
<ul>
<li>Automating SQL Server Management</li>
<li>Working with SQL Server Agent</li>
<li>Managing SQL Server Agent Jobs</li>
</ul>
<p><strong>Lab : Automating SQL Server 2008 R2 Management</strong><strong> </strong></p>
<ul>
<li>Create a Data Extraction Job</li>
<li>Schedule the Data Extraction Job</li>
<li>Troubleshoot a Failing Job</li>
<li>Automate SQL Server Management</li>
<li>Work with SQL Server Agent</li>
<li>Manage SQL Server Agent jobs</li>
</ul>
<p><strong>Module 14: Configuring Security for SQL Server Agent</strong></p>
<p>This module covers SQL Server agent security, proxy accounts and credentials.</p>
<p>Lessons</p>
<ul>
<li>Understanding SQL Server Agent Security</li>
<li>Configuring Credentials</li>
<li>Configuring Proxy Accounts</li>
</ul>
<p><strong>Lab : Configuring Security for SQL Server Agent</strong></p>
<ul>
<li>Troubleshoot job execution failure</li>
<li>Resolve the security issue</li>
<li>Perform further troubleshooting</li>
<li>Explain SQL Server Agent security</li>
<li>Configure credentials</li>
<li>Configure Proxy accounts</li>
</ul>
<p><strong>Module 15: Monitoring SQL Server 2008 R2 with Alerts and Notifications</strong></p>
<p><strong></strong>This module covers the configuration of database mail, alerts and notifications.</p>
<p><strong>Lessons</strong><strong> </strong></p>
<ul>
<li>Configuration of Database Mail</li>
<li>Monitoring SQL Server Errors</li>
<li>Configuring Operators, Alerts and Notifications</li>
</ul>
<p><strong>Lab : Monitoring SQL Agent Jobs with Alerts and Notifications</strong></p>
<ul>
<li>Configure Database Mail</li>
<li>Implement Notifications</li>
<li>Implement Alerts</li>
<li>Configure database mail</li>
<li>Monitor SQL Server errors</li>
<li>Configure operators, alerts and notifications</li>
</ul>
<p><strong>Module 16: Performing Ongoing Database Maintenance</strong></p>
<p>This module covers database maintenance plans.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Ensuring Database Integrity</li>
<li>Maintaining Indexes</li>
<li>Automating Routine Database Maintenance</li>
</ul>
<p><strong>Lab : Ongoing Database Maintenance</strong></p>
<ul>
<li>Check database integrity using DBCC CHECKDB</li>
<li>Correct index fragmentation</li>
<li>Create a database maintenance plan</li>
<li>Investigate table lock performance</li>
<li>Ensure database integrity</li>
<li>Maintain indexes</li>
<li>Automate routine database maintenance</li>
</ul>
<p><strong>Module 17: Tracing Access to SQL Server 2008 R2</strong></p>
<p><strong> </strong>This module covers SQL Profiler and SQL Trace stored procedures.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Capturing Activity using SQL Server Profiler</li>
<li>Improving Performance with the Database Engine Tuning Advisor</li>
<li>Working with Tracing Options</li>
</ul>
<p><strong>Lab : Tracing Access to SQL Server 2008 R2</strong></p>
<ul>
<li>Capture a trace using SQL Server Profiler</li>
<li>Analyze a trace using Database Engine Tuning Advisor</li>
<li>Configure SQL Trace</li>
<li>Capture activity using SQL Server Profiler</li>
<li>Improve performance with the Database Engine Tuning Advisor</li>
<li>Work with tracing options</li>
</ul>
<p><strong>Module 18: Monitoring SQL Server 2008 R2</strong></p>
<p>This module introduces DMVs and the configuration of data collection.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Monitoring Activity</li>
<li>Capturing and Managing Performance Data</li>
<li>Analyzing Collected Performance Data</li>
</ul>
<p><strong>Lab : Monitoring SQL Server 2008 R2</strong></p>
<ul>
<li>Investigating DMVs</li>
<li>Configure Management Data Warehouse</li>
<li>Configure Instances for Data Collection</li>
<li>Work with Data Collector Reports</li>
<li>Monitor current activity</li>
<li>Capture and manage performance data</li>
<li>Analyze collected performance data</li>
</ul>
<p><strong>Module 19: Managing Multiple Servers</strong></p>
<p>This module covers Central Management Servers and Multi-Server queries, Virtualization of SQL Server and Data-Tier Applications.</p>
<p><strong>Lessons</strong></p>
<ul>
<li>Working with Multiple Servers</li>
<li>Virtualizing SQL Server</li>
<li>Deploying and Upgrading Data-Tier Applications</li>
</ul>
<p><strong>Lab : Managing Multiple Servers</strong></p>
<ul>
<li>Configure CMS and execute multi-server queries</li>
<li>Deploy a data-tier application</li>
<li>Register and extract a data-tier application</li>
<li>Upgrade a data-tier application</li>
<li>Work with multiple servers</li>
<li>Describe options for virtualizing SQL Server</li>
<li>Deploy and upgrade Data-Tier Applications</li>
</ul>
<p><strong>Module 20: Troubleshooting Common SQL Server 2008 R2 Administrative Issues</strong></p>
<p>This module covers common issues that require troubleshooting and gives guidance on where to start looking for solutions.</p>
<p>Lessons</p>
<ul>
<li>SQL Server Troubleshooting Methodology</li>
<li>Resolving Service-related Issues</li>
<li>Resolving Concurrency Issues</li>
<li>Resolving Login and Connectivity Issues</li>
</ul>
<p><strong>Lab : Troubleshooting Common Issues</strong><strong> </strong></p>
<ul>
<li>Troubleshoot and resolve SQL Server administrative issues</li>
<li>Explain SQL Server troubleshooting methodology</li>
<li>Resolve service-related issues</li>
<li>Resolve concurrency issues</li>
<li>Resolve login and connectivity issues</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/maintaining-a-microsoft-sql-server-2008-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Business Intelligence Boot Camp</title>
		<link>http://statslice.com/microsoft-business-intelligence-boot-camp</link>
		<comments>http://statslice.com/microsoft-business-intelligence-boot-camp#comments</comments>
		<pubDate>Sun, 25 Sep 2011 01:58:31 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[registration]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=555</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_8' ><a name='gf_8' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_8' id='gform_8'  action='/feed#gf_8'>
                        <div class='gform_heading'>
                            <span class='gform_description'>Signing up for this event is a snap! We just need a few pieces of information.</span>
                        </div>
                        <div id='gf_progressbar_wrapper_8' class='gf_progressbar_wrapper'>
                            <h3 class='gf_progressbar_title'>Step 1 of 2</h3>
                            <div class='gf_progressbar'>
                                <div class='gf_progressbar_percentage percentbar_blue' style='width:50%;'><span>50%</span></div>
                            </div>
                        </div>
                        <div class='gform_body'><div id='gform_page_8_1' class='gform_page' >
                                    <div class='gform_page_fields'>
                            <ul id='gform_fields_8' class='gform_fields top_label description_below'><li id='field_8_1' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_8_1_3'>Name<span class='gfield_required'>*</span></label><div class='ginput_complex ginput_container' id='input_8_1'><span id='input_8_1_3_container' class='ginput_left'><input type='text' name='input_1.3' id='input_8_1_3' value='' tabindex='1' /><label for='input_8_1_3'>First</label></span><span id='input_8_1_6_container' class='ginput_right'><input type='text' name='input_1.6' id='input_8_1_6' value='' tabindex='2' /><label for='input_8_1_6'>Last</label></span></div></li><li id='field_8_7' class='gfield' ><label class='gfield_label' for='input_8_7'>Role</label><div class='ginput_container'><select name='input_7' id='input_8_7'  class='medium gfield_select' tabindex='3' ><option value='Manager' >Manager</option><option value='Director' >Director</option><option value='Developer' >Developer</option></select></div></li><li id='field_8_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_8_2'>Email<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_8_2' type='text' value='' class='medium'  tabindex='4'  /></div></li><li id='field_8_8' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_8_8'>Phone<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_8' id='input_8_8' type='text' value='' class='medium' tabindex='5' /></div></li><li id='field_8_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_8_3'>Company Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_3' id='input_8_3' type='text' value='' class='medium'  tabindex='6'  /></div></li><li id='field_8_4' class='gfield' ><label class='gfield_label' for='input_8_4'>Company Website</label><div class='ginput_container'><input name='input_4' id='input_8_4' type='text' value='http://' class='medium'  tabindex='7'  /></div></li></ul>
                    </div>
                    <div class='gform_page_footer'>
                         <input type='button' id='gform_next_button_8_5' class='button gform_next_button' value='Next' tabindex='8' onclick='jQuery("#gform_target_page_number_8").val("2"); jQuery("#gform_8").trigger("submit",[true]); '/>
                    </div>
                </div>
                <div id='gform_page_8_2' class='gform_page' style='display:none;'>
                    <div class='gform_page_fields'>
                        <ul class='gform_fields top_label'><li id='field_8_6' class='gfield           gfield_price gfield_price_8_6 gfield_product_8_6    gfield_contains_required' ><label class='gfield_label' for='input_8_6'>Number of attendees<span class='gfield_required'>*</span></label><div class='ginput_container'><select name='input_6' id='input_8_6'  class='medium gfield_select' tabindex='9' ><option value='1 Attendee|1200' >1 Attendee</option><option value='2 Attendees|2400' >2 Attendees</option><option value='3 Attendees|3600' >3 Attendees</option><option value='4 Attendees|4800' >4 Attendees</option></select></div><div class='gfield_description'>Email us for group pricing if you are registering more than 4 people.</div></li><li id='field_8_9' class='gfield' ><label class='gfield_label' for='input_8_9'>Total Cost</label><div class='ginput_container'><span class='ginput_total ginput_total_8'>$0.00</span><input type='hidden' name='input_9' id='input_8_9' class='gform_hidden'/></div></li>
                            </ul></div>
        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_8' class='button gform_previous_button' value='Previous' tabindex='10' /> <input type='submit' id='gform_submit_button_8' class='button gform_button' value='Submit' tabindex='11' /><input type='hidden' name='gform_ajax' value='form_id=8&amp;title=&amp;description=1' />
            <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='8' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='4fb875bd23728' />
            <input type='hidden' class='gform_hidden' name='state_8' value='YToyOntpOjA7czoxOTI6ImE6MTp7aTo2O2E6NDp7aTowO3M6MzI6IjlkYWU1Nzg4ODY0MGRjMmY5ZGEzOTcwYTk3ZWZhMWNhIjtpOjE7czozMjoiZjc2NWEyNDg4NjQ5OWU3NjE1ZDNlNTc5ZDY1YzM3MjYiO2k6MjtzOjMyOiI1YmY3YjE3MDgxNGY1YjY0YzlhZTRmMDgwZjE4NGE3YyI7aTozO3M6MzI6IjViOTg0ZDJjNjljZDllZDIyN2YxNGVkMGUxMTEyMjNmIjt9fSI7aToxO3M6MzI6IjQ0MGVmOWEwY2NjZTFiMTJhOTk5OWJmNjgwOTkyY2U2Ijt9' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='2' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                            </div></div>
                </form>
                </div><script type='text/javascript'>//<![CDATA[
 if(window["gformInitPriceFields"]) jQuery(document).ready(function(){gformInitPriceFields();}); window['gf_currency_config'] = {"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2}; 
//]]&gt;</script>
                <iframe style='display:none;width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8'></iframe>
                <script type='text/javascript'>//<![CDATA[
function gformInitSpinner(){jQuery('#gform_8').submit(function(){jQuery('#gform_submit_button_8').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_8"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');jQuery('#gform_wrapper_8 .gform_previous_button').attr('disabled', true); jQuery('#gform_wrapper_8 .gform_next_button').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_8"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');});}jQuery(document).ready(function($){gformInitSpinner();jQuery('#gform_ajax_frame_8').load( function(){var form_content = jQuery(this).contents().find('#gform_wrapper_8');var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message');jQuery('#gform_submit_button_8').removeAttr('disabled');if(form_content.length > 0){jQuery('#gform_wrapper_8').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_8').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner();jQuery(document).trigger('gform_page_loaded', [8, current_page]);}else if(confirmation_content.length > 0){setTimeout(function(){jQuery('#gform_wrapper_8').replaceWith('<' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_8\'' + '>' + confirmation_content.html() + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [8]);}, 50);}else{jQuery('#gform_8').append(jQuery(this).contents().find('*').html());if(window['gformRedirect']) gformRedirect();}jQuery(document).trigger('gform_post_render', [8, current_page]);});});
//]]&gt;</script>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/microsoft-business-intelligence-boot-camp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6231 Maintaining a Microsoft SQL Server 2008 Database</title>
		<link>http://statslice.com/6231-maintaining-a-microsoft-sql-server-2008-database</link>
		<comments>http://statslice.com/6231-maintaining-a-microsoft-sql-server-2008-database#comments</comments>
		<pubDate>Sun, 25 Sep 2011 01:56:34 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[registration]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=553</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_7' ><a name='gf_7' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_7' id='gform_7'  action='/feed#gf_7'>
                        <div class='gform_heading'>
                            <span class='gform_description'>Signing up for this event is a snap! We just need a few pieces of information.</span>
                        </div>
                        <div id='gf_progressbar_wrapper_7' class='gf_progressbar_wrapper'>
                            <h3 class='gf_progressbar_title'>Step 1 of 2</h3>
                            <div class='gf_progressbar'>
                                <div class='gf_progressbar_percentage percentbar_blue' style='width:50%;'><span>50%</span></div>
                            </div>
                        </div>
                        <div class='gform_body'><div id='gform_page_7_1' class='gform_page' >
                                    <div class='gform_page_fields'>
                            <ul id='gform_fields_7' class='gform_fields top_label description_below'><li id='field_7_1' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_7_1_3'>Name<span class='gfield_required'>*</span></label><div class='ginput_complex ginput_container' id='input_7_1'><span id='input_7_1_3_container' class='ginput_left'><input type='text' name='input_1.3' id='input_7_1_3' value='' tabindex='1' /><label for='input_7_1_3'>First</label></span><span id='input_7_1_6_container' class='ginput_right'><input type='text' name='input_1.6' id='input_7_1_6' value='' tabindex='2' /><label for='input_7_1_6'>Last</label></span></div></li><li id='field_7_7' class='gfield' ><label class='gfield_label' for='input_7_7'>Role</label><div class='ginput_container'><select name='input_7' id='input_7_7'  class='medium gfield_select' tabindex='3' ><option value='Manager' >Manager</option><option value='Director' >Director</option><option value='Developer' >Developer</option></select></div></li><li id='field_7_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_7_2'>Email<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_7_2' type='text' value='' class='medium'  tabindex='4'  /></div></li><li id='field_7_8' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_7_8'>Phone<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_8' id='input_7_8' type='text' value='' class='medium' tabindex='5' /></div></li><li id='field_7_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_7_3'>Company Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_3' id='input_7_3' type='text' value='' class='medium'  tabindex='6'  /></div></li><li id='field_7_4' class='gfield' ><label class='gfield_label' for='input_7_4'>Company Website</label><div class='ginput_container'><input name='input_4' id='input_7_4' type='text' value='http://' class='medium'  tabindex='7'  /></div></li></ul>
                    </div>
                    <div class='gform_page_footer'>
                         <input type='button' id='gform_next_button_7_5' class='button gform_next_button' value='Next' tabindex='8' onclick='jQuery("#gform_target_page_number_7").val("2"); jQuery("#gform_7").trigger("submit",[true]); '/>
                    </div>
                </div>
                <div id='gform_page_7_2' class='gform_page' style='display:none;'>
                    <div class='gform_page_fields'>
                        <ul class='gform_fields top_label'><li id='field_7_6' class='gfield           gfield_price gfield_price_7_6 gfield_product_7_6    gfield_contains_required' ><label class='gfield_label' for='input_7_6'>Number of attendees<span class='gfield_required'>*</span></label><div class='ginput_container'><select name='input_6' id='input_7_6'  class='medium gfield_select' tabindex='9' ><option value='1 Attendee|1200' >1 Attendee</option><option value='2 Attendees|2400' >2 Attendees</option><option value='3 Attendees|3600' >3 Attendees</option><option value='4 Attendees|4800' >4 Attendees</option></select></div><div class='gfield_description'>Email us for group pricing if you are registering more than 4 people.</div></li><li id='field_7_9' class='gfield' ><label class='gfield_label' for='input_7_9'>Total Cost</label><div class='ginput_container'><span class='ginput_total ginput_total_7'>$0.00</span><input type='hidden' name='input_9' id='input_7_9' class='gform_hidden'/></div></li>
                            </ul></div>
        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_7' class='button gform_previous_button' value='Previous' tabindex='10' /> <input type='submit' id='gform_submit_button_7' class='button gform_button' value='Submit' tabindex='11' /><input type='hidden' name='gform_ajax' value='form_id=7&amp;title=&amp;description=1' />
            <input type='hidden' class='gform_hidden' name='is_submit_7' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='7' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='4fb875bd29c12' />
            <input type='hidden' class='gform_hidden' name='state_7' value='YToyOntpOjA7czoxOTI6ImE6MTp7aTo2O2E6NDp7aTowO3M6MzI6IjlkYWU1Nzg4ODY0MGRjMmY5ZGEzOTcwYTk3ZWZhMWNhIjtpOjE7czozMjoiZjc2NWEyNDg4NjQ5OWU3NjE1ZDNlNTc5ZDY1YzM3MjYiO2k6MjtzOjMyOiI1YmY3YjE3MDgxNGY1YjY0YzlhZTRmMDgwZjE4NGE3YyI7aTozO3M6MzI6IjViOTg0ZDJjNjljZDllZDIyN2YxNGVkMGUxMTEyMjNmIjt9fSI7aToxO3M6MzI6IjQ0MGVmOWEwY2NjZTFiMTJhOTk5OWJmNjgwOTkyY2U2Ijt9' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_7' id='gform_target_page_number_7' value='2' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_7' id='gform_source_page_number_7' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                            </div></div>
                </form>
                </div><script type='text/javascript'>//<![CDATA[
 if(window["gformInitPriceFields"]) jQuery(document).ready(function(){gformInitPriceFields();}); window['gf_currency_config'] = {"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2}; 
//]]&gt;</script>
                <iframe style='display:none;width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_7' id='gform_ajax_frame_7'></iframe>
                <script type='text/javascript'>//<![CDATA[
function gformInitSpinner(){jQuery('#gform_7').submit(function(){jQuery('#gform_submit_button_7').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_7"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');jQuery('#gform_wrapper_7 .gform_previous_button').attr('disabled', true); jQuery('#gform_wrapper_7 .gform_next_button').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_7"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');});}jQuery(document).ready(function($){gformInitSpinner();jQuery('#gform_ajax_frame_7').load( function(){var form_content = jQuery(this).contents().find('#gform_wrapper_7');var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message');jQuery('#gform_submit_button_7').removeAttr('disabled');if(form_content.length > 0){jQuery('#gform_wrapper_7').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_7').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_7').val();gformInitSpinner();jQuery(document).trigger('gform_page_loaded', [7, current_page]);}else if(confirmation_content.length > 0){setTimeout(function(){jQuery('#gform_wrapper_7').replaceWith('<' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_7\'' + '>' + confirmation_content.html() + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [7]);}, 50);}else{jQuery('#gform_7').append(jQuery(this).contents().find('*').html());if(window['gformRedirect']) gformRedirect();}jQuery(document).trigger('gform_post_render', [7, current_page]);});});
//]]&gt;</script>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/6231-maintaining-a-microsoft-sql-server-2008-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2778 Writing Queries Using Microsoft SQL Server 2008 Transact-SQL</title>
		<link>http://statslice.com/2778-writing-queries-using-microsoft-sql-server-2008-transact-sql</link>
		<comments>http://statslice.com/2778-writing-queries-using-microsoft-sql-server-2008-transact-sql#comments</comments>
		<pubDate>Sun, 25 Sep 2011 01:32:35 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[registration]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=548</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_6' ><a name='gf_6' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_6' id='gform_6'  action='/feed#gf_6'>
                        <div class='gform_heading'>
                            <span class='gform_description'>Signing up for this event is a snap! We just need a few pieces of information.</span>
                        </div>
                        <div id='gf_progressbar_wrapper_6' class='gf_progressbar_wrapper'>
                            <h3 class='gf_progressbar_title'>Step 1 of 2</h3>
                            <div class='gf_progressbar'>
                                <div class='gf_progressbar_percentage percentbar_blue' style='width:50%;'><span>50%</span></div>
                            </div>
                        </div>
                        <div class='gform_body'><div id='gform_page_6_1' class='gform_page' >
                                    <div class='gform_page_fields'>
                            <ul id='gform_fields_6' class='gform_fields top_label description_below'><li id='field_6_1' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_1_3'>Name<span class='gfield_required'>*</span></label><div class='ginput_complex ginput_container' id='input_6_1'><span id='input_6_1_3_container' class='ginput_left'><input type='text' name='input_1.3' id='input_6_1_3' value='' tabindex='1' /><label for='input_6_1_3'>First</label></span><span id='input_6_1_6_container' class='ginput_right'><input type='text' name='input_1.6' id='input_6_1_6' value='' tabindex='2' /><label for='input_6_1_6'>Last</label></span></div></li><li id='field_6_7' class='gfield' ><label class='gfield_label' for='input_6_7'>Role</label><div class='ginput_container'><select name='input_7' id='input_6_7'  class='medium gfield_select' tabindex='3' ><option value='Manager' >Manager</option><option value='Director' >Director</option><option value='Developer' >Developer</option></select></div></li><li id='field_6_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_2'>Email<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_6_2' type='text' value='' class='medium'  tabindex='4'  /></div></li><li id='field_6_8' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_8'>Phone<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_8' id='input_6_8' type='text' value='' class='medium' tabindex='5' /></div></li><li id='field_6_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_3'>Company Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_3' id='input_6_3' type='text' value='' class='medium'  tabindex='6'  /></div></li><li id='field_6_4' class='gfield' ><label class='gfield_label' for='input_6_4'>Company Website</label><div class='ginput_container'><input name='input_4' id='input_6_4' type='text' value='http://' class='medium'  tabindex='7'  /></div></li></ul>
                    </div>
                    <div class='gform_page_footer'>
                         <input type='button' id='gform_next_button_6_5' class='button gform_next_button' value='Next' tabindex='8' onclick='jQuery("#gform_target_page_number_6").val("2"); jQuery("#gform_6").trigger("submit",[true]); '/>
                    </div>
                </div>
                <div id='gform_page_6_2' class='gform_page' style='display:none;'>
                    <div class='gform_page_fields'>
                        <ul class='gform_fields top_label'><li id='field_6_6' class='gfield           gfield_price gfield_price_6_6 gfield_product_6_6    gfield_contains_required' ><label class='gfield_label' for='input_6_6'>Number of attendees<span class='gfield_required'>*</span></label><div class='ginput_container'><select name='input_6' id='input_6_6'  class='medium gfield_select' tabindex='9' ><option value='1 Attendee|1200' >1 Attendee</option><option value='2 Attendees|2400' >2 Attendees</option><option value='3 Attendees|3600' >3 Attendees</option><option value='4 Attendees|4800' >4 Attendees</option></select></div><div class='gfield_description'>Email us for group pricing if you are registering more than 4 people.</div></li><li id='field_6_9' class='gfield' ><label class='gfield_label' for='input_6_9'>Total Cost</label><div class='ginput_container'><span class='ginput_total ginput_total_6'>$0.00</span><input type='hidden' name='input_9' id='input_6_9' class='gform_hidden'/></div></li>
                            </ul></div>
        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_6' class='button gform_previous_button' value='Previous' tabindex='10' /> <input type='submit' id='gform_submit_button_6' class='button gform_button' value='Submit' tabindex='11' /><input type='hidden' name='gform_ajax' value='form_id=6&amp;title=&amp;description=1' />
            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='4fb875bd2ffe7' />
            <input type='hidden' class='gform_hidden' name='state_6' value='YToyOntpOjA7czoxOTI6ImE6MTp7aTo2O2E6NDp7aTowO3M6MzI6IjlkYWU1Nzg4ODY0MGRjMmY5ZGEzOTcwYTk3ZWZhMWNhIjtpOjE7czozMjoiZjc2NWEyNDg4NjQ5OWU3NjE1ZDNlNTc5ZDY1YzM3MjYiO2k6MjtzOjMyOiI1YmY3YjE3MDgxNGY1YjY0YzlhZTRmMDgwZjE4NGE3YyI7aTozO3M6MzI6IjViOTg0ZDJjNjljZDllZDIyN2YxNGVkMGUxMTEyMjNmIjt9fSI7aToxO3M6MzI6IjQ0MGVmOWEwY2NjZTFiMTJhOTk5OWJmNjgwOTkyY2U2Ijt9' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='2' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                            </div></div>
                </form>
                </div><script type='text/javascript'>//<![CDATA[
 if(window["gformInitPriceFields"]) jQuery(document).ready(function(){gformInitPriceFields();}); window['gf_currency_config'] = {"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2}; 
//]]&gt;</script>
                <iframe style='display:none;width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_6' id='gform_ajax_frame_6'></iframe>
                <script type='text/javascript'>//<![CDATA[
function gformInitSpinner(){jQuery('#gform_6').submit(function(){jQuery('#gform_submit_button_6').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_6"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');jQuery('#gform_wrapper_6 .gform_previous_button').attr('disabled', true); jQuery('#gform_wrapper_6 .gform_next_button').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_6"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');});}jQuery(document).ready(function($){gformInitSpinner();jQuery('#gform_ajax_frame_6').load( function(){var form_content = jQuery(this).contents().find('#gform_wrapper_6');var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message');jQuery('#gform_submit_button_6').removeAttr('disabled');if(form_content.length > 0){jQuery('#gform_wrapper_6').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner();jQuery(document).trigger('gform_page_loaded', [6, current_page]);}else if(confirmation_content.length > 0){setTimeout(function(){jQuery('#gform_wrapper_6').replaceWith('<' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_6\'' + '>' + confirmation_content.html() + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [6]);}, 50);}else{jQuery('#gform_6').append(jQuery(this).contents().find('*').html());if(window['gformRedirect']) gformRedirect();}jQuery(document).trigger('gform_post_render', [6, current_page]);});});
//]]&gt;</script>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/2778-writing-queries-using-microsoft-sql-server-2008-transact-sql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2778 Writing Queries Using Microsoft SQL Server 2008 Transact-SQL</title>
		<link>http://statslice.com/register-for-writing-queries-using-microsoft-sql-server-2008-transact-sql</link>
		<comments>http://statslice.com/register-for-writing-queries-using-microsoft-sql-server-2008-transact-sql#comments</comments>
		<pubDate>Sat, 24 Sep 2011 04:33:39 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[registration]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=507</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_6' ><a name='gf_6' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_6' id='gform_6'  action='/feed#gf_6'>
                        <div class='gform_heading'>
                            <span class='gform_description'>Signing up for this event is a snap! We just need a few pieces of information.</span>
                        </div>
                        <div id='gf_progressbar_wrapper_6' class='gf_progressbar_wrapper'>
                            <h3 class='gf_progressbar_title'>Step 1 of 2</h3>
                            <div class='gf_progressbar'>
                                <div class='gf_progressbar_percentage percentbar_blue' style='width:50%;'><span>50%</span></div>
                            </div>
                        </div>
                        <div class='gform_body'><div id='gform_page_6_1' class='gform_page' >
                                    <div class='gform_page_fields'>
                            <ul id='gform_fields_6' class='gform_fields top_label description_below'><li id='field_6_1' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_1_3'>Name<span class='gfield_required'>*</span></label><div class='ginput_complex ginput_container' id='input_6_1'><span id='input_6_1_3_container' class='ginput_left'><input type='text' name='input_1.3' id='input_6_1_3' value='' tabindex='1' /><label for='input_6_1_3'>First</label></span><span id='input_6_1_6_container' class='ginput_right'><input type='text' name='input_1.6' id='input_6_1_6' value='' tabindex='2' /><label for='input_6_1_6'>Last</label></span></div></li><li id='field_6_7' class='gfield' ><label class='gfield_label' for='input_6_7'>Role</label><div class='ginput_container'><select name='input_7' id='input_6_7'  class='medium gfield_select' tabindex='3' ><option value='Manager' >Manager</option><option value='Director' >Director</option><option value='Developer' >Developer</option></select></div></li><li id='field_6_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_2'>Email<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_6_2' type='text' value='' class='medium'  tabindex='4'  /></div></li><li id='field_6_8' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_8'>Phone<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_8' id='input_6_8' type='text' value='' class='medium' tabindex='5' /></div></li><li id='field_6_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_6_3'>Company Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_3' id='input_6_3' type='text' value='' class='medium'  tabindex='6'  /></div></li><li id='field_6_4' class='gfield' ><label class='gfield_label' for='input_6_4'>Company Website</label><div class='ginput_container'><input name='input_4' id='input_6_4' type='text' value='http://' class='medium'  tabindex='7'  /></div></li></ul>
                    </div>
                    <div class='gform_page_footer'>
                         <input type='button' id='gform_next_button_6_5' class='button gform_next_button' value='Next' tabindex='8' onclick='jQuery("#gform_target_page_number_6").val("2"); jQuery("#gform_6").trigger("submit",[true]); '/>
                    </div>
                </div>
                <div id='gform_page_6_2' class='gform_page' style='display:none;'>
                    <div class='gform_page_fields'>
                        <ul class='gform_fields top_label'><li id='field_6_6' class='gfield           gfield_price gfield_price_6_6 gfield_product_6_6    gfield_contains_required' ><label class='gfield_label' for='input_6_6'>Number of attendees<span class='gfield_required'>*</span></label><div class='ginput_container'><select name='input_6' id='input_6_6'  class='medium gfield_select' tabindex='9' ><option value='1 Attendee|1200' >1 Attendee</option><option value='2 Attendees|2400' >2 Attendees</option><option value='3 Attendees|3600' >3 Attendees</option><option value='4 Attendees|4800' >4 Attendees</option></select></div><div class='gfield_description'>Email us for group pricing if you are registering more than 4 people.</div></li><li id='field_6_9' class='gfield' ><label class='gfield_label' for='input_6_9'>Total Cost</label><div class='ginput_container'><span class='ginput_total ginput_total_6'>$0.00</span><input type='hidden' name='input_9' id='input_6_9' class='gform_hidden'/></div></li>
                            </ul></div>
        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_6' class='button gform_previous_button' value='Previous' tabindex='10' /> <input type='submit' id='gform_submit_button_6' class='button gform_button' value='Submit' tabindex='11' /><input type='hidden' name='gform_ajax' value='form_id=6&amp;title=&amp;description=1' />
            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='4fb875bd361a8' />
            <input type='hidden' class='gform_hidden' name='state_6' value='YToyOntpOjA7czoxOTI6ImE6MTp7aTo2O2E6NDp7aTowO3M6MzI6IjlkYWU1Nzg4ODY0MGRjMmY5ZGEzOTcwYTk3ZWZhMWNhIjtpOjE7czozMjoiZjc2NWEyNDg4NjQ5OWU3NjE1ZDNlNTc5ZDY1YzM3MjYiO2k6MjtzOjMyOiI1YmY3YjE3MDgxNGY1YjY0YzlhZTRmMDgwZjE4NGE3YyI7aTozO3M6MzI6IjViOTg0ZDJjNjljZDllZDIyN2YxNGVkMGUxMTEyMjNmIjt9fSI7aToxO3M6MzI6IjQ0MGVmOWEwY2NjZTFiMTJhOTk5OWJmNjgwOTkyY2U2Ijt9' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='2' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                            </div></div>
                </form>
                </div><script type='text/javascript'>//<![CDATA[
 if(window["gformInitPriceFields"]) jQuery(document).ready(function(){gformInitPriceFields();}); window['gf_currency_config'] = {"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2}; 
//]]&gt;</script>
                <iframe style='display:none;width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_6' id='gform_ajax_frame_6'></iframe>
                <script type='text/javascript'>//<![CDATA[
function gformInitSpinner(){jQuery('#gform_6').submit(function(){jQuery('#gform_submit_button_6').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_6"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');jQuery('#gform_wrapper_6 .gform_previous_button').attr('disabled', true); jQuery('#gform_wrapper_6 .gform_next_button').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_6"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');});}jQuery(document).ready(function($){gformInitSpinner();jQuery('#gform_ajax_frame_6').load( function(){var form_content = jQuery(this).contents().find('#gform_wrapper_6');var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message');jQuery('#gform_submit_button_6').removeAttr('disabled');if(form_content.length > 0){jQuery('#gform_wrapper_6').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner();jQuery(document).trigger('gform_page_loaded', [6, current_page]);}else if(confirmation_content.length > 0){setTimeout(function(){jQuery('#gform_wrapper_6').replaceWith('<' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_6\'' + '>' + confirmation_content.html() + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [6]);}, 50);}else{jQuery('#gform_6').append(jQuery(this).contents().find('*').html());if(window['gformRedirect']) gformRedirect();}jQuery(document).trigger('gform_post_render', [6, current_page]);});});
//]]&gt;</script>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/register-for-writing-queries-using-microsoft-sql-server-2008-transact-sql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6234 Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services</title>
		<link>http://statslice.com/register-for-implementing-and-maintaining-microsoft-sql-server-2008-analysis-services</link>
		<comments>http://statslice.com/register-for-implementing-and-maintaining-microsoft-sql-server-2008-analysis-services#comments</comments>
		<pubDate>Sat, 24 Sep 2011 03:03:21 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[registration]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=499</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_5' ><a name='gf_5' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_5' id='gform_5'  action='/feed#gf_5'>
                        <div class='gform_heading'>
                            <span class='gform_description'>Signing up for this event is a snap! We just need a few pieces of information.</span>
                        </div>
                        <div id='gf_progressbar_wrapper_5' class='gf_progressbar_wrapper'>
                            <h3 class='gf_progressbar_title'>Step 1 of 2</h3>
                            <div class='gf_progressbar'>
                                <div class='gf_progressbar_percentage percentbar_blue' style='width:50%;'><span>50%</span></div>
                            </div>
                        </div>
                        <div class='gform_body'><div id='gform_page_5_1' class='gform_page' >
                                    <div class='gform_page_fields'>
                            <ul id='gform_fields_5' class='gform_fields top_label description_below'><li id='field_5_1' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_5_1_3'>Name<span class='gfield_required'>*</span></label><div class='ginput_complex ginput_container' id='input_5_1'><span id='input_5_1_3_container' class='ginput_left'><input type='text' name='input_1.3' id='input_5_1_3' value='' tabindex='1' /><label for='input_5_1_3'>First</label></span><span id='input_5_1_6_container' class='ginput_right'><input type='text' name='input_1.6' id='input_5_1_6' value='' tabindex='2' /><label for='input_5_1_6'>Last</label></span></div></li><li id='field_5_7' class='gfield' ><label class='gfield_label' for='input_5_7'>Role</label><div class='ginput_container'><select name='input_7' id='input_5_7'  class='medium gfield_select' tabindex='3' ><option value='Manager' >Manager</option><option value='Director' >Director</option><option value='Developer' >Developer</option></select></div></li><li id='field_5_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_5_2'>Email<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_5_2' type='text' value='' class='medium'  tabindex='4'  /></div></li><li id='field_5_8' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_5_8'>Phone<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_8' id='input_5_8' type='text' value='' class='medium' tabindex='5' /></div></li><li id='field_5_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_5_3'>Company Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_3' id='input_5_3' type='text' value='' class='medium'  tabindex='6'  /></div></li><li id='field_5_4' class='gfield' ><label class='gfield_label' for='input_5_4'>Company Website</label><div class='ginput_container'><input name='input_4' id='input_5_4' type='text' value='http://' class='medium'  tabindex='7'  /></div></li></ul>
                    </div>
                    <div class='gform_page_footer'>
                         <input type='button' id='gform_next_button_5_5' class='button gform_next_button' value='Next' tabindex='8' onclick='jQuery("#gform_target_page_number_5").val("2"); jQuery("#gform_5").trigger("submit",[true]); '/>
                    </div>
                </div>
                <div id='gform_page_5_2' class='gform_page' style='display:none;'>
                    <div class='gform_page_fields'>
                        <ul class='gform_fields top_label'><li id='field_5_6' class='gfield           gfield_price gfield_price_5_6 gfield_product_5_6    gfield_contains_required' ><label class='gfield_label' for='input_5_6'>Number of attendees<span class='gfield_required'>*</span></label><div class='ginput_container'><select name='input_6' id='input_5_6'  class='medium gfield_select' tabindex='9' ><option value='1 Attendee|1200' >1 Attendee</option><option value='2 Attendees|2400' >2 Attendees</option><option value='3 Attendees|3600' >3 Attendees</option><option value='4 Attendees|4800' >4 Attendees</option></select></div><div class='gfield_description'>Email us for group pricing if you are registering more than 4 people.</div></li><li id='field_5_9' class='gfield' ><label class='gfield_label' for='input_5_9'>Total Cost</label><div class='ginput_container'><span class='ginput_total ginput_total_5'>$0.00</span><input type='hidden' name='input_9' id='input_5_9' class='gform_hidden'/></div></li>
                            </ul></div>
        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_5' class='button gform_previous_button' value='Previous' tabindex='10' /> <input type='submit' id='gform_submit_button_5' class='button gform_button' value='Submit' tabindex='11' /><input type='hidden' name='gform_ajax' value='form_id=5&amp;title=&amp;description=1' />
            <input type='hidden' class='gform_hidden' name='is_submit_5' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='5' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='4fb875bd3c455' />
            <input type='hidden' class='gform_hidden' name='state_5' value='YToyOntpOjA7czoxOTI6ImE6MTp7aTo2O2E6NDp7aTowO3M6MzI6IjlkYWU1Nzg4ODY0MGRjMmY5ZGEzOTcwYTk3ZWZhMWNhIjtpOjE7czozMjoiZjc2NWEyNDg4NjQ5OWU3NjE1ZDNlNTc5ZDY1YzM3MjYiO2k6MjtzOjMyOiI1YmY3YjE3MDgxNGY1YjY0YzlhZTRmMDgwZjE4NGE3YyI7aTozO3M6MzI6IjViOTg0ZDJjNjljZDllZDIyN2YxNGVkMGUxMTEyMjNmIjt9fSI7aToxO3M6MzI6IjQ0MGVmOWEwY2NjZTFiMTJhOTk5OWJmNjgwOTkyY2U2Ijt9' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_5' id='gform_target_page_number_5' value='2' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_5' id='gform_source_page_number_5' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                            </div></div>
                </form>
                </div><script type='text/javascript'>//<![CDATA[
 if(window["gformInitPriceFields"]) jQuery(document).ready(function(){gformInitPriceFields();}); window['gf_currency_config'] = {"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2}; 
//]]&gt;</script>
                <iframe style='display:none;width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_5' id='gform_ajax_frame_5'></iframe>
                <script type='text/javascript'>//<![CDATA[
function gformInitSpinner(){jQuery('#gform_5').submit(function(){jQuery('#gform_submit_button_5').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_5"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');jQuery('#gform_wrapper_5 .gform_previous_button').attr('disabled', true); jQuery('#gform_wrapper_5 .gform_next_button').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_5"  class="gform_ajax_spinner" src="http://statslice.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');});}jQuery(document).ready(function($){gformInitSpinner();jQuery('#gform_ajax_frame_5').load( function(){var form_content = jQuery(this).contents().find('#gform_wrapper_5');var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message');jQuery('#gform_submit_button_5').removeAttr('disabled');if(form_content.length > 0){jQuery('#gform_wrapper_5').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_5').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_5').val();gformInitSpinner();jQuery(document).trigger('gform_page_loaded', [5, current_page]);}else if(confirmation_content.length > 0){setTimeout(function(){jQuery('#gform_wrapper_5').replaceWith('<' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_5\'' + '>' + confirmation_content.html() + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [5]);}, 50);}else{jQuery('#gform_5').append(jQuery(this).contents().find('*').html());if(window['gformRedirect']) gformRedirect();}jQuery(document).trigger('gform_post_render', [5, current_page]);});});
//]]&gt;</script>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/register-for-implementing-and-maintaining-microsoft-sql-server-2008-analysis-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StatSlice Partners with XLCubed</title>
		<link>http://statslice.com/statslice-partners-with-xlcubed</link>
		<comments>http://statslice.com/statslice-partners-with-xlcubed#comments</comments>
		<pubDate>Thu, 07 Apr 2011 15:59:11 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=402</guid>
		<description><![CDATA[StatSlice partners with XLCubed to provide customers with powerful data analysis and reporting capabilities.]]></description>
			<content:encoded><![CDATA[<p>March 25, 2011 – StatSlice announces a new partnership with XLCubed to provide consulting, training and implementation services on the XLCubed product set.</p>
<p><img class="alignnone size-full wp-image-404" title="XLCubed Logo" src="http://statslice.com/wp-content/uploads/2011/04/xlCubed-Logo-Resized.jpg" alt="" width="195" height="91" /></p>
<p><span id="more-402"></span></p>
<p>With extensive experience building data warehouse and business intelligence assets for a wide range of companies and industries, StatSlice consultants will provide customers with powerful views of their company data, leading to improved efficiencies and insights in day-to-day and strategic decision-making.  XLCubed offers a sophisticated set of data visualization and analysis functionality which can be exploited with the optimal data warehouse and business intelligence system designs that StatSlice has built its reputation on.</p>
<p>Founding StatSlice partner Jared Decker commented: “XLCubed is a compelling offering for companies wishing to provide a reporting and analysis solution which builds extensively on both Excel’s native capabilities and user knowledge while providing a mechanism for disseminating views of data, created in Excel or otherwise, to the rest of the organization via a web-based, zero footprint platform.  We are pleased to provide our customers with this unique business functionality, implemented on which StatSlice built its standards of quality.”</p>
<p>Gary Crawford, COO of XLCubed Limited, commented on the new partnership: “To get the most from XLCubed customers need a well-designed cube environment which is tailored to the business need, and highly responsive. We’re delighted to partner with StatSlice to provide localized expertise to new and existing customers in Dallas and the surrounding areas.”</p>
<p><strong> </strong></p>
<p><strong>About StatSlice</strong></p>
<p>StatSlice is a strategic data services consulting firm headquartered in Dallas, Texas specializing in data warehousing and business analytics. Strategic data services include the skills, processes, technologies, applications, and practices used to support business decision-making. We have built a highly dedicated consulting organization with a reputation for excellent customer service and measurable success in implementation. We hire top talent and promote an environment that encourages resourcefulness, innovation, and creativity without sacrificing measurable results. We stay on the cutting edge of the latest Business Intelligence (BI) challenges and principles to be the “go-to” team for the most challenging projects.  For more information please visit <a href="http://statslice.com/">http://statslice.com</a></p>
<p><a href="http://statslice.com"><img class="alignleft size-full wp-image-403" title="StatSlice Logo" src="http://statslice.com/wp-content/uploads/2011/04/StatSlice-Logo-Tiny.png" alt="" width="150" height="44" /></a><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>About XLCubed</strong></p>
<p>XLCubed is a business intelligence software and consulting services company based in the United Kingdom.  XLCubed’s software empowers the business user, and helps customers maximize their ROI on the Microsoft business intelligence stack.  Powerful analytics with sophisticated ranking and filtering, world class dashboards including in-cell charting, flexible cube-aware slicers, and an intuitive write enabled model for planning and budgeting applications turns Excel into a leading performance management tool, retaining Excel’s flexibility while removing the risks and pain of maintenance.</p>
<p>Organizations wishing to offer a widespread deployment of business intelligence across the enterprise can use the XLCubed Web Edition to publish zero footprint dashboard views created in the Excel client with 100% fidelity.  Web reports remain data connected to their underlying data sources and are fully interactive, allowing end-users to drill-down and slice and dice business data.  For more detail see <a href="http://www.xlcubed.com/">http://www.xlcubed.com</a></p>
<p><a href="http://www.xlcubed.com"><img class="alignleft size-full wp-image-404" title="XLCubed Logo" src="http://statslice.com/wp-content/uploads/2011/04/xlCubed-Logo-Resized.jpg" alt="" width="156" height="57" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/statslice-partners-with-xlcubed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StatSlice is hiring!</title>
		<link>http://statslice.com/statslice-is-hiring</link>
		<comments>http://statslice.com/statslice-is-hiring#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:51:33 +0000</pubDate>
		<dc:creator>jareddecker</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://statslice.com/?p=375</guid>
		<description><![CDATA[We are currently seeking two experienced Business Intelligence consultants to join our Dallas team...]]></description>
			<content:encoded><![CDATA[<p><strong>Who We Are</strong></p>
<p>We are a <em>strategic data services</em><strong> </strong>consulting firm headquartered in Dallas, TX specializing in data warehousing and business analytics. <em>Strategic data services</em> include the skills, processes, technologies, applications and practices used to support business decision-making. We’ve built a highly dedicated consulting organization that has a reputation for excellent customer service and measurable success in implementation. We hire top talent and promote an environment that encourages resourcefulness, innovation and creativity without sacrificing measurable results. We stay on the cutting edge of the latest <em>Business Intelligence</em> (BI) challenges and principles to be the “go-to” team for the most challenging projects.</p>
<p><strong>Senior Business Intelligence Consultant Job Description</strong></p>
<p>As a Senior BI Consultant for StatSlice you will work as a member of a project team to develop and deliver BI solutions to our customers.  Your primary area of responsibility will to solve complex business problems utilizing BI technologies.  You will be responsible for consulting with clients on business needs, translating business needs into analytics/reporting requirements, and interfacing with company and client to ensure successful delivery of client reporting.  In addition, you will be expected to manage your own time and communicate status and issues to your project manager.</p>
<p>Job Responsibilities:</p>
<ul>
<li>Setting or enforcing Data Warehouse and Business Intelligence standards and architecture for enterprise data warehouse, data marts and analytical applications systems</li>
<li>Collaborate with business and technology departments to define deliverables and develop solutions; also identifying needs and opportunities for improved data management and delivery</li>
<li>Overseeing the ongoing development and operations of a business intelligence architecture that enables fact-based decision making and ad hoc analysis and insight generation</li>
</ul>
<p> Qualifications:</p>
<ul>
<li>6+ years of experience developing Data Warehouse and Business Intelligence solutions</li>
<li>Deep SQL, SSAS and MDX experience</li>
<li>Strong experience with reporting SSRS or other tools</li>
<li>ETL and data modeling experience</li>
<li>Strong analytical and problem solving skills</li>
<li>Strong verbal and written communication skills</li>
<li>Bachelor’s Degree in Computer Science, Computer Engineering, MIS or comparable major</li>
<li>Must be authorized to work for any employer in the United States</li>
</ul>
<p><strong>How To Apply</strong></p>
<p> At StatSlice we take great pride in the selection and development of our consultants.  If you would like to inquire about career opportunities and discuss ways we could work together to help you achieve your BI career goals please give us a call or e-mail your resume to Lyly Ledbetter at lledbetter@statslice.com</p>
]]></content:encoded>
			<wfw:commentRss>http://statslice.com/statslice-is-hiring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

