Viewing 15 posts - 1,606 through 1,620 (of 2,654 total)
if you are following Data Vault design then you have too many columns on that hub. most of the columns there look like attributes of your business key and are...
March 27, 2020 at 1:39 pm
thanks guys - I forgot about the number of VLF - one would expect that these days where this is well known fact that any DBA has already set that...
March 26, 2020 at 3:04 pm
Can you please state what is the size of the log file - I did ask for it to be supplied separately - if your datafiles are 300GB and your...
March 26, 2020 at 10:42 am
I think this may depend on the company and even on the country.
I've been contracting for over 30 years - first 10 in Portugal - not quite that good (bad...
March 26, 2020 at 1:30 am
you can install OpenXML SDK and use that to create Excel Files without the need for Office to be installed.
But yes it does require coding in C# to do...
March 25, 2020 at 6:25 pm
try this from Brad Shulz http://bradsruminations.blogspot.com/2011/01/so-you-want-to-read-csv-files-huh.html
it may do what you need
March 25, 2020 at 1:39 am
Do I need to use the .gz extension or can I still use the .zip extension?
you can use the one you desire.
and you need to change "-t7z" to be...
March 24, 2020 at 2:05 pm
this is what I do in some (old) packages
note that the "add to zip " does not delete the files - on newer versions you would need to add "-sdel"...
March 24, 2020 at 1:24 pm
you automate it in a similar way to winzip (assuming you were using the command line interface and not the c# dll)
I'll dig some of my examples and post here
March 24, 2020 at 11:29 am
Thanks Frederico. So you agree that CDC is similar to SQL Server transactional replication? Since setting up SQL Server replication also requires all tables to have primary key. You...
March 23, 2020 at 4:40 pm
Thanks! Has anyone has any thoughts on Change Data Capture. The CDC function is, probably similar to the transactional replication. It is not the same, but it has this...
March 23, 2020 at 1:19 am
few questions.
March 22, 2020 at 12:12 pm
and I've just noticed - the view code above does not correspond to the one that the explain plan is referring to.
JD.vw_Orders is the view used on the explain plan...
March 21, 2020 at 9:17 pm
according to the plan it was called with
Parameter Compiled Value Runtime Value
[@ONum] '31856258' '31856258'
March 21, 2020 at 9:13 pm
downloading the plan from the link does have all the info as far as I can see, including predicates.
and from what I can see it is only the view that...
March 21, 2020 at 5:55 pm
Viewing 15 posts - 1,606 through 1,620 (of 2,654 total)