Viewing 15 posts - 1 through 15 (of 21 total)
Not the expected solution but restarting the server did the trick in my case.
February 16, 2017 at 3:59 pm
The Env variable I have created is system variable. Also, this is a new server so someone else creating one is very remote. But I will verify just to make...
February 16, 2017 at 2:58 pm
I am using this SQL within the data flow task of SSIS package. I am doing simple select from a stage table and inserting into the base table. Wherever date...
November 12, 2012 at 12:49 am
In a select list.
Thanks,
-Mohsin
November 11, 2012 at 10:36 pm
Hi,
If you do not want to get into look up tables and stuff, try implementing bad data re-direction technique.
This way when you execute the package, all the duplicate rows will...
August 25, 2010 at 11:56 am
Are you able to send email directly from Database mail component in SSMS?
August 25, 2010 at 11:42 am
So the source and target column mapping would be as follows,
CHGF1 = R or P
Then mapping is
ACT03_ARM_Change_Type_1 = CHGF1
ACT03_ARM_Change_Code_1 = 1
ACT03_ARM_Change_Effective_Dt_1 = CHGD1
ACT03_ARM_Change_Amount_1 = CHGA1
ACT03_ARM_Change_Rate_1 = CHGA1/10
and...
April 16, 2010 at 2:09 pm
Hi Paul,
Its not straight forward to use insert into ... Select clause statements.
I think you are not clear with the requirement. I have uploaded source and target table scripts along...
April 16, 2010 at 2:02 pm
I have uploaded source table script (changeInfo.txt) and source table data in (changeInfo_text.txt) along with target table structures.
I am not understanding logic to start from.
Thanks,
-Mohsin
April 16, 2010 at 1:54 pm
Copying from stage table to target table with conditions as specified above.
Basically select from stage and insert into target.
-Mohsin
April 16, 2010 at 1:13 pm
Yes, this is a production server. I had tried running agent with service account, even then I am unable to get the email out from the sql jobs.
Also, when I...
October 7, 2009 at 5:42 am
Not on this server. None of the SQL jobs able to send email upon completion (success\failure).
However I have few other SQL Servers from where email works from SQL agent jobs.
October 7, 2009 at 5:04 am
I am able to receive email when I execute my script using 'NT AUTHORITY\SYSTEM' privileges.
October 7, 2009 at 4:49 am
I tried running the above script, however there are zero rows returning from the query.
Thanks,
-MMohsin
October 7, 2009 at 4:44 am
I am getting zero rows upon executing your query.
October 7, 2009 at 4:31 am
Viewing 15 posts - 1 through 15 (of 21 total)