Viewing 15 posts - 2,146 through 2,160 (of 2,679 total)
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
Good progress.
I would however like to see both explain plans for my code (changing the union all to union) and Jonathan's with indexes without included columns.
for the...
November 29, 2018 at 2:34 am
even rewriting does not solve everything.
CRM 2016 - DB on compat 130
On my main CRM db in one of our tables (30 Milliion rows +) the following...
November 28, 2018 at 1:09 pm
Has the OP stated that the correct where clause isWHERE (
BAN = @LOC_BAN
OR BulkID = @LOC_BulkId
OR Serial_Number= @LOC_IMEI
OR ([Offer_Generate_Date] >= @LOC_STARTOFFER AND [Offer_Generate_Date]...
November 28, 2018 at 10:47 am
November 27, 2018 at 2:13 pm
you didn't supply us with the indexes on the table - as it seems you generated the script through SSMS I would advise you to set your scripting options to...
November 27, 2018 at 1:51 am
November 24, 2018 at 4:23 am
Viewing 15 posts - 2,146 through 2,160 (of 2,679 total)