Viewing 14 posts - 166 through 179 (of 179 total)
I manage to get this done with some help here
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=110326
To my current code already in place,I have added
'Files are...
September 11, 2008 at 7:04 am
I tried the following.I created a Script Task with
2 read variables
FileLocation = "C:\Test\"
FileExtension = "*.zip"
1 write variable
FileExist =False
In Script Task
Imports System
Imports System.Data
Imports System.Math
Imports System.IO
Imports Microsoft.SqlServer.Dts.Runtime
Public Class ScriptMain
...
September 10, 2008 at 8:27 am
Im thinking of doing the following,writing a .net code to check for file exist and add it to script component.Upon success execute the rest of the SSIS package.
Do you think...
September 10, 2008 at 7:21 am
Hi Paul,
Im interested in the 2nd option,any ideas on how I can get started with this.thanks
September 9, 2008 at 7:48 pm
All,
Read from below and currently am trying it.
1) Created a txt box on Report Header.That has a value of
=ReportItems!textbox1.Value [Refers to a textbox1 in Report Body]
2) TextBox1...
August 8, 2008 at 9:07 am
Could some one confirm If my steps are correct ?
Inorder for me to have the first 2 rows repeat on each page,Do they need to be part of table header?...
August 7, 2008 at 7:16 am
I tried using a TRIM and changed both Text Box Values to Lower Case [LCase] and then compared them using the "LIKE".
It works now 🙂
August 6, 2008 at 6:44 am
Thanks Chuck for a breif overview of what would need to be done. Could you give me a step by step list,so I can follow through.
Is there a size limit...
July 28, 2008 at 11:47 am
As I just joined this company as a Jr DBA .Im not very sure on the setup that they have but I would be great if you could give me...
July 17, 2008 at 10:54 am
Jack,
It is SQL 2005 and I am using the correct textbox for the expression.I have written a simple VB function that would convert a IS NOTHING value to 0 and...
May 28, 2008 at 12:21 pm
Jack,
I tried both the IIF's.Here is what I get
[rsFieldReference] The Hidden expression for the textbox ‘textbox42’ refers to the field ‘total’. Report item expressions can only refer to fields...
May 28, 2008 at 10:40 am
Jack,
I tried the 2 fIIF you have mentioned above,but it gives me an error of invalid data type returned.Any other suggestions?
May 28, 2008 at 9:41 am
Hi Jack,
Thanks for your response.I tried the NoRows on table Property.But what I need is to include a "0" in the total txtbox of the table.Any idea?
I have attached the...
May 28, 2008 at 9:11 am
Viewing 14 posts - 166 through 179 (of 179 total)