Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ali100
Starting Member
5 Posts |
Posted - 2012-12-22 : 10:08:22
|
Does any one know the difference of Pull model vs push model,,,, I m working on SQL reports, it is very gud if u guys can describe it with the Reports levels,,, |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-12-22 : 13:43:51
|
Pull model is case where when users access the report through the report viewer URL which in effect renders the report from server. The parameter values can be passed via query string parameters to URL to customise the report.In push model, subscriptions are set at server to render and deliver the report to users without them trying to render them. Subscriptions can deliver reports through email or publish it to a shared folder. Subscriptions can be based on static values or data driven where values are passed from table.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
ali100
Starting Member
5 Posts |
Posted - 2012-12-23 : 06:23:03
|
thanks,sir, I am having a project of asp.net in which i am migrating crystal reports to rdlc file(not rdl) user login in website they are seeing the loan issued in last month by the website, so it is pull method ..well thanks sir |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-12-24 : 15:30:36
|
you're welcome.Its pull so long as users are acccessing it from site------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|
|
|