Viewing 15 posts - 2,521 through 2,535 (of 2,646 total)
Glad it worked.
Just as an additional check as it may also affect this (and other) queries, how many CPU's you got allocated to this VM and how many...
February 24, 2017 at 6:14 am
the code I gave does guarantee that.
but if you wish to have the extra validation you can try this variation to the code I gave
[code...
February 23, 2017 at 3:21 pm
without a full rewrite I would try the following
looking at the code and the plans the following is not quite what I would do and I do think it...
February 23, 2017 at 2:07 pm
Really really depends on the volumes you are going to be loading, how many times you need to do it and on the whole infrastructure you have to play with.
February 17, 2017 at 3:56 pm
January 24, 2017 at 5:20 pm
Looks like normal issues with loading onto cluster indexes.
As the table is partitioned the fastest way would be to populate staging tables per partition and then using the...
January 16, 2017 at 6:34 am
as an advise whenever doing this type of conversions always select the individual parts on their own to see what the resulting value is.
SELECT SUM(vol)
FROM TABLE
January 13, 2017 at 2:06 am
January 12, 2017 at 12:05 pm
in Addition to the above (really hard to read forums now) it seems a tad bit slower loading the forums initial page.
January 12, 2017 at 3:55 am
why not the 2013 or even the 2016 version of the ACE driver?
2013 - https://www.microsoft.com/en-ie/download/details.aspx?id=39358
2016 - https://www.microsoft.com/en-ie/download/details.aspx?id=50040
You do not need to buy any special product in order to redistribute the...
January 11, 2017 at 1:28 pm
If the server is Clustered then only TEMPDB can be on the local SSD
If it isn't then placing the DB on SSD could be an option.
And regular backups (every...
January 11, 2017 at 1:19 pm
you need to change that bit of code to be dynamic sql - that way you can check for the existence of the column and only execute it if available
January 11, 2017 at 2:38 am
you do not need visual studio - it is advisable, but not a requirement.
SSDT will install on its own a Visual Studio Shell which contains all that is needed to...
January 10, 2017 at 2:36 am
Viewing 15 posts - 2,521 through 2,535 (of 2,646 total)