Viewing 15 posts - 16 through 30 (of 46 total)
ningaraju.n (12/17/2012)
I am new to SSIS,I have given task of implementing the following task
create SSIS packages which takes input parameters and call stored procedure and the result set of...
December 17, 2012 at 3:27 am
xmozart.ryan (12/17/2012)
but b'coz i dont understand too much about instead of update...
December 17, 2012 at 2:48 am
Subbu S (12/16/2012)
Select 1 [Id],1000[value] into TempA
Select 2[Id], 10 value, 1 parent into TempB
Insert into TempB
Select 3,9,1
union all
select 4,5,1
Select * From TempA;
Select *...
December 17, 2012 at 12:36 am
ByronOne (12/11/2012)
I have a table in SQL server that contains the following : ID, Date, Description, Type, Manager and Site. There can be more than one record per...
December 11, 2012 at 2:11 am
Nice question.However it will fetch error in SQL 2005 not sure about upper version as we can not assign value while declaration.
December 10, 2012 at 3:17 am
abhas (12/5/2012)
I am doing below steps.
1) Execute sql task - here I am fetching studid,studname,deptname,HodName,HodMail.
2) I am using foreach loop
3) In foreach loop I am using script task and...
December 6, 2012 at 4:40 am
Thanks Koen.
December 6, 2012 at 3:29 am
Koen Verbeeck (12/6/2012)
(you can find stuff like this in even the most basic...
December 6, 2012 at 2:04 am
komal145 (12/4/2012)
Hi..I had an interview and had few questions:Can anyone please help me finding out answers for the below questions?
1) Design table to track phone?
It totally deppends on the business...
December 5, 2012 at 6:44 am
abhas (12/5/2012)
Hi rhythmI am doing the same but emails are going repeatedly.
Example if there are 5 students then 5 different mails are going.
Thanks
Abhas.
Probably you have include your mail task in...
December 5, 2012 at 1:48 am
abhas (12/4/2012)
Hi Jeet,I want to use this by using SSIS.
Thanks
Abaso jadhav
Store the names of student in string variable using Execute Sql Task and then use send mail task to send...
December 4, 2012 at 11:29 pm
SSIS.COM (8/24/2010)
Here is a brief description of my problem
Initially my destination(reference) table is empty... I am trying to load data from my staging table...
December 4, 2012 at 2:46 am
Phil Parkin (11/27/2012)
rhythm.varshney (11/27/2012)
Phil Parkin (11/27/2012)
If you want to put an SSIS 'wrapper' round...
December 3, 2012 at 6:46 pm
cooljagadeesh (12/3/2012)
how to i find out the user when stored procedure last modified
i am able to get the list of sp's modified date
using below Queries
select...
December 3, 2012 at 6:30 am
I got it by following way.Please let me know if there is any better way of doing it via SSIS transformations.
1.Truncating and filling records from CSV to staging table.
2.Putting look...
December 3, 2012 at 5:37 am
Viewing 15 posts - 16 through 30 (of 46 total)