Viewing 15 posts - 1,831 through 1,845 (of 2,701 total)
sample powershell script that I use to copy/move files from a drop folder to dev/tst/prod destinations - dev/tst are "copy" while prod is "move"
some of the functions called are in...
January 2, 2020 at 4:43 pm
ARGHHHH.. Sorry Jeff - hit report button by mistake.
your question - can powershell use variables - not exactly like you do it on a storedproc - but you can query...
January 2, 2020 at 4:28 pm
really annoys me when people don't even bother searching for what they need.
hana studio and Hana client are required - you get those from SAP
first link google returned...
January 1, 2020 at 11:34 pm
someone has changed the default value to 2048 - unless someone experienced has tested and determined that this value is the best for your system MS recomendation is to set...
January 1, 2020 at 8:40 pm
really annoys me when people don't even bother searching for what they need.
hana studio and Hana client are required - you get those from SAP
first link google returned https://blogs.sap.com/2016/08/05/how-to-connect-microsoft-ssis-with-sap-hana/
yes you...
January 1, 2020 at 7:52 pm
use powershell for that - easy in just a few lines.
see https://powershell.org/forums/topic/find-and-replace-strings-in-multiple-files/
December 30, 2019 at 8:41 am
Frederico, do you have any test case to support your speculations?
I (and I guess Jeff Moden too) would be particularly interested in a test script which demonstrates advantages...
December 27, 2019 at 3:53 pm
again some basics - few options to do it - and not exhaustive for sure and if anyone has a "faster" method please supply it and i can test it...
December 27, 2019 at 12:11 pm
I should not have had the need to do this - all the links that I supplied have this info one way or another and more.
small test case - 5...
December 27, 2019 at 12:36 am
the paper i mentioned does give some insight to what happens under the covers - I could not find their previous paper and that would give even further insight to...
December 26, 2019 at 5:54 pm
Frederico, can you please describe the mechanism a columnstore index uses to compress the data?
for Archival compression it uses Microsoft XPRESS
for columnstore compression the engine uses the vertipaq/xvelocity...
December 26, 2019 at 10:50 am
Columnstore index is a workaround for denormalised data storage.
follow basic data normalisation rules and there won’t be any place for columnstore indexes in your database.
not to mention - you’re...
December 25, 2019 at 5:40 pm
I would still consider them good for history/audit tables as these aren't queried often - saving on space is what would really be important here, not speed of processing the...
December 25, 2019 at 11:32 am
I work with it on my shop as we have a huge CRM installation - both in users and db size (3 TB) - you have for sure to play...
December 19, 2019 at 9:32 pm
a simple group by and max would give the desired result without the need to do a sort/numbering with row_number
ALTER PROCEDURE dbo.GetUniqueValueNames
@MessageProcessFolio nvarchar(75),
StartDate DateTime = NULL,
@EndDate DateTime...
December 19, 2019 at 9:21 pm
Viewing 15 posts - 1,831 through 1,845 (of 2,701 total)