Viewing 15 posts - 2,116 through 2,130 (of 2,651 total)
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
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
Viewing 15 posts - 2,116 through 2,130 (of 2,651 total)