Viewing 15 posts - 2,521 through 2,535 (of 2,651 total)
March 3, 2017 at 11:40 am
March 3, 2017 at 10:48 am
you can use ram for tempdb
look at http://www.superspeed.com/servers/ramdisk.php
Based on your current setup I would get more RAM on the server and use part of it for the...
March 2, 2017 at 7:04 pm
just text added to it as to ensure the code I was doing was picking up the correct values only, and not empty spaces afterwards
February 26, 2017 at 11:30 am
Just a bit of an exercise to show what can be done, and some of the possible issues if the date format isn't always the same
declare @tbl...
February 26, 2017 at 6:00 am
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
Viewing 15 posts - 2,521 through 2,535 (of 2,651 total)