<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0"><channel><title>beyondrelational.com Quiz Series</title><link>http://beyondrelational.com/quiz/default.aspx</link><description>The SQL Server and .NET Quiz series aimes to help you refine your technical skills</description><webMaster>beyondrelational</webMaster><language>en-us</language><image><url>http://beyondrelational.com/images/quiz/sqlquiz50x50.png</url><title>Beyondrelational.com Quiz</title><link>http://beyondrelational.com/quiz/default.aspx</link><width>60</width><height>60</height></image><copyright>Copyright © Beyondrelational.com</copyright><lastBuildDate>Wed, 19 Jun 2013 03:13:33 GMT</lastBuildDate><ttl>60</ttl><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/brquiz" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="brquiz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>SQLServer Quiz - Reporting and analytics cannot be achieved without a very good data model at the background</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/reporting-and-analytics-cannot-be-achieved-without-a-very-good-data-model-at-the-background.aspx</link><description>Reporting and analytics cannot be achieved without a very good data model at the background. And using Analysis services for reporting requirement is always something very common architecture. But getting data from relational engine and keeping data for analysis upto date is the challenge. What is the concept of Slowly Changing Dimension? And what is a Hybrid Slowly Changing Dimension.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/reporting-and-analytics-cannot-be-achieved-without-a-very-good-data-model-at-the-background.aspx</guid><pubDate>Tue, 31 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - As databases volumes become big and big the best way to optimize would be take the big problem</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/as-databases-volumes-become-big-and-big-the-best-way-to-optimize-would-be-take-the-big-problem.aspx</link><description>As databases volumes become big and big the best way to optimize would be take the big problem and break it up into smaller chunks. During a large server deployment DBA suggested implementing extensive partitioning for our transaction tables. What are the basics of creating, managing and deploying SQL Server partitioning?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/as-databases-volumes-become-big-and-big-the-best-way-to-optimize-would-be-take-the-big-problem.aspx</guid><pubDate>Mon, 30 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - There are multiple performance troubleshooting tools which a DBA can use inside SQL Server</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/there-are-multiple-performance-troubleshooting-tools-which-a-dba-can-use-inside-sql-server.aspx</link><description>There are multiple performance troubleshooting tools which a DBA can use inside SQL Server from Perfmon, SQL Profiler and multiple third Party tools. One of the hidden features most forgotten is the Data Collector inside SQL Server. What is a Data Collector? What are the predefined collectors inside SQL Server which can be used?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/there-are-multiple-performance-troubleshooting-tools-which-a-dba-can-use-inside-sql-server.aspx</guid><pubDate>Sun, 29 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Recently I was contacted by one of my friends operating a large database that he was running out of</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/recently-i-was-contacted-by-one-of-my-friends-operating-a-large-database-that-he-was-running-out-of.aspx</link><description>Recently I was contacted by one of my friends operating a large database that he was running out of disk space because of some table with many indexes unnecessarily created. Even after truncating the table the space was not given back to the OS. When does SQL Server give the space back once data is deleted?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/recently-i-was-contacted-by-one-of-my-friends-operating-a-large-database-that-he-was-running-out-of.aspx</guid><pubDate>Sat, 28 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Using datetime functions inside SQL Server have always been a struggle and there are multiple option</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/using-datetime-functions-inside-sql-server-have-always-been-a-struggle-and-there-are-multiple-option.aspx</link><description>Using datetime functions inside SQL Server have always been a struggle and there are multiple options. There have been interesting usages of GETDATE but interesting functions like SYSDATETIME(), GETUTCDATE() and SYSYTCDATETIME() functions were also introduced. When would you use these functions and what are their differences?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/using-datetime-functions-inside-sql-server-have-always-been-a-struggle-and-there-are-multiple-option.aspx</guid><pubDate>Fri, 27 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - As part of performance tuning exercise our developer always suggested to use SET based operations</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/as-part-of-performance-tuning-exercise-our-developer-always-suggested-to-use-set-based-operations.aspx</link><description>As part of performance tuning exercise our developer always suggested to use SET based operations rather than using procedural languages. One of the suggestions given for substitute for hierarchical data structure was to use of CTE. What are CTEs inside SQL Server, what are its advantages and how can you rewrite a subquery using CTE?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/as-part-of-performance-tuning-exercise-our-developer-always-suggested-to-use-set-based-operations.aspx</guid><pubDate>Thu, 26 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Compliance is one of the non-negotiable in this era</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/compliance-is-one-of-the-non-negotiable-in-this-era.aspx</link><description>Compliance is one of the non-negotiable in this era. SQL Server has had so many options like C2 Auditing since the SQL Server 2000 days. With the advent of Policy Based Management inside SQL Server 2005 - What are the different aspects involving PBM one needs to know?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/compliance-is-one-of-the-non-negotiable-in-this-era.aspx</guid><pubDate>Wed, 25 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Any database design can include only the Normal forms</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/any-database-design-can-include-only-the-normal-forms.aspx</link><description>Any database design can include only the Normal forms. But while a DBA performs a product deployment it is critical to take care of certain factors for Index creation. On that lines, explain FILL_FACTOR and PAT_FACTOR inside SQL Server? What are its uses and when would you use the same?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/any-database-design-can-include-only-the-normal-forms.aspx</guid><pubDate>Tue, 24 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Though High-Availability is something critical for all large database deployments</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/though-high-availability-is-something-critical-for-all-large-database-deployments.aspx</link><description>Though High-Availability is something critical for all large database deployments. There are multiple options one can use. For discussion today, what is database mirroring option? What are the Database Mirroring enhancements done with SQL Server 2008 R2 edition? How is it different from Log shipping?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/though-high-availability-is-something-critical-for-all-large-database-deployments.aspx</guid><pubDate>Mon, 23 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Work of a DBA is never to be underestimated</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/work-of-a-dba-is-never-to-be-underestimated.aspx</link><description>Work of a DBA is never to be underestimated. An effective DBA’s role maybe understated for the 364 days in a year but for that 1 day when the database gets into a corrupt state is when all the skills come to the fore. Recently while working on a 24x7 large database split into multiple filegroups got into a corrupt state. DBA brought the database ONLINE quickly and was doing a restore in the background. To understand what he would have done, what is Piecemeal Restore inside SQL Server? When was t</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/work-of-a-dba-is-never-to-be-underestimated.aspx</guid><pubDate>Sun, 22 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Even though storage as a subsystem is cheap these days.We have seen DBA’s struggle to find Log file</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/even-though-storage-as-a-subsystem-is-cheap-these-dayswe-have-seen-dbas-struggle-to-find-log-file.aspx</link><description>Even though storage as a subsystem is cheap these days. We have seen DBA’s struggle to find Log files run out of space and stop transactions. Understanding size is a critical aspect, now tables data, index data, log data and more is becoming a competency of an effective DBA. So, how do you enable and disable an Index? What is the behavior of the same when compared to dropping an Index? How does storage change?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/even-though-storage-as-a-subsystem-is-cheap-these-dayswe-have-seen-dbas-struggle-to-find-log-file.aspx</guid><pubDate>Sat, 21 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - From SQL Server 2000 the use of XML has been more and more by applications</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/from-sql-server-2000-the-use-of-xml-has-been-more-and-more-by-applications.aspx</link><description>From SQL Server 200 the use of XML has been more and more by applications. With SQL Server 2005 XML became a first class datatype and applications are likely to use more natively this datatype. What are the Basic 5 methods provided by XML Datatype for access? When would you use one over the other?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/from-sql-server-2000-the-use-of-xml-has-been-more-and-more-by-applications.aspx</guid><pubDate>Fri, 20 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - In any performance testing discussion for large development one of the common requirements</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/in-any-performance-testing-discussion-for-large-development-one-of-the-common-requirements.aspx</link><description>In any performance testing discussion for large development one of the common requirements has been to send a multiple values to SQL Server in one shot. So to help this requirement, SQL Server introduced the MERGE statement. What is the construct of a MERGE statement? What are the restrictions of using the same?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/in-any-performance-testing-discussion-for-large-development-one-of-the-common-requirements.aspx</guid><pubDate>Thu, 19 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - As an effective DBA it is critical to keep tap on the various server side databases</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/as-an-effective-dba-it-is-critical-to-keep-tap-on-the-various-server-side-databases.aspx</link><description>As an effective DBA it is critical to keep tap on the various server side databases. Recently was encountered with a Developer saying the “sys” schema objects were no longer in the MASTER database. Interestingly, what is the use of RESOURCE Database inside SQL Server? Tell us one change in RESOURCE Database inside SQL Server 2008 R2 edition? How can we find the properties of the RESOURCE database like version etc?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/as-an-effective-dba-it-is-critical-to-keep-tap-on-the-various-server-side-databases.aspx</guid><pubDate>Wed, 18 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Auditing is always fun when we do code reviews</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/auditing-is-always-fun-when-we-do-code-reviews.aspx</link><description>Auditing is always fun when we do code reviews. And in a product backend check we found a lot of junk names for the Default constraints inside the database. What are the different ways you can create a CONSTRAINT inside SQL Server?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/auditing-is-always-fun-when-we-do-code-reviews.aspx</guid><pubDate>Tue, 17 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Recently got a DBA who said the Log files was growing bigger than the data file size</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/recently-got-a-dba-who-said-the-log-files-was-growing-bigger-than-the-data-file-size.aspx</link><description>Recently got a DBA who said the Log files was growing bigger than the data file size. On discussion he mentioned using CHECKPOINT to solve this problem. So what does CHECKPOINT do inside SQL Server? Does the behavior change based on Database recovery models?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/recently-got-a-dba-who-said-the-log-files-was-growing-bigger-than-the-data-file-size.aspx</guid><pubDate>Mon, 16 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - It is saying that where you should use nail, you should not use sword</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/it-is-saying-that-where-you-should-use-nail-you-should-not-use-sword.aspx</link><description>It is saying that where you should use nail, you should not use sword. Every little tool has its own usage and its own purpose. What are the differences of CHAR, VARCHAR, NVARCHAR and VARCHAR(MAX) datatypes?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/it-is-saying-that-where-you-should-use-nail-you-should-not-use-sword.aspx</guid><pubDate>Sun, 15 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Compile and Recompile has very interesting meaning when learning Machine learning</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/compile-and-recompile-has-very-interesting-meaning-when-learning-machine-learning.aspx</link><description>Compile and Recompile has very interesting meaning when learning Machine learning. However, the same thing has similar but very interesting effect in SQL Server. Many related compilation of the code with performance at some degree it is correct and at some degree they have nothing to do with each other. When does your stored Procedures RECOMPILE inside SQL Server?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/compile-and-recompile-has-very-interesting-meaning-when-learning-machine-learning.aspx</guid><pubDate>Sat, 14 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Some questions are good for debates</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/some-questions-are-good-for-debates.aspx</link><description>Some questions are good for debates. There are so many myths associated with few subjects that when the discussion starts it is hard to convince stubborn friend who is not read to accept the truth. Let me see you attempt both the side of the following question: What is the difference of table variable and temp tables?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/some-questions-are-good-for-debates.aspx</guid><pubDate>Fri, 13 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Developer and DBA both sometime have their own priority and preferences when it is about database</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/developer-and-dba-both-sometime-have-their-own-priority-and-preferences-when-it-is-about-database.aspx</link><description>Developer and DBA both sometime have their own priority and preferences when it is about database designs. If you are DBA or Developer you must learn cross domain expertise features. One of the similar features is DACPAC. What is the use of DACPAC?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/developer-and-dba-both-sometime-have-their-own-priority-and-preferences-when-it-is-about-database.aspx</guid><pubDate>Thu, 12 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Performance tuning expert often encounter situation where it is difficult to figure out why certain</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/performance-tuning-expert-often-encounter-situation-where-it-is-difficult-to-figure-out-why-certain.aspx</link><description>Performance tuning expert often encounter situation where it is difficult to figure out why certain activities are happening behind the scene in SQL Server Engine. Every action has some root cause and understanding the same is the key to be successful performance tuning expert. Here is one question which often puzzles many - When are the non-Clustered Indexes automatically rebuilt?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/performance-tuning-expert-often-encounter-situation-where-it-is-difficult-to-figure-out-why-certain.aspx</guid><pubDate>Wed, 11 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - I noticed very long stored procedure in the production database</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/i-noticed-very-long-stored-procedure-in-the-production-database.aspx</link><description>I noticed very long stored procedure in the production database. This database creating temporary tables, using insert and select statement. When I asked the purpose of the stored procedure, I realize they should have just used OUTPUT clause. What is the OUTPUT clause inside SQL Server?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/i-noticed-very-long-stored-procedure-in-the-production-database.aspx</guid><pubDate>Tue, 10 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - A query always ran in split second and suddenly it started to timeout</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/a-query-always-ran-in-split-second-and-suddenly-it-started-to-timeout.aspx</link><description>A query always ran in split second and suddenly it started to timeout. A quick look at the error log the cause was deadlock. What is a Deadlock and how to identify and resolve a Deadlock inside SQL Server 2008 R2?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/a-query-always-ran-in-split-second-and-suddenly-it-started-to-timeout.aspx</guid><pubDate>Mon, 09 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - A SQL developer got surprised when he learned that he does not have to use cursors to calculate rank</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/a-sql-developer-got-surprised-when-he-learned-that-he-does-not-have-to-use-cursors-to-calculate-rank.aspx</link><description>A SQL developer got surprised when he learned that he does not have to use cursors to calculate ranks in SQL Server 2008. He can now just use newly introduced ranking functions. What are the different RANKING functions inside SQL Server 2008 R2 and what are the new functions introduced inside SQL Server 2012?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/a-sql-developer-got-surprised-when-he-learned-that-he-does-not-have-to-use-cursors-to-calculate-rank.aspx</guid><pubDate>Sun, 08 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - A new trainee was confused when he discovered that organization is discouraging the Indexed View</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/a-new-trainee-was-confused-when-he-discovered-that-organization-is-discouraging-the-indexed-view.aspx</link><description>A new trainee was confused when he discovered that organization is discouraging the Indexed View (or materialized views). After talking to senior team members he realized that Index Views which are good at certain tasks it comes with lots of restrictions. What are the restrictions of using INDEXED VIEWS inside SQL Server?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/a-new-trainee-was-confused-when-he-discovered-that-organization-is-discouraging-the-indexed-view.aspx</guid><pubDate>Sat, 07 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - DBA had to restore its database on new server runs a query to validate the data.</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/dba-had-to-restore-its-database-on-new-server-runs-a-query-to-validate-the-data.aspx</link><description>DBA had to restore its database on new server runs a query to validate the data. The same query on the same database started to give different results. After a quick research he figured out that collation was different of both the database. What is Collation and Collation Sensitivity inside SQL Server?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/dba-had-to-restore-its-database-on-new-server-runs-a-query-to-validate-the-data.aspx</guid><pubDate>Fri, 06 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Have you ever faced situation when you trying to retrieve any data and the query keeps on waiting on</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/have-you-ever-faced-situation-when-you-trying-to-retrieve-any-data-and-the-query-keeps-on-waiting-on.aspx</link><description>Have you ever faced situation when you trying to retrieve any data and the query keeps on waiting on the data and eventually times out. One of the reasons for the same can be locking. What are the different types of locks inside SQL Server 2008 R2?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/have-you-ever-faced-situation-when-you-trying-to-retrieve-any-data-and-the-query-keeps-on-waiting-on.aspx</guid><pubDate>Thu, 05 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Writing where clause has been easiest thing</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/writing-where-clause-has-been-easiest-thing.aspx</link><description>Writing where clause has been easiest thing. Most of the time we learn this as a first thing in SQL. I have often seen that many times a simple question with where one has to write about where clause they often fail or get confused</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/writing-where-clause-has-been-easiest-thing.aspx</guid><pubDate>Wed, 04 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - What is an IDENTITY Value?</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/what-is-an-identity-value.aspx</link><description>What is an IDENTITY Value? What are the different ways to get IDENTITY values and properties of IDENTITY Values? If you are going to answer that identity value is ever increasing, is it possible to have identity value ever decreasing value?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/what-is-an-identity-value.aspx</guid><pubDate>Tue, 03 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Every time when developer attempts to update the TableA the table is not updated but instead TableB</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/every-time-when-developer-attempts-to-update-the-tablea-the-table-is-not-updated-but-instead-tableb.aspx</link><description>Every time when developer attempts to update the TableA the table is not updated but instead TableB is updated. After a while confused developer figured out the reason for the same – it was trigger created on the table. What are the different types of triggers inside SQL Server 2008 R2 edition?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/every-time-when-developer-attempts-to-update-the-tablea-the-table-is-not-updated-but-instead-tableb.aspx</guid><pubDate>Mon, 02 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - ANSI ISOLATIONS levels are very important part of any database.</title><link>http://beyondrelational.com/quiz/sqlserver/general/2012/questions/ansi-isolations-levels-are-very-important-part-of-any-database.aspx</link><description>ANSI ISOLATIONS levels are very important part of any database. There are two database servers both have different isolations levels. Due to the same different results are returned to the users. Let us help them by educating regarding various isolations levels and their various behaviors with example. What are the different ANSI ISOLATION Levels? What is the additional ISOLATION Level with SQL Server and explain its behavior?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/general/2012/questions/ansi-isolations-levels-are-very-important-part-of-any-database.aspx</guid><pubDate>Sun, 01 Jan 2012 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Demonstrate the different ways to get the internal database version for SQL Server</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/demonstrate-the-different-ways-to-get-the-internal-database-version-for-sql-server.aspx</link><description>SQL Server has Versions like 6.0, 6.5, 7.0, 2000, 2005, 2008, 2008 R2 and editions like Enterprise, Standard, Express etc and Compatibility levels like 60, 65, 70, 80, 90, 100 etc but it also has something known as internal version numbers like 515, 539, 611, 612, 661, 665 etc...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/demonstrate-the-different-ways-to-get-the-internal-database-version-for-sql-server.aspx</guid><pubDate>Fri, 30 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Which are the options available to a DBA to tune a SQL Azure database?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/which-are-the-options-available-to-a-dba-to-tune-a-sql-azure-database.aspx</link><description>Which are the options available to a DBA to tune a SQL Azure database?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/which-are-the-options-available-to-a-dba-to-tune-a-sql-azure-database.aspx</guid><pubDate>Thu, 29 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Importance of Temporary database</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/importance-of-temporary-database.aspx</link><description>Why it is important to maintain Temporary database?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/importance-of-temporary-database.aspx</guid><pubDate>Wed, 28 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - What is the impact of an open transaction with the LSN Sequence captured during a full backup ?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/what-is-the-impact-of-an-open-transaction-with-the-lsn-sequence-captured-during-a-full-backup-.aspx</link><description>Backup is a consistency operation with SQL Server that means the engine should capture a piece of the log during backup. When we use the command RESTORE HEADERONLY or ask the backupset table in msdb database</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/what-is-the-impact-of-an-open-transaction-with-the-lsn-sequence-captured-during-a-full-backup-.aspx</guid><pubDate>Tue, 27 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Identifying Employee level in Employee hierarchical structures</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/identifying-employee-level-in-employee-hierarchical-structures.aspx</link><description>The Employee table of the JProCo sample database (from Joes 2 Pros) shows Sally Smith is the CEO at the top of the hierarchy of all employees. There are three levels of employees. For example Lisa Kendall works for ManagerID 4 which is David Kennson. David works for ManagerID 11 which is Sally. Therefore Sally is at Level 1, David Kennson is at Level 2, and Lisa Kendall is at level 3.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/identifying-employee-level-in-employee-hierarchical-structures.aspx</guid><pubDate>Mon, 26 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Design a high availability architecture</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/design-a-high-availability-architecture.aspx</link><description>The application is used by over 1000+ retail avenues across the world that makes application databases as highly transactional by the active processes from retail applications, ad hoc queries by marketing, reporting queries by business and continous audit by tools.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/design-a-high-availability-architecture.aspx</guid><pubDate>Sun, 25 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Data storage problem</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/data-storage-problem.aspx</link><description>You're migrating an old system into SQL Server back-end. In one of the tables you're currently working on you had a description field. You ran a statement to find the average and maximum length of that column and found 500 and 3785 respectively.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/data-storage-problem.aspx</guid><pubDate>Sat, 24 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - How do you fix "RPC Server is unavailable" error message?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/how-do-you-fix-rpc-server-is-unavailable-error-message.aspx</link><description>When accessing SSIS Remotely, you might get an error RPC Server is unavailable what is the work around you would suggest in this case?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/how-do-you-fix-rpc-server-is-unavailable-error-message.aspx</guid><pubDate>Fri, 23 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Dynamic Date Conversion on Legacy Systems</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/dynamic-date-conversion-on-legacy-systems.aspx</link><description>Many legacy systems from the 20th century stored dates as decimals due to limitations of the technology at the time. For example 08/03/2011 would be stored as a decimal with value 20110803. Modern reporting platforms that enable self-service reporting like Izenda Reports require dates to be stored in the proper format.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/dynamic-date-conversion-on-legacy-systems.aspx</guid><pubDate>Thu, 22 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Can Constraints helps Optimizer?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/can-constraints-helps-optimizer.aspx</link><description>Can a constraint help optimizer to get optimized  plan and there by better performance? If Yes explain with a scenario</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/can-constraints-helps-optimizer.aspx</guid><pubDate>Wed, 21 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Maintaining Product Database for different cycles</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/maintaining-product-database-for-different-cycles.aspx</link><description>As a DBA of a large product, there can be many service packs and hot fixes needed to be applied each day. Now, the problem the organization faces id to apply the incremental changes to the environment.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/maintaining-product-database-for-different-cycles.aspx</guid><pubDate>Tue, 20 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Tempdb page contention</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/tempdb-page-contention.aspx</link><description>How do you identify Page Contention in tempdb and what actions you will take to reduce page contentions?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/tempdb-page-contention.aspx</guid><pubDate>Mon, 19 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Service Broker - Message Poisoning</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/service-broker-message-poisoning.aspx</link><description>What is Message Poisoning ? How to create a notification of Message Poisoning and how to remove Poison Messages Administratively ?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/service-broker-message-poisoning.aspx</guid><pubDate>Sun, 18 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - How do you transfer SSRS subscription from one server to another</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/how-do-you-transfer-ssrs-subscription-from-one-server-to-another.aspx</link><description>You are responsible for a large application/database having thousands of SSRS reports. Many of those reports are configured as data driven subscriptions for email delivery.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/how-do-you-transfer-ssrs-subscription-from-one-server-to-another.aspx</guid><pubDate>Sat, 17 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Storage question</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/storage-question.aspx</link><description>Imagine you're a stubborn (or maybe creative :D) DBA that does not take for granted all what you're told. In the beginning of your career, you read that storage-wise you can get as deep as a filegroup when it comes to tables - you can only assign it to filegroup or partition. Now you want to show that it's possible to find a data in a file.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/storage-question.aspx</guid><pubDate>Fri, 16 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Best practices for dealing with transaction logs</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/best-practices-for-dealing-with-transaction-logs.aspx</link><description>This question tries to assess your understanding of SQL Server Transaction logs and invites thoughtful discussion on best practices for managing transaction logs</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/best-practices-for-dealing-with-transaction-logs.aspx</guid><pubDate>Thu, 15 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - When was the last time a stored procedure was executed?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/when-was-the-last-time-a-stored-procedure-was-executed.aspx</link><description>Assuming the cache has not been flushed, how can you report on the last time a specific stored procedure was executed?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/when-was-the-last-time-a-stored-procedure-was-executed.aspx</guid><pubDate>Wed, 14 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Filtered Indexes</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/filtered-indexes.aspx</link><description>There are certain occasions when a comparison operator used in a filtered index expression will result in an error. What condition will cause this error and what can be done to rectify it?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/filtered-indexes.aspx</guid><pubDate>Tue, 13 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Database Mirroring</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/database-mirroring.aspx</link><description>We have to set up a database mirroring with an automatic failover option. There are three servers in different data centers and they are not in the same domain. Also these SQL Server instances do not have a domain account; they run under Local System account.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/database-mirroring.aspx</guid><pubDate>Mon, 12 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Dead Lock, Live Lock &amp; Blocking</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/dead-lock-live-lock-blocking.aspx</link><description>Explain following terms and explain how would you face this problem?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/dead-lock-live-lock-blocking.aspx</guid><pubDate>Sun, 11 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - How will you restrict users at certain period?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/how-will-you-restrict-users-at-certain-period.aspx</link><description>How will you restrict users at certain period?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/how-will-you-restrict-users-at-certain-period.aspx</guid><pubDate>Sat, 10 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - All was well few moments before all went wrong - Reasons and Resolutions</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/all-was-well-few-moments-before-all-went-wrong-reasons-and-resolutions.aspx</link><description>Query which was working fine all the time suddenly got slow. There has been on change in the workload, no new development changes have been deployed and there are no other configuration changes to the system.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/all-was-well-few-moments-before-all-went-wrong-reasons-and-resolutions.aspx</guid><pubDate>Fri, 09 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Strategies for handling a heavily fragmented database</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/strategies-for-handling-a-heavily-fragmented-database.aspx</link><description>You have a database that is heavily prone to fragmentation. This database is on Standard version of SQL Server 2005. The tables have GUIDs as primary keys, and most clustered indexes are also created on GUIDs. The database is close to 700 GB in size approx.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/strategies-for-handling-a-heavily-fragmented-database.aspx</guid><pubDate>Thu, 08 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - RAID Level Considerations for Deployment</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/raid-level-considerations-for-deployment.aspx</link><description>This is one of the easiest of questions and Open ended very common DBA scenario for Deployment. Todays question is around RAID Levels</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/raid-level-considerations-for-deployment.aspx</guid><pubDate>Wed, 07 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Execution Plan</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/execution-plan.aspx</link><description>if two identical queries posed by the same user using two different sessions at a SQL Server simultaneously, two query plans exists while they execute.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/execution-plan.aspx</guid><pubDate>Tue, 06 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Bulk logged recovery</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/bulk-logged-recovery.aspx</link><description>Explain why the size of transaction log backups can be much larger when the database is using the Bulk-logged recovery model</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/bulk-logged-recovery.aspx</guid><pubDate>Mon, 05 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Why DBAs should have basic knowlede on PowerShell? Or Shell Programming?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/why-dbas-should-have-basic-knowlede-on-powershell-or-shell-programming.aspx</link><description>Why DBAs should have basic knowlede on PowerShell?Or Shell Programming?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/why-dbas-should-have-basic-knowlede-on-powershell-or-shell-programming.aspx</guid><pubDate>Sun, 04 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Why are we waiting?  How do we calculate Total Query Response Time?</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/why-are-we-waiting-how-do-we-calculate-total-query-response-time.aspx</link><description>Waits are represented by SQL Server wait statistics. SQL Server tracks wait information any time that a user connection or sessionid is waiting. This wait information is summarized and categorized across all connections so that a performance profile can be obtained for a given work load.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/why-are-we-waiting-how-do-we-calculate-total-query-response-time.aspx</guid><pubDate>Sat, 03 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Connection Strings - Impact on Performance &amp; Security</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/connection-strings-impact-on-performance-security.aspx</link><description>Connection strings are an important part of any database oriented application. Please list mechanisms by which the performance and security of the application be improved by simply changing the connection string alone (examples would be welcome).</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/connection-strings-impact-on-performance-security.aspx</guid><pubDate>Fri, 02 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Inline Table Valued Functions v/s Views</title><link>http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/inline-table-valued-functions-v/s-views.aspx</link><description>Inline table-valued functions are sometimes called 'parameterized views'. This is under the assumption that they provide all the functionality that a view provides plus the ability to add parameters.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/dba/2011/questions/inline-table-valued-functions-v/s-views.aspx</guid><pubDate>Thu, 01 Sep 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Aging Pivots for Financial Reports and Dashboards</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/aging-pivots-for-financial-reports-and-dashboards.aspx</link><description>Financial and accounting organizations often require an aging report that pivots transactions by their age. This lets the organization organize a response to the lack of activity...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/aging-pivots-for-financial-reports-and-dashboards.aspx</guid><pubDate>Thu, 30 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - To follow the squiggly or not?</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/to-follow-the-squiggly-or-not.aspx</link><description>One of the best practice design alerts in Business Intelligence Development Studio suggests “Avoid visible attribute hierarchies for attributes used as levels in user-defined hierarchies.”</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/to-follow-the-squiggly-or-not.aspx</guid><pubDate>Wed, 29 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - How to merge three different resultsets into one and export that to one csv file?</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/how-to-merge-three-different-resultsets-into-one-and-export-that-to-one-csv-file.aspx</link><description>How to merge three different resultsets into one and export that to one csv file? Let's have a example of invoice header and details export in one single file...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/how-to-merge-three-different-resultsets-into-one-and-export-that-to-one-csv-file.aspx</guid><pubDate>Tue, 28 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Display "Breadcrumbs" for members of a user hierarchy</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/display-breadcrumbs-for-members-of-a-user-hierarchy.aspx</link><description>Fill in the definition of [Measures].[Parent Breadcrumbs] by writing an MDX expression. "Parent Breadcrumbs" is a string consisting of all parent names separated by " -&amp;gt; " in the user hierarchy.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/display-breadcrumbs-for-members-of-a-user-hierarchy.aspx</guid><pubDate>Mon, 27 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - SSIS package execution error bypass</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis-package-execution-error-bypass.aspx</link><description>The goal is to create package and execute successfully. Please note that the package should continue execution even a task in execution sequence fails...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis-package-execution-error-bypass.aspx</guid><pubDate>Sun, 26 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - What Data Warehouse Model Am I Thinking Of</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/what-data-warehouse-model-am-i-thinking-of.aspx</link><description>There are various industry approaches to building a data warehouse. This approach is meant to have data rapidly loaded, keep data source data in-tact without undergoing transformation...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/what-data-warehouse-model-am-i-thinking-of.aspx</guid><pubDate>Sat, 25 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Package and tasks</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/package-and-tasks.aspx</link><description>How would you restart package from previous failure point? What are the different ways of sending mail in SSIS? what are the advantages and disadvantages of those approaches?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/package-and-tasks.aspx</guid><pubDate>Fri, 24 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Scripting Analysis Services commands</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/scripting-analysis-services-commands.aspx</link><description>As most Sql Server developers, you use sqlcmd.exe to script some of your commands to Sql Server...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/scripting-analysis-services-commands.aspx</guid><pubDate>Thu, 23 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Building an ETL and BI solutions as a prototype</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/building-an-etl-and-bi-solutions-as-a-prototype.aspx</link><description>SSQDBI Retail Corporation is a solution provider for majority of Superstores across Europe, the service provided by SSQDBI helps the Vendors &amp; Retailers in understanding their best customers and what they buy...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/building-an-etl-and-bi-solutions-as-a-prototype.aspx</guid><pubDate>Wed, 22 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - SSIS - advanced services</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis-advanced-services.aspx</link><description>I run SQL Server 2008 express with advanced services and I'm pointing external images in my reports, however when I try to view the report it's not displaying the image, what might the possible reason?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis-advanced-services.aspx</guid><pubDate>Tue, 21 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - How do you track your variable values in SSIS?</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/how-do-you-track-your-variable-values-in-ssis.aspx</link><description>Describe the steps required to enable auditing of variable value changes in an SSIS package to a table in a SQL Server database?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/how-do-you-track-your-variable-values-in-ssis.aspx</guid><pubDate>Mon, 20 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - SSIS</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis.aspx</link><description>How can I pause control flow in SSIS?...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis.aspx</guid><pubDate>Sun, 19 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Uploading via SSIS</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/uploading-via-ssis.aspx</link><description>You have a text file which you decide to upload into SQL Server via SSIS. The only problem is that the text file has some names in quotes.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/uploading-via-ssis.aspx</guid><pubDate>Sat, 18 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Graphs in SSRS</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/graphs-in-ssrs.aspx</link><description>Suppose you are presented with the following data which shows the price data for your client’s brand (MyBrand), your client’s competitor brand (CompBrand) and the highest and lowest price data within that segment in the market...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/graphs-in-ssrs.aspx</guid><pubDate>Fri, 17 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Best SSIS Components for generalized Extraction and Snchronization Process</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/best-ssis-components-for-generalized-extraction-and-snchronization-process.aspx</link><description>In this Question we just have to give What, Why and How we are going to use component. No need of Writing queries or Script just mention best Component and GO ahead So For fast processing which of the following method you will use from the following...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/best-ssis-components-for-generalized-extraction-and-snchronization-process.aspx</guid><pubDate>Thu, 16 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Schedule SSIS Package in SQL Server 2008</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/schedule-ssis-package-in-sql-server-2008.aspx</link><description>List out detailed steps to create job to execute SSIS package in SQL Server 2008, what security layers you have to cross and what roles should be assigned to job executor account in order to execute package smoothly?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/schedule-ssis-package-in-sql-server-2008.aspx</guid><pubDate>Wed, 15 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Pagewise total</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/pagewise-total.aspx</link><description>SSRS allows you to make use of summary functions like SUM, COUNT etc so you can calculate total of each group. How do you do pagewise total?...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/pagewise-total.aspx</guid><pubDate>Tue, 14 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Parent Child loading in SSIS</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/parent-child-loading-in-ssis.aspx</link><description>This is common SSIS problem which is related to parent child loading when parent destination column has identity value as primary key. Now, suppose we are loading the data from multiple sources, how to maintain the relationships?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/parent-child-loading-in-ssis.aspx</guid><pubDate>Mon, 13 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - What is  SSIS Catalog?</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/what-is-ssis-catalog.aspx</link><description>In SQL 11 (code name : Denali) CTP1, we have something known as SSIS Catalog...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/what-is-ssis-catalog.aspx</guid><pubDate>Sun, 12 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Mass Mailing Your Report</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/mass-mailing-your-report.aspx</link><description>Email report to people on a mailing list with parameters</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/mass-mailing-your-report.aspx</guid><pubDate>Sat, 11 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Schema design for a high performance ROLAP</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/schema-design-for-a-high-performance-rolap.aspx</link><description>What shema type would you use to create a high performance ROLAP (Real Time Online Analytical Processing) system? Why?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/schema-design-for-a-high-performance-rolap.aspx</guid><pubDate>Fri, 10 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - MDX syntax error</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/mdx-syntax-error.aspx</link><description>Why that MDX statement generates an error ?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/mdx-syntax-error.aspx</guid><pubDate>Thu, 09 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - How to do pivot transformation of tables between different DBs(Source-Oracle, Destination-SQL Server</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/how-to-do-pivot-transformation-of-tables-between-different-dbssource-oracle-destination-sql-server.aspx</link><description>How to do pivot transformation of tables between different DBs(Source-Oracle, Destination-SQL Server) With Integration Services(SSIS).</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/how-to-do-pivot-transformation-of-tables-between-different-dbssource-oracle-destination-sql-server.aspx</guid><pubDate>Wed, 08 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Use of Foreign Key constraints</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/use-of-foreign-key-constraints.aspx</link><description>Should Foreign Key constraints be used in a Data Warehouse?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/use-of-foreign-key-constraints.aspx</guid><pubDate>Tue, 07 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - To Key or Not to Key</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/to-key-or-not-to-key.aspx</link><description>Here's a question that could go both ways. Would you or would you not have key constraints and indexes for your data mart?...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/to-key-or-not-to-key.aspx</guid><pubDate>Mon, 06 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Troubleshooting Cube Performance</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/troubleshooting-cube-performance.aspx</link><description>List three things to diagnose cube performance and tune it.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/troubleshooting-cube-performance.aspx</guid><pubDate>Sun, 05 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Dimension Optimization with SSAS 2008</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/dimension-optimization-with-ssas-2008.aspx</link><description>Well-tuned dimension design is one of the most critical success factors of a high-performing Analysis Services solution. Todays question revolved around just this factor of tuning techniques with examples for your workload we want to explore.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/dimension-optimization-with-ssas-2008.aspx</guid><pubDate>Sat, 04 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - SSIS - Select DISTINCT files from folder based on certain conditions.</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis-select-distinct-files-from-folder-based-on-certain-conditions.aspx</link><description>A folder has a lot of files dumped in and each file has an ID suffixed with timestamp followed by any other value. Now the challenge is to get one copy of file per day based on the unique ID. In case there are multiple files for the same date and same ID you could select any one of them.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/ssis-select-distinct-files-from-folder-based-on-certain-conditions.aspx</guid><pubDate>Fri, 03 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Adding hierarquie in AS Cube</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/adding-hierarquie-in-as-cube.aspx</link><description>When adding an hierarquie inside a dimension in AS cube, do you need to run a full process? why?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/adding-hierarquie-in-as-cube.aspx</guid><pubDate>Thu, 02 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Is it a good idea to use SSPI authentication for Report Data  Sources?</title><link>http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/is-it-a-good-idea-to-use-sspi-authentication-for-report-data-sources.aspx</link><description>The title says it all. When does it make sense to use SSPI (Windows user) authentication when creating a data source for use with a Reporting Services report?...</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/bi/2011/questions/is-it-a-good-idea-to-use-sspi-authentication-for-report-data-sources.aspx</guid><pubDate>Wed, 01 Jun 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Do you know what you think you know?</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/do-you-know-what-you-think-you-know.aspx</link><description>Be advised in advance that this is a bit of a "trick question".

You are asked to review this query:
select
  a.base_id,
  coalesce(b.order_Id, c.order_Id
  ) as Order_Id
from kaw_ref xRef
left join kaw_Base a
  on a.base_id = xref.base_Id
left join kaw_subtype1 b
  on b.base_id = a.base_Id
left join kaw_subtype2 c
  on c.base_id = a.base_Id
where a.base_Id is not null

You respond by modifying it to something like this:

select
  a.base_id,
  coalesce(b.order_Id, c.order_Id</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/do-you-know-what-you-think-you-know.aspx</guid><pubDate>Thu, 31 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Difference in getting total count value from table</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/difference-in-getting-total-count-value-from-table.aspx</link><description>Question on COUNT function</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/difference-in-getting-total-count-value-from-table.aspx</guid><pubDate>Wed, 30 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Advantage and disadvantage of using Indexed View  in SQL Server</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/advantage-and-disadvantage-of-using-indexed-view-in-sql-server.aspx</link><description>Using Indexed view in SQL Server comes with a cost. But there are places which it perfectly fits in and at the same time there are places where it create problem than solution. So, what all are the pros and cons of using Indexed view</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/advantage-and-disadvantage-of-using-indexed-view-in-sql-server.aspx</guid><pubDate>Tue, 29 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Advantages of With Result Set(Sql Server 2011)</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/advantages-of-with-result-setsql-server-2011.aspx</link><description>The question looks for the real time applicability of SQL Server 2011's With Result Set Statement</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/advantages-of-with-result-setsql-server-2011.aspx</guid><pubDate>Mon, 28 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Explain the difference why Scenario #2 uses 2 data pages instead of one as in #1</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/explain-the-difference-why-scenario-2-uses-2-data-pages-instead-of-one-as-in-1.aspx</link><description>In SQL Server, a page is 8K (8192 bytes) and what is the largest data size [when storing one or many rows] that can be stored in a page if you exclude LOB data?</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/explain-the-difference-why-scenario-2-uses-2-data-pages-instead-of-one-as-in-1.aspx</guid><pubDate>Sun, 27 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Human Resources Report</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/human-resources-report.aspx</link><description>Imagine you want to automate Human Resources department's operations. One of the reports the HR Manager will like to run is to get the following information for any given employee: The people who manage this employee and all the people whom he/she manages.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/human-resources-report.aspx</guid><pubDate>Sat, 26 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Data Analysis and Queries Across Multiple Databases without ETL</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/data-analysis-and-queries-across-multiple-databases-without-etl.aspx</link><description>This question invites you to share your thoughts on writing reporting queries that deals with more than one databases.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/data-analysis-and-queries-across-multiple-databases-without-etl.aspx</guid><pubDate>Fri, 25 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Finding total order amount for current date</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/finding-total-order-amount-for-current-date.aspx</link><description>An invoice table contains order information such as order date and order amount. Your job is to find the best
way to calculate the total amount of orders created today. Your query should run in SQL Server 2008 or later versions.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/finding-total-order-amount-for-current-date.aspx</guid><pubDate>Thu, 24 Mar 2011 00:00:00 GMT</pubDate></item><item><title>SQLServer Quiz - Rewrite two TSQL queries into a single query using one of the new features of SQL S</title><link>http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/rewrite-two-tsql-queries-into-a-single-query-using-one-of-the-new-features-of-sql-server-2008.aspx</link><description>Your task is to generate a single TSQL statement to fetch the difference between the SYSTNODE value without having the need to use EXCEL.</description><guid isPermaLink="true">http://beyondrelational.com/quiz/sqlserver/tsql/2011/questions/rewrite-two-tsql-queries-into-a-single-query-using-one-of-the-new-features-of-sql-server-2008.aspx</guid><pubDate>Wed, 23 Mar 2011 00:00:00 GMT</pubDate></item></channel></rss>
