Click here to Skip to main content
16,004,806 members
Home / Discussions / Database
   

Database

 
QuestionMultiple Select Statement in stored procedure Pin
deepseeindeepsy14-Nov-09 0:10
deepseeindeepsy14-Nov-09 0:10 
AnswerRe: Multiple Select Statement in stored procedure Pin
i.j.russell14-Nov-09 1:09
i.j.russell14-Nov-09 1:09 
AnswerRe: Multiple Select Statement in stored procedure Pin
Mycroft Holmes14-Nov-09 2:12
professionalMycroft Holmes14-Nov-09 2:12 
AnswerRe: Multiple Select Statement in stored procedure Pin
Niladri_Biswas14-Nov-09 17:37
Niladri_Biswas14-Nov-09 17:37 
QuestionTotal Count Pin
.NET- India 13-Nov-09 21:38
.NET- India 13-Nov-09 21:38 
AnswerRe: Total Count Pin
Mycroft Holmes14-Nov-09 2:08
professionalMycroft Holmes14-Nov-09 2:08 
AnswerRe: Total Count Pin
Niladri_Biswas14-Nov-09 17:41
Niladri_Biswas14-Nov-09 17:41 
QuestionSSRS 2005 to SSRS 2008 question Pin
ranro13-Nov-09 15:58
ranro13-Nov-09 15:58 
I have some RDL that was written using the Business Intelligence Design Studio (BIDS) in Visual Studio 2005. This report has a subreport that is visible depending upon a value in the dataset that is the source for the reports data. I have an expression in the hidden property for the subreport that returns true or false depending upon the value. The expression is like =iif(Fields!ShowSubreport.Value = 0, False, True). Anyway everything works fine in Visual Studio 2005. However, I am trying to get this report to work with VS 2008. It is my understanding that when I open this report using BIDS in VS 2008 that it will automatically convert the RDL from 2005 to 2008. It does this this changing my Lists to Tablix and other things. However, when I view the report now, I cannot see the data in the main body of the report. But if I get rid of the expression if the hidden property of the subreport, I can see everything just fine. For example, if I change the hidden property from the expression above to ‘False’ it works just fine. I have tried several different ways of writing the expression, but nothing seems to work. Does anyone know what could be causing this?
Questionsql server 2008 Pin
AndyInUK13-Nov-09 5:38
AndyInUK13-Nov-09 5:38 
AnswerRe: sql server 2008 Pin
sarang_k13-Nov-09 5:48
sarang_k13-Nov-09 5:48 
GeneralRe: sql server 2008 Pin
AndyInUK13-Nov-09 6:09
AndyInUK13-Nov-09 6:09 
GeneralRe: sql server 2008 Pin
Abhishek Sur13-Nov-09 9:40
professionalAbhishek Sur13-Nov-09 9:40 
GeneralRe: sql server 2008 Pin
Mycroft Holmes14-Nov-09 2:02
professionalMycroft Holmes14-Nov-09 2:02 
AnswerRe: sql server 2008 Pin
Shameel14-Nov-09 23:39
professionalShameel14-Nov-09 23:39 
QuestionHow to use the Case in stored procedure Pin
sarang_k13-Nov-09 5:36
sarang_k13-Nov-09 5:36 
AnswerRe: How to use the Case in stored procedure Pin
Abhishek Sur13-Nov-09 5:58
professionalAbhishek Sur13-Nov-09 5:58 
AnswerRe: How to use the Case in stored procedure Pin
Abhishek Sur13-Nov-09 6:00
professionalAbhishek Sur13-Nov-09 6:00 
AnswerRe: How to use the Case in stored procedure Pin
David Skelly13-Nov-09 6:34
David Skelly13-Nov-09 6:34 
GeneralRe: How to use the Case in stored procedure Pin
Mycroft Holmes14-Nov-09 1:59
professionalMycroft Holmes14-Nov-09 1:59 
GeneralRe: How to use the Case in stored procedure Pin
Andy_L_J14-Nov-09 2:38
Andy_L_J14-Nov-09 2:38 
AnswerRe: How to use the Case in stored procedure Pin
Niladri_Biswas14-Nov-09 17:56
Niladri_Biswas14-Nov-09 17:56 
QuestionCreating Records based on Quant Field Pin
ffowler12-Nov-09 7:57
ffowler12-Nov-09 7:57 
AnswerRe: Creating Records based on Quant Field Pin
Mycroft Holmes12-Nov-09 11:35
professionalMycroft Holmes12-Nov-09 11:35 
GeneralRe: Creating Records based on Quant Field Pin
David Skelly12-Nov-09 22:41
David Skelly12-Nov-09 22:41 
GeneralRe: Creating Records based on Quant Field Pin
Mycroft Holmes12-Nov-09 23:05
professionalMycroft Holmes12-Nov-09 23:05 

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.