Viewing 15 posts - 2,161 through 2,175 (of 2,701 total)
they are different in that the order by is different - one gets the biggest tables (order by totalspacekb desc) the other the ones with most unused space (unusedspacekb desc)
December 11, 2018 at 3:02 pm
there were 2 queries - this is the output of which one?
and do give the 50 rows of each please.
and are you on a Enterprise or Standard...
December 11, 2018 at 10:08 am
Depending on other factors and volume of data following may also be a option.
Mainly dependent on whether you can identify updates/deletes/inserts on the target tables easily.
Add...
December 10, 2018 at 2:57 pm
you changed what you didn't have to change.
you stated that you had already picked " as the text delimiter - that needs to be set
once set and...
December 8, 2018 at 6:19 pm
no. what I said, and gave the example, is that any double quote that is part of the source text needs to be escaped with another quote December 8, 2018 at 4:19 am
yes - but as your file format is incorrect it needs fixing.
if the quotes are escaped (with another quote) then the file will load correctly, and the final...
December 8, 2018 at 3:46 am
this has been discussed over and over again both in this forum and elsewhere
as that is not a valid CSV file SSIS will not process it correctly.
Ask...
December 8, 2018 at 2:58 am
what is the size in pages of the indexes where fragmentation doesn't change?
December 4, 2018 at 6:04 pm
and taking in consideration that most of the injections is done using hex representations of the data it is quite easy to inject if not using parameters.
https://www.c-sharpcorner.com/article/sql-injection-with-hex-code-and-its-prevention-mechanism/
and...
December 1, 2018 at 9:53 am
as your file is tab delimited you need to add -Delimiter "`t"
to the import-csv command.
also and if volumes are high you will wish to...
December 1, 2018 at 9:34 am
it depends.... what have you read so far on it? plenty of information on it on the net for you to get here and just ask a question asked and...
November 30, 2018 at 11:24 am
one more thing. when I ran the query this last time SSMS advised this index,...
November 29, 2018 at 3:09 pm
November 29, 2018 at 2:35 pm
before running more test I would drop index [idx_BTI_include] which you created thinking it would help. even though it is being used, it is the one giving poor estimates on rows...
November 29, 2018 at 11:32 am
anything on E:\SSISPackages-Logs\Log-Cube\DimProject.txt?
and if not can you change the command line to be
dtexec /FILE E:\SSISPackages\Packages-Cube\DimProject.dtsx /reporting V >>E:\SSISPackages-Logs\Log-Cube\DimProject.txt
and execute it again - by default /reporting ew...
November 29, 2018 at 5:48 am
Viewing 15 posts - 2,161 through 2,175 (of 2,701 total)