Viewing 15 posts - 1,636 through 1,650 (of 2,649 total)
frederico_fonseca wrote:... spawning 2 -3 weeks) instead of getdate to see its variation
I think you mean 'spanning'.
yeah..
March 8, 2020 at 11:54 pm
its doing more than that - it just happens that today (Sunday) happens to be a week boundary.
try it with multiple dates (consecutives, spawning 2 -3 weeks) instead of getdate...
March 8, 2020 at 7:42 pm
"0" (zero) on these cases means the default value for datetime - which you can determine by a simple change to that code (or by reading the manuals)
March 8, 2020 at 7:17 pm
are you sure? did you run it? and does it really look like the number of weeks that 20 years would have?
March 8, 2020 at 6:56 pm
looks clear enough for some one with your level of experience.
so what seems to be your question after you have run "select DATEADD(wk, DATEDIFF(wk,0,GETDATE()), 0)" to see its result?
March 8, 2020 at 6:26 pm
there is a way - I'll need to dig trough my c# code to find it.
basically a c# that loads the package, loops through the scripts and recreates them using...
March 6, 2020 at 1:57 pm
I've used Sparxs EA Both as individual and within the corporation . Price isn't that bad
March 5, 2020 at 8:52 pm
rather surprised that table variable are faster.
normally if the necessary indexes are added to the temp tables performance is similar if the table variable also has the same...
March 5, 2020 at 2:03 pm
rather surprised that table variable are faster.
normally if the necessary indexes are added to the temp tables performance is similar if the table variable also has the same indexes.
As for...
March 5, 2020 at 1:00 pm
note that as long as you have Enterprise version you can use the Attunity driver - does not need to be the 2019 version, and as they say on the...
March 5, 2020 at 11:46 am
DefaultBufferMaxRows = 2000 -- change to 50000
DefaultBufferSize = 1048576 -- change to 10485760 ( x 10 basically)
tablock = set to true so it can use minimal logging
connection string - set...
March 3, 2020 at 7:21 pm
are you sure that tbl_name is really a table and not a view?
that SQL so simple would give that error if it was from a view with invalid data on...
March 3, 2020 at 6:21 pm
well.. it depends..
Today I've loaded 16 Million records in 34 mins - 650 bytes per row - table already had 50 Million rows
and this is loading onto a staging table...
March 2, 2020 at 7:55 pm
Others will comment - most likely with better answers than mine.
regarding the 1 min interval - that is the default on 2016+ but it can be set in seconds so...
March 1, 2020 at 11:42 pm
to "develop" the SSIS package you need 32bit versions of the clients as Visual Studio is a 32 bit application.
you can have both 32 and 64 bit versions of the...
March 1, 2020 at 2:47 pm
Viewing 15 posts - 1,636 through 1,650 (of 2,649 total)