Viewing 15 posts - 421 through 435 (of 681 total)
Good article, and well articulated. On behalf of those of us who have been around a while, thanks for the kind words.
I'm sure that most if not all of...
November 27, 2008 at 2:43 pm
The % is a MOD operator in SQL Server. If you're not familiar with that mathematical function, it will return the remainder portion of a division operation. So,...
November 27, 2008 at 9:49 am
From an SSRS perspective, you can set the page size, layout, and margins, but the rest is up to the printer driver. You might try setting up 2 different...
November 27, 2008 at 9:19 am
Ryan,
If you are always running this on Sunday and the dates provided are always Sundays as well, you could just do a MOD (%) on the number of days between...
November 27, 2008 at 9:03 am
Are the database names always the same from one day to the next? If so, you could use a For Each Loop and create a static list of database...
November 27, 2008 at 8:30 am
You'll need to give some more information... in your data you have included "pratyush" and "singh" in the same row but there is nothing in your source data to tie...
November 27, 2008 at 6:58 am
Lee,
What you are looking for is the Lookup transformation. This will allow you check the destination table to see if that value already exists. You will need to...
November 27, 2008 at 6:54 am
That's how I interpreted his post. That could go wrong in a hurry.
November 26, 2008 at 8:46 pm
You'll need to provide some more information about what you are trying to do, your environment, etc.
November 26, 2008 at 5:32 pm
If you're looking for an easy way to create the destination table, you could pull out the first SELECT statement (before the first UNION) and do a SELECT...INTO to create...
November 26, 2008 at 5:27 pm
Sam, this really depends on the application you are calling, not really SSIS. Most applications that can be called from the command line will allow you to pass parameters...
November 26, 2008 at 1:43 pm
Bhavna,
Will you be splitting this data based on the meetingcode value? If so, since you have a small number of distinct values you are best using the Conditional Split...
November 26, 2008 at 12:39 pm
Can you post your script code?
November 26, 2008 at 12:19 pm
Yes, it is possible. You can use a Conditional Split transform to branch your output to the respective flat file destinations. There are other options, including the Foreach...
November 26, 2008 at 12:09 pm
Viewing 15 posts - 421 through 435 (of 681 total)