Viewing 12 posts - 1 through 12 (of 12 total)
October 30, 2017 at 1:18 am
October 24, 2017 at 7:12 am
October 23, 2017 at 10:19 pm
Hello Experts,
I have a data in a table as shown in the...
October 23, 2017 at 4:38 am
It does not give error. It executes.
April 17, 2015 at 5:49 am
Thanks Megha.
SELECT would results many thousand rows.
You have re-written the same query with alias, otherwise there is no difference between my query and yours right?
April 17, 2015 at 4:22 am
Gail, you are absolutely right.
I have doing a batch delete due to large size of the table. But in case if I get error during delete, how do I capture?
If...
April 15, 2015 at 3:19 am
Then, how do we track the errors?
since table is very large, I cannot remove batch delete process.
I wanted some mechanism to track tables successfully deleted and failed.
Thanks,
Naveen J V
April 15, 2015 at 2:54 am
SP is also fine, but again SP needs to be called for each table right?
and transaction should be handled with in SP or what?
April 7, 2015 at 7:00 am
Rollback only table 30 and loop should continue from 31 onwards
April 7, 2015 at 6:44 am
Hi,
I am facing similar issues. Need to export from SQL table to pre-formated excel sheet.
can u please help me by sending the steps. I am a newbie to SSIS.
Thanks in...
February 7, 2014 at 10:03 pm
Viewing 12 posts - 1 through 12 (of 12 total)