Viewing 15 posts - 1,651 through 1,665 (of 2,701 total)
git command line would be the way to go - I have limited experience so can't really give you good details but have a look at https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html
from a brief reading...
March 30, 2020 at 8:12 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...
March 28, 2020 at 3:28 pm
And on a different note - there is no need for that extra unique index - if the hash is done correctly and it is based on those columns then...
March 27, 2020 at 7:00 pm
i did not choose the type of table it is, I don't even know what the table is for. I was just asked to create a hub
Then go back...
March 27, 2020 at 6:55 pm
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
Viewing 15 posts - 1,651 through 1,665 (of 2,701 total)