Viewing 15 posts - 10,501 through 10,515 (of 13,874 total)
Cadavre (8/22/2012)
Phil Parkin (8/22/2012)
Is this homework? Interview questions? Because getting someone else to provide you with a solution is unlikely to help you learn.
Especially not that solution! :w00t:
Whoops? 😉
Maybe I...
August 22, 2012 at 8:20 am
kishoremania (8/22/2012)
I tried pipe as column delimiter. It's not working too.
Can you please try to test once with the...
August 22, 2012 at 7:20 am
Is this homework? Interview questions? Because getting someone else to provide you with a solution is unlikely to help you learn.
Especially not that solution! :w00t:
August 22, 2012 at 7:15 am
You may also like to read about BIML - a modelling language that can be 'built' into an SSIS package from within BIDS Helper (which is free). We use it...
August 22, 2012 at 1:35 am
n79799 (8/21/2012)
I am new to this forum and would like to take a stab at this question.
With whatever info you have provided....
Please see first what SSIS is sending to your...
August 22, 2012 at 1:20 am
Evil Kraig F (8/20/2012)
August 20, 2012 at 1:36 pm
Stamey (8/17/2012)
August 20, 2012 at 9:10 am
rajeshpalo2003 78748 (8/20/2012)
My SSIS package is configured by job.so i want to execute that job through stored procedure and i am try to execute that job 5...
August 20, 2012 at 4:52 am
rajeshpalo2003 78748 (8/20/2012)
How to execute a job and loop through it until you have 5 jobs running in parallel(same job name)
Is it possible to run same job...
August 20, 2012 at 2:59 am
kishoremania (8/17/2012)
I am loading data from sql server to a flatfile (.csv format). One of the column will have values like
=HsGetValue("GPDetail","Scenario#Actual;Year#2012;Period#P07;View#YTD;Entity#G1G2_0609000;Value#<Entity Curr Total>;Account#G3G4_19270999;ICP#I_0695;Custom1#topC1;Custom2#topC2;Custom3#[None];Custom4#[None]")
When I am trying to load it, data...
August 19, 2012 at 9:52 am
I think he needs more than coffee - in fact, I think he had more than coffee ... And plenty of the stuFf too.
But, in the morning, he'll look...
August 17, 2012 at 10:12 am
anushamsbi (8/17/2012)
Hi,It is not working.. can u pls eloborate that one..
Rather than saying "it's not working", which is close to useless to us, please provide details of what you tried...
August 17, 2012 at 7:17 am
ChrisM@Work (8/17/2012)
Phil Parkin (8/17/2012)
SELECT ... INTO
always creates a new table. When it creates that table, uses the data types of the source columns, but not primary...
August 17, 2012 at 3:37 am
Nice work - thanks for posting back.
May I suggest that you consider using table aliases - it will make your query much more readable. Eg
select t.col1, t.col2 from tablewithaverylongnameindeedohyes t
--rather...
August 17, 2012 at 2:12 am
Missing something, I'm afraid.
SELECT ... INTO
always creates a new table. When it creates that table, uses the data types of the source columns, but not primary keys or identity...
August 17, 2012 at 1:12 am
Viewing 15 posts - 10,501 through 10,515 (of 13,874 total)