Click here to Skip to main content
15,891,431 members
Home / Discussions / Database
   

Database

 
Questionerror 40 : named pipes Pin
saeidfarahi23-Jul-09 22:57
saeidfarahi23-Jul-09 22:57 
AnswerRe: error 40 : named pipes Pin
Muhammad Mazhar23-Jul-09 23:42
Muhammad Mazhar23-Jul-09 23:42 
QuestionParameters problem Pin
jonhbt23-Jul-09 19:35
jonhbt23-Jul-09 19:35 
AnswerRe: Parameters problem Pin
Abhijit Jana23-Jul-09 19:49
professionalAbhijit Jana23-Jul-09 19:49 
GeneralRe: Parameters problem Pin
jonhbt23-Jul-09 19:58
jonhbt23-Jul-09 19:58 
AnswerRe: Parameters problem Pin
DoctorMick24-Jul-09 0:08
DoctorMick24-Jul-09 0:08 
AnswerRe: Parameters problem Pin
Baran M24-Jul-09 0:16
Baran M24-Jul-09 0:16 
QuestionGenerate report snapshot programatically in SQL Reporting Services Pin
sunit_8223-Jul-09 12:44
sunit_8223-Jul-09 12:44 
To explain the problem definition let me take a simple example. Lets say I have a report with Year as the parameter. So when i go to the report i have to select the year from a dropdownlist and click 'View report' button to view the report. assuming that for each year there are millons of records, I don't want to wait for long time for the report to show.

I know there is a caching and snapshot history features in SQL reporting services. But in both ways it would cache or save snapshot of report only for default value of parameter specified or for a particular report requested with selected parameter. It will not cache or snapshot for all possible parameter combinations. In my example i have taken only one parameter 'Year' and it may have lets say 10 values(2000-2009). But if i have another report with 'Year' and 'Month' parameters, then there would be 120 (10x12) possible reports combinations.

So my requirement is to some how(programatically or using web service or any other way) cache or snapshot all these possible reports using various combinations of parameters for a particular report.
Also would like to mention that the possible values for a parameter may also come from database. Like for 'Year' we might get the various values possible from a table in our database.

This requirement is so that user do not have to wait for long time when he requests a report with any parameter selected. This is to be done using SQL Reporting Services. Cheers!Thumbs Up | :thumbsup:

s.a.w.

AnswerRe: Generate report snapshot programatically in SQL Reporting Services Pin
Mike Ellison24-Jul-09 4:10
Mike Ellison24-Jul-09 4:10 
QuestionSQL Stored procedure help Pin
cdietschrun23-Jul-09 8:30
cdietschrun23-Jul-09 8:30 
AnswerRe: SQL Stored procedure help Pin
Ashfield23-Jul-09 8:34
Ashfield23-Jul-09 8:34 
GeneralRe: SQL Stored procedure help Pin
cdietschrun23-Jul-09 9:35
cdietschrun23-Jul-09 9:35 
GeneralRe: SQL Stored procedure help Pin
cdietschrun23-Jul-09 9:48
cdietschrun23-Jul-09 9:48 
QuestionConcurrency Issue - Restict Select query ( view) till another user modifies it. Pin
meerabhuva23-Jul-09 4:07
meerabhuva23-Jul-09 4:07 
AnswerRe: Concurrency Issue - Restict Select query ( view) till another user modifies it. Pin
David Mujica23-Jul-09 4:29
David Mujica23-Jul-09 4:29 
Questionupdate table with split function Pin
jrsreenivas23-Jul-09 3:44
jrsreenivas23-Jul-09 3:44 
AnswerRe: update table with split function Pin
leckey23-Jul-09 10:10
leckey23-Jul-09 10:10 
AnswerRe: update table with split function Pin
Robin_Roy27-Jul-09 17:25
Robin_Roy27-Jul-09 17:25 
QuestionMSMQ Performance Monitoring Pin
UmaMahesh suda23-Jul-09 3:08
UmaMahesh suda23-Jul-09 3:08 
AnswerRe: MSMQ Performance Monitoring Pin
leckey23-Jul-09 10:14
leckey23-Jul-09 10:14 
QuestionExecuteScalar() Pin
sandhya1422-Jul-09 22:08
sandhya1422-Jul-09 22:08 
AnswerRe: ExecuteScalar() Pin
Mycroft Holmes23-Jul-09 0:54
professionalMycroft Holmes23-Jul-09 0:54 
QuestionSecurity tree structure Pin
Rajeshwar Code- Developer22-Jul-09 20:30
Rajeshwar Code- Developer22-Jul-09 20:30 
AnswerRe: Security tree structure Pin
infneeta22-Jul-09 21:41
infneeta22-Jul-09 21:41 
AnswerRe: Security tree structure Pin
Mycroft Holmes23-Jul-09 0:56
professionalMycroft Holmes23-Jul-09 0:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.