SP_MAKEWEBTASK system procedure avilable in sqlserver 2005?any equalent in sql2008?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Reddeppa
    New Member
    • Mar 2013
    • 6

    SP_MAKEWEBTASK system procedure avilable in sqlserver 2005?any equalent in sql2008?

    SP_MAKEWEBTASK system procedure avilable in sqlserver 2005?is there any equalent procedure/scenario avliable in sql server 2008?

    Thanks in advance :)
    Reddeppa G
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    SP_MAKEWEBTASK was included in 2005 for backwards compatibility with 2000 and had a warning that it was going to be removed in 2008.

    Microsoft's recommendation is to use SQL Server Reporting Services to replicate what you did using that procedure.

    Comment

    Working...