Viewing 15 posts - 376 through 390 (of 669 total)
Regex newPattern=new Regex("[0-9]+[-][0-9]+[-][0-9]+")
Explanation: not beginning with alphabets and having atleast one occurance or more of numeric followed by dash(hyphen) which is followed by one or more occurance of numerals again...
September 24, 2010 at 9:57 pm
Phil Parkin (9/24/2010)
Raunak Jhawar (9/24/2010)
(and admit, VB or C# is probably a lot easier than WQL :-D)
-- ...try something new everyday...;-)
One day a German beer, then a Belgian one, then...
September 24, 2010 at 7:48 am
(and admit, VB or C# is probably a lot easier than WQL :-D)
The learning process should be gradual and rising...that's what is my personal belief...try something new everyday...;-)
September 24, 2010 at 7:40 am
What is the value set for ValidateExternalMetaData?
September 24, 2010 at 7:03 am
class Program
{
static void Main(string[] args)
{ ...
September 24, 2010 at 6:29 am
Come on guys let's gear up...
Please raise this issue...invite talent..:-):-):-)
September 24, 2010 at 6:28 am
da-zero (9/24/2010)
1. Add a script task.
2. In the script, create a directoryinfo on the directory. (let's name it di)
3. Use the getfiles method: di.getfiles() and...
September 24, 2010 at 5:41 am
amarsale (9/24/2010)
i have been asked to build a datawarehouse cube which includes data from three product master tables. So i have to bring together each product that exists in all...
September 24, 2010 at 1:02 am
September 23, 2010 at 11:41 pm
Doug,
You have 2 options at this point of time:
Option 1: Use WQL Query and trigger on FileCreate Event
OR
Option 2: Use FileSystemWatcher in Script Task and trigger on FileCreate Event
Both are...
September 23, 2010 at 11:32 pm
doug.milostic (9/23/2010)
September 23, 2010 at 11:15 pm
You may use the String.Format() method available is SSRS
for more customization i would suggest using an embed VB code
September 23, 2010 at 10:55 pm
You may store the variable value Post Execution in some another variable which will be accessed in the next script task...
But what is it that you wish to achieve
September 23, 2010 at 10:52 pm
The behaviour is perfectly normal. The variable is losing the scope as it is not persistent as the process terminates
September 23, 2010 at 10:08 pm
Viewing 15 posts - 376 through 390 (of 669 total)