Viewing 7 posts - 1 through 7 (of 7 total)
Thanks All.
I will work on optimizing the query.
One last quick question(want to know if below thing works)-
Using my SSIS package, first I will be writing the header data to the...
April 20, 2020 at 8:33 pm
I can even work with a query instead of view.
Again,I just want to confirm if working with a table runs fast than a view?
April 20, 2020 at 6:45 pm
Yes. I got to know that Rowcount variable will not be updated until the complete control flow completes.
The sql table have millions of records.Is that the reason it is taking...
April 20, 2020 at 6:22 pm
yes, It's a View.
April 20, 2020 at 3:50 pm
I need to get the count(for header data) first as I need to write the header data(which includes count) first on the destination file and then the data.
April 20, 2020 at 3:36 pm
Sorry to say this.
Actually I am new to working on SQL and creating SSIS Packages. So, can you please explain that to me in a simplified way.
If the table from...
April 20, 2020 at 3:32 pm
Hello,
I am also facing the problem with similar kind of Issue. I hope you can help me on this.
My task is to store the count(which is nothing but the total...
April 20, 2020 at 1:59 pm
Viewing 7 posts - 1 through 7 (of 7 total)