Search results

  1. social.msdn.microsoft.com/Forums/en-IN/​sqlreporting...   Cached
    SQL Server Developer Center Sign in. United States (English)
  2. sqlserverpedia.com/.../ssrs-should-i-​use-embedded-tsql-or...   Cached
    When code logic is encapsulated in stored procedure, ... As you can see, SSRS submitted TSQL with literal values specified in the IN clause.
  3. jahaines.blogspot.com/2009/11/ssrs-​should-i-use-embedded...   Cached
    When code logic is encapsulated in stored procedure, ... As you can see, SSRS submitted TSQL with literal values specified in the IN clause.
  4. social.technet.microsoft.com/Forums/en-​US/sqlreporting...   Cached
    SQL Server Reporting Services, ... is there anyway to run complex reports using T-SQL? including ... The suggested approach would be put such logic in a ...
  5. sqlblog.com/blogs/greg_low/archive/2008/​03/11/sql-server...   Cached
    SQL Server Reporting Services: Avoid T-SQL in Reports I ... really don't like seeing T-SQL scripts (or really any business logic) embedded in reports.
  6. social.technet.microsoft.com/Forums/mr-​IN/sqlreporting...   Cached
    I have 2 tables Table 1 ID YEAR Amount 111 2000 10 111 2001 20 222 2000 30 222 2001 40 Table 2 ID Year Sales 111 2000 10 111 2000 8 111 2000 4 111 2001 12 ...
  7. stackoverflow.com/questions/12186762/​ssrs-t-sql...   Cached
    This T-SQL code will be used in SSRS so it won't work. ... so any valid SQL will work. You can also move this logic into a stored procedure, ...
  8. jahaines.blogspot.com/2009/11/ssrs-​should-i-use-embedded...   Cached
    SSRS is becoming a highly scalable and performant reporting solution, ... When code logic is encapsulated in stored ... T-SQL Tuesday #024: The Roundup.
  9. sqlserverpedia.com/blog/sql-server-​bloggers/ssrs-should...   Cached
    When code logic is encapsulated in ... When a multi-value parameter is used with the IN clause the SSRS engine submits the query to SQL Server using literal ...
  10. social.msdn.microsoft.com/Forums/.../​transactsql/thread/...   Cached
    Microsoft Developer Network Sign in. United States (English)
  11. social.msdn.microsoft.com/Forums/en-US/​transactsql/...   Cached
    I am trying to create the first part of a ssrs report that will have a sub report. My first obstacle is to simply bring back the employee firstname, and ...
  12. social.msdn.microsoft.com/Forums/en-SG/​sqlreporting...   Cached
    SQL Server Developer Center Sign in. United States (English)
  13. social.msdn.microsoft.com/Forums/en-US/​sqlreporting...   Cached
    We use Reporting Services 2008 for all our reports which users access from our Intranet applications. There is often a requirement that some piece of ...
  14. social.msdn.microsoft.com/Forums/en-US/​sqlreporting...   Cached
    I have 2 tables Table 1 ID YEAR Amount 111 2000 10 111 2001 20 222 2000 30 222 2001 40 Table 2 ID Year Sales 111 2000 10 111 2000 8 111 2000 4 111 2001 12 ...