Viewing 12 posts - 1 through 12 (of 12 total)
While selecting the rows from the table I used a With NoLOCK option and it started working. Seems the select had set a lock on the table. Will using a...
February 22, 2011 at 11:36 pm
Is there any workaround for the blockage due to update, not allowing any insert.
February 22, 2011 at 10:40 pm
There is a merge join that filters out rows to update and insert; The update works fine and as soon as insert happens the rows dont get inserted and table...
February 22, 2011 at 5:54 am
Thnks for the response.
Actually I did not want the hour diffrence, I wanted the time for which the employee was in? ie in this case from 12 to 3 the...
November 9, 2010 at 12:30 am
The connection manager is dynamic. The columns are not same everytime.
May 14, 2009 at 5:12 am
For that i will have to load the rows in Excel into a table.
I was asking if you can get the count directly using the Excel?
January 8, 2009 at 10:33 pm
Can you please tell how it can be done?
January 8, 2009 at 5:30 am
the query returns only 288 rows and still the problem exists.
December 16, 2008 at 10:28 pm
Any resolution to this problem if one of the numbers is a super large number ?
December 16, 2008 at 8:31 pm
Thanks for the reply.
Just curious to know if there is any other method to filter out records that need to be Updated / Inserted other than using Merge Join
November 25, 2008 at 9:11 pm
Viewing 12 posts - 1 through 12 (of 12 total)