home  »  blogs  »  PatrickLeBlanc  »  SSRS Data Driven Subscriptions Cryptic Job Names

To rate this blog entry please  register or login

Author

PatrickLeBlanc PatrickLeBlanc (Member since: 11/7/2009 12:24:22 AM)

View PatrickLeBlanc 's profile

Comments (2)

  • DevinKnight 1/15/2010 10:17:38 AM by:  DevinKnight
    This is awesome Patrick! I don't know why I never thought to do this. This would have been helpful for this blog post I did before http://www.bidn.com/blogs/DevinKnight/ssis/261/using-a-ssrs-report-to-run-sql-agent-jobs-part-2
  • marcoadf 1/16/2010 6:17:00 AM by:  marcoadf
    Yes, indeed. I've uploaded a video recently (day 13) where I talk about some of the content in both of your posts, but go a little deeper like active subscriptions. See more in my blog post: http://www.bidn.com/blogs/marcoadf/ssas/340/subscriptions-how-to-manage-them

Post a comment

Comment (No HTML)  

Type the characters:
 *
 
   

Join Business Intelligence Developer Network for FREE Today!

It's fast, easy and free! Submit articles, get your own blog, ask questions & give answers in the forums, and become a better developer, faster.

enter your email address:

Blogs RSS Feed

PatrickLeBlanc's latest blog posts

  • Using a CTE with a T-SQL Pivot Statement
    3/9/2010 9:22:27 PM
    During a T-SQL class that I was recently teaching I was asked if a PIVOT could be performed using a Common Table Expression (CTE).  In other words, instead of using the method outlined in SQL Server Books Online that uses a derived table, replace the derived table with a CTE.  I have never attempted this approach, but I was confident that it could be done.  Using the AdventureWorks database I initially wrote a T-SQL PIVOT statement that uses a derived table, which is as follows: USE AdventureWor...
  • Speaking at Charlotte, NC - SQL Saturday #33
    3/1/2010 8:42:05 PM
    If you are near Charlotte, NC , I will be speaking at their SQL Saturday  on March 6th, 2010.  My session, SQL Server Compression 101  is at 1:30 PM.  This is the first SQL Saturday under PASS management.  If you have not registered for this event do so, seats are filling up quickly.  This is a free event where you can network and learn from some of the most talented SQL Server Professionals in the industry. Talk to you soon, Patrick LeBlanc Founder www.TSQLScripts.com and www.SQLLunch.com . Vis...
  • SSRS – KPIs without Analysis Services
    3/1/2010 7:13:08 PM
    During a recent project I was asked if it was possible to simulate Key Performance Indicator (KPI) images in SQL Server Reporting Services (SSRS) without Analysis Services. Off the top of my head I thought of a couple of things, but I decided to do a little searching before I embarked on my latest challenge. After one quick search I found a great video posted on SQL Share by SQL Server MVP, Jessica Moss , Designing a KPI in Reporting Services . Using her example, with a few modifications I was a...
  • Upcoming SQL Lunch Webinars
    2/24/2010 7:39:16 AM
    If you haven’t attended a SQLLunch, I suggest that you put this upcoming lunch on your schedule. Brad McGehee, SQL Server MVP, will be presenting an Introduction to Graphical Execution Plans. Brad has over 15 years of SQL Server Experience and over 6 years of training. Add To Outlook: Add To Calendar Date and Time: 2/25/2010 11:30:00 AM CST Topic: Introduction to Graphical Execution Plans  Topic: #11-Introduction to Graphical Execution Plans One of the black arts of being a DBA is learning how t...
  • SQL Server 2008 - Adding Row Totals
    2/22/2010 10:09:41 PM
    During a recent client engagement I was asked if there was a quick way to add a row containing totals for each corresponding column in the details row from a Tablix item. The tablix contained about 18 columns, and the person was entering an expression that would sum the value of the field in the corresponding detail rows. Fortunately, SSRS 2008 provides a very simple method that will perform this task. Assuming that you have a report that contains a Tablix item you can perform the following step...
Blogs RSS Feed

Latest community blog posts

  • Free and Discounted Microsoft Learning Resources
    3/15/2010 11:06:43 AM
    I was browsing the Microsoft Learning portal over the weekend and came across the following free or dicounted learning resources for SQL Server. Free Resources: Clinic 6188: What's New in Microsoft SQL Server 2008 for Enterprise Data Platform (1 hour)   Clinic 6189: What's New in Microsoft SQL Server 2008 for Business Intelligence (1 hour) Clinic 6190: What's New in Microsoft SQL Server 2008 for Database Development (1 hour) Clinic 6258: New Features Of Microsoft SQL ...
  • SQL Agent jobs
    3/14/2010 2:46:26 PM
    Recently I was asked to provide a list of all sql jobs on a certain server running between 2 and 3 in the morning.  We have quite a few jobs and it would be time consuming to look through each to determine the time of day each runs.  So I used the sysjobs, sysjobsschedules tables to return the job name and times the jobs run. There are several jobs related tables in the msdb database: sysjobs sysschedules sysjobhistory sysjobsteps syscategories   The table names are pretty self explanatory.  The...
  • Solving All Versus (Select All) SSRS End User Confusion
    3/12/2010 11:11:39 PM
    When developing reports that use Analysis Services as a data source end user can sometimes be confused about some of the options they see in report parameters.  Anytime you have a parameter that allows for multiple values to be selected then you will see a (Select All) option that Reporting Services adds that make for an easy way to check off each item in the parameter dropdown.   If you followed most of the defaults when developing you dimensions in Analysis Services you likely also have an opt...
  • DTS Runtime Required
    3/12/2010 10:49:40 AM
    Yesterday, I dealt with a client that was having issues converting his dts packages to SSIS 2008. He was using DTS xChange to convert the packages, but each time he tried to run the migration, he received the following error. "Can not load Tasks. Error : Unable to cast COM object of type 'System.__ComObject' to interface type 'DTS.CustomTask'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{10020904-EB1C-11CF-AE6E-00AA004A34D5}' failed d...
  • Missing AdventureWorks2008 Found
    3/12/2010 7:08:28 AM
    So I finally got through all the SSIS Class Labs including the Group Labs and decided to figure out why I didn't have AdventureWorks2008. I had previously tried to enable FILESTREAM according to some blogs I had read about it but had no success. Maybe I just understand all this a little better now but when I exactly followed these steps right out of the help file it worked for me: 1. On the Start menu, point to All Programs, point to Microsoft SQL Server 2008, point to Configuration Tools, and t...