Viewing 15 posts - 7,381 through 7,395 (of 13,876 total)
As far as I know, you can set yourself up with an EC2 instance (Windows Server only) and then install whatever you like.
March 23, 2016 at 3:05 am
Can you post the actual execution plans? (One for a poorly performing version and one for the faster version.)
March 22, 2016 at 10:27 am
Eduardo Olivera (3/22/2016)
I started extended events session to capture that file size change. That would be more to the point than a profiler trace.
I was only trying to help.
March 22, 2016 at 9:59 am
Perhaps you could use Profiler to find out what the app is doing?
March 22, 2016 at 9:04 am
yb751 (3/22/2016)
Jacob Wilkins (3/22/2016)
Steve Jones - SSC Editor (3/22/2016)
Alan.B (3/21/2016)
March 22, 2016 at 9:02 am
Koen Verbeeck (3/22/2016)
Grant Fritchey (3/22/2016)
Koen Verbeeck (3/22/2016)
Grant Fritchey (3/22/2016)
Koen Verbeeck (3/22/2016)
March 22, 2016 at 6:51 am
SQL!$@w$0ME (3/21/2016)
Can the SSISDB database files moved to...
March 21, 2016 at 1:15 pm
Take a quick look here and see whether it may be relevant.
March 21, 2016 at 10:38 am
Those cakes sound tempting:-)
What I suspect is that the TRY_PARSE is merely hiding a more fundamental problem. The fact that you were getting errors before means (I think) that the...
March 21, 2016 at 9:30 am
Instead of
set @START_DATE = @START_YEAR + '-' + @START_MONTH + '- 01 00:00:00'
set @END_DATE = @END_YEAR + '-' + @END_MONTH + '- 01 00:00:00'
Try this:
set @START_DATE = try_Parse(@START_YEAR...
March 21, 2016 at 6:52 am
Please post the full text of the error message.
March 21, 2016 at 6:29 am
Igor Micev (3/18/2016)
v-studios (3/18/2016)
Hi John,each SSIS instance would in fact have its own database engine to store its databases, the catalog database etc.
The catalogs databases are small and don't keep...
March 18, 2016 at 5:40 am
I agree with all of John's comments. Lots of memory and speed of connection to data sources would be high on the list.
March 18, 2016 at 4:39 am
One where there are 300 ticks per second, yes?
Actually, no.
1/0.0033 = 303.03030303......
hardly a round number.
300 ticks per second = 3.3 recurring milliseconds
March 17, 2016 at 2:50 pm
Viewing 15 posts - 7,381 through 7,395 (of 13,876 total)