Viewing 15 posts - 2,341 through 2,355 (of 13,850 total)
Locking?
October 21, 2020 at 3:55 pm
You might find performance improvements if you use this method instead.
October 21, 2020 at 3:39 pm
I have not tried this before, but have you experimented with Shared Datasets?
If you were to create one which included the calculated 'time difference' column, you could then create another...
October 16, 2020 at 3:28 pm
OK. The Previous() function should get you the value of a data item from the previous row, which you can then use to calculate the time difference. I'm not...
October 16, 2020 at 3:01 pm
?Well I have always used Daton's SQL connector for my Warehousing. You can add any Data Source here in a single place
Unless you are going to justify this...
October 16, 2020 at 2:22 pm
Do you have to do this in SSRS, or can you do it within the source query?
October 16, 2020 at 2:16 pm
Put *.* in the filespec of the Foreach loop and it will pick up whatever file is in the folder, regardless of name.
October 15, 2020 at 9:54 pm
Thanks Phil. As suggested by you i could see buffer setting has already changed 50% more from default, fast load option is already enabled, table lock to destination table...
October 15, 2020 at 1:55 pm
Database security is one of those things which in my experience is difficult to handle within SSDT.
It can be handled in environment-aware post-deployment scripts, or completely outside SSDT. Outside SSDT...
October 14, 2020 at 4:15 pm
Is it going to be impossible to discuss without sample data? If so, let me know and I will create a spreadsheet. If you have a test data generator...
October 14, 2020 at 3:20 pm
Option 2 is probably the way to go. Cross database dependencies are very difficult to deal with in SSDT. I always found I had to do a certain amount...
October 14, 2020 at 1:50 pm
As it's a full table scan, there's not so much you can do.
You could read this & then experiment with the DefaultBuffer settings.
Definitely use Fast Load and destination table...
October 14, 2020 at 1:34 pm
Are you sure that the user executing the script has rights to update MSDB?
As this is a large script, it's usually considered good practice to put it into a stored...
October 13, 2020 at 5:38 pm
Rather than continuing down the path you're on, I suggest getting SSIS running as a domain service account user. Then you can assign the required privs to the service account...
October 13, 2020 at 4:26 pm
Viewing 15 posts - 2,341 through 2,355 (of 13,850 total)