sql - How to insert into ReportServer.DBO.Subscriptions -



sql - How to insert into ReportServer.DBO.Subscriptions -

sql server 2005 study server

how can subscription manually created?

reportserver uses proc createsubscription add together row subscriptions table.

i have new shared schedule. reports subscribe existing schedule, need subscribe the new shared schedule, using same attributes (the difference between schedules 1 timed, , other called code).

the issue see generating subscriptionid (unique identifier). it's not set primary key, can't leave out parameter insert statement.

is there way utilize same method generating subscription id reportserver uses, or can generate own guid, or reduced recreating these subscriptions manually...

thanks in advance.

sql sql-server reporting-services reportserver

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -