SQLServerCentral Logo SQLServerCentral Logo
  • Articles
  • Editorials
  • Stairways
  • Forums
    • Forums home
    • Active threads
    • Latest topics
    • Most popular
    • Leaderboard
  • Scripts
  • QotD
  • Books
  • Blogs
  • Register
  • Login
  • Write for us
  • Menu
  • Articles
  • Editorials
  • Stairways
  • Forums
    • Forums home
    • Active threads
    • Latest topics
    • Most popular
    • Leaderboard
  • Scripts
  • QotD
  • Books
  • Blogs
  • Write for us
  • Register
  • Login

d.maresma

  • Profile
  • Topics Started
  • Replies Created
  • Leaderboards

Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Help avoiding temp table with string of IDs passed into stored procedure

    Try something new like with table value parameter more simple and more powerfull

    or cast Xml type in an in line function

    http://msdn.microsoft.com/en-us/library/bb675163(v=vs.110).aspx

    http://www.brentozar.com/archive/2014/02/using-sql-servers-table-valued-parameters/

    http://www.codeproject.com/Articles/39161/C-and-Table-Value-Parameters

    For BI reports (SSRS) use : http://geekswithblogs.net/GruffCode/archive/2012/06/21/using-table-valued-parameters-with-sql-server-reporting-services.aspx

    October 8, 2014 at 6:57 am

    #1750931

Viewing post 1 (of 2 total)

  • About SQLServerCentral
  • Contact Us
  • Terms of Use
  • Privacy Policy
  • Contribute
  • Contributors
  • Authors
  • Newsletters
Redgate logo