Viewing 15 posts - 61 through 75 (of 123 total)
Port1433 (4/11/2014)
April 11, 2014 at 9:17 pm
use below..
SELECT a.c.value('(.)', 'varchar(100)') [EmpID]
FROM @data.nodes ('employeelist/employeeid') a ( c )
It's upto you to use Varchar or INT.. I just use Varchar for alphanumeric data...
April 11, 2014 at 3:23 pm
You have to use an expression builder to create the file name and assign it to the CSV connection manager. Then you can assign the particular file name with date...
April 11, 2014 at 12:23 pm
cook155 (4/11/2014)
April 11, 2014 at 9:59 am
Use the lookup transformation after the source which can serve your purpose(Instead of Writing query).
10000 is a very small number, it should be a cake walk for ssis until there...
April 11, 2014 at 9:56 am
If you are dealing with a lot of DML operations, remove the indexes as the first step, and re create at the end after the data load happens. Are you...
April 11, 2014 at 9:54 am
cook155 (4/11/2014)
Do i need to go into the manager side and actually do it this way?
Did you get a chance to try the route I gave you?
April 11, 2014 at 9:45 am
Easiest and reliable way is to Generate scripts and save to a single sql file. one other way for ssis is use a Execute SQL task and write a query...
April 11, 2014 at 9:43 am
There are many institutions / providers that does online training / inclass as well. I do for different companies too. If you are not planning to spend much, start with...
April 11, 2014 at 9:36 am
Can you also add the desired output to make it easier to understand what you actually mean to convey with this..
See if ranking functions can help you with sequencing numbers....
April 11, 2014 at 9:07 am
Sabio (4/11/2014)
April 11, 2014 at 9:01 am
belvdr (4/10/2014)
Definitely worth noting. For Standard, you can still use Mirroring or Log Shipping, if you can handle a delay.
If a delay is okay, Incremental data loads at maintenance...
April 10, 2014 at 2:49 pm
TomThomson (4/10/2014)
Ed Wagner (4/10/2014)
Kurt W. Zimmerman (4/10/2014)
Revenant (4/10/2014)
Ed Wagner (4/10/2014)
SQLRNNR (4/10/2014)
trackerHunt
Dogs
Sun
Set
Up
Bottom
April 10, 2014 at 2:45 pm
scottcabral (4/10/2014)
I guess it could be. I was thinking of creating each report as a separate rdl file and then combining them into 1 report based on the...
April 10, 2014 at 2:32 pm
@OP,
1) If you want to show just the totals for both of them, Use a Rollup. Without roll up, what happens is you cannot use the Group by anymore since...
April 10, 2014 at 2:28 pm
Viewing 15 posts - 61 through 75 (of 123 total)