Viewing 15 posts - 91 through 105 (of 1,047 total)
Koen Verbeeck (12/19/2013)
kapil_kk (12/19/2013)
Koen Verbeeck (12/19/2013)
kapil_kk (12/18/2013)
I have a scenario in which I need to execute the Stored Procedure which required input parameters.
e.g. usp_TestData ?,?
I have created user variables...
December 19, 2013 at 2:47 am
Evil Kraig F (12/19/2013)
December 19, 2013 at 2:14 am
Koen Verbeeck (12/19/2013)
kapil_kk (12/18/2013)
I have a scenario in which I need to execute the Stored Procedure which required input parameters.
e.g. usp_TestData ?,?
I have created user variables in package itself...
December 19, 2013 at 2:13 am
Koen Verbeeck (12/18/2013)
kapil_kk (12/18/2013)
After data gets transferred change the status flag to 1 for those rows...
In which table? Table1 or table2?
in table1 from which I am transferring data..
December 18, 2013 at 5:25 am
Koen Verbeeck (12/18/2013)
kapil_kk (12/18/2013)
Abu Dina (12/18/2013)
I like to keep things simple so I would link the Data Flow Task to an Execute SQL Task (with On Success...
December 18, 2013 at 5:20 am
Abu Dina (12/18/2013)
I like to keep things simple so I would link the Data Flow Task to an Execute SQL Task (with On Success precedence constraint) that...
December 18, 2013 at 5:07 am
Koen Verbeeck (12/18/2013)
kapil_kk (12/18/2013)
Abu Dina (12/18/2013)
December 18, 2013 at 5:03 am
Abu Dina (12/18/2013)
December 18, 2013 at 4:48 am
Jeff Moden (12/14/2013)
I don't see any obvious severe problems in the code. I agree with Gail, though. One test is worth a thousand expert opinions. Run the...
December 15, 2013 at 2:31 am
ScottPletcher (12/13/2013)
1) Capture and save the existing index missing/usage stats for that table immediately, before any hanges are made.
2) Run the...
December 14, 2013 at 12:48 am
ScottPletcher (12/12/2013)
2) Depending on the row counts, you might consider...
December 12, 2013 at 11:37 pm
dwain.c (12/12/2013)
You should wrap your UPDATEs/INSERT/MERGE in a TRANSACTION and then do COMMIT/ROLLBACK consistent with your error handling.
Thanks Dwain, I will do that 🙂
December 12, 2013 at 11:20 pm
GilaMonster (12/11/2013)
More nolock abuse. Are the users aware and happy with the fact that their reports could return incorrect data?
Ok, I will remove that nolock part from code.......................
Other than that...
December 11, 2013 at 11:56 pm
Viewing 15 posts - 91 through 105 (of 1,047 total)