Viewing 10 posts - 61 through 70 (of 70 total)
It runs faster on SSMS than on SSIS, I need to get the performance of SSIS up, and I am not sure why the scripts runs about 4 times faster...
August 11, 2014 at 2:04 pm
Not seeing it, am using Visual Studio 201 BI development, am getting to options but not seeing the rest there
August 11, 2014 at 7:18 am
John, thanks for the reply
First of all the cursor seems to be the only way, we are updating/deleting records where rowcounts are in the 100 of millions or early billions,...
August 11, 2014 at 5:51 am
Thanks to both of the options, I think this is the route I will take, will try both of them and see which one works best for me
June 5, 2014 at 11:57 pm
Hi
I am not sure what the exact limit it, test it by copying and pasting scripts, then it cuts off at some point. Not sure if the limit has been...
June 5, 2014 at 7:54 am
For now it seems the solution is to create a Cursor which updates the user profile. Please, if there is some other way, respond. Here is the code I used.
DECLARE...
April 29, 2014 at 5:50 am
Just some info, the issue is that I need to grant Alter permission to sequences, at this stage it looks like the only way is to grant alter on each...
April 29, 2014 at 3:16 am
The suggestion works, only one concern I have is that we need to at minimum create a user on the database even though it does not have rights on the...
April 23, 2014 at 3:53 am
Thanks, will test this tomorrow, looks from what I saw in that article that it could be the ownership of the DB's. Will respond tomorrow then.
One question though on...
April 22, 2014 at 8:07 am
Viewing 10 posts - 61 through 70 (of 70 total)