Viewing 12 posts - 1 through 12 (of 12 total)
Hi Jack,
I got it to work but in a different way. I created a stored procedure and aliased both fields with the same name. So in the parameters...
January 23, 2009 at 2:40 pm
Hi Jack,
That is exactly what I am looking for!! Unfortunatly I am not exactly sure where to put the code(=IIF(Parameters!SearchWhat.Value = "Contract Number",
"Select ContractNumber as value From ContractNumber",
"Select...
January 23, 2009 at 1:30 pm
I'm using the jump to url:
=Fields!LinkPDF.Value
The value is a Share on a server eg \\EXPL0009\Reports\PDFs\...
January 13, 2009 at 2:11 pm
I'm sorry but don't completly understand. I'm calling the SetReportParameters() method on load which generates the report. I'm not using a URL to run the report because it...
January 13, 2009 at 1:11 pm
I use Where 1=1 in some of my SP that dynamically search the DB as follows. When the search form opens it will display all items initially because no...
January 13, 2009 at 9:03 am
The If...Else statement fixed that issue. I'm getting the same results from the vb form as I am from running the SP in the SQL studio.
August 22, 2008 at 6:03 am
Hi I was working as a Network Admin and got promoted to a DBA role(newly created position) as few months ago. I found Brad McGhee's DBA Best Practices guide...
August 21, 2008 at 1:36 pm
Thanks for all the replies.:)
While doing some testing with the Profiler I noticed that when I executed the SP in the SQL studio it returned this:
EXEC@return_value = [dbo].[DynamicSQLSearch]
@PetroNo = N'c93'
Only...
August 21, 2008 at 12:39 pm
Here it is.
Private Sub FillToolStripButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FillToolStripButton.Click
Try
...
August 20, 2008 at 2:10 pm
Thanks for the advice. I got a book called (SQL server 2005 T-SQL recipes) great book with good examples, just doesn't have what I am looking for in this...
June 20, 2008 at 7:19 am
I'm a total newbie. I just found out what SSIS was yesterday and my SQL writting ability's would be at a novice level. Here is my situation, I...
June 20, 2008 at 6:29 am
Are you suggesting that I import the spread sheet into a flat table then use an insert trigger to redistribute the data appropriatly within the trigger. Is so can...
June 19, 2008 at 7:05 am
Viewing 12 posts - 1 through 12 (of 12 total)