Viewing 15 posts - 2,026 through 2,040 (of 2,571 total)
SQL Server agent needs to run as a Domain user most likely - and with access to the internet (which in may companies is blocked on the servers)
December 18, 2018 at 2:12 pm
December 18, 2018 at 11:18 am
to connect to integration services you need a SSMS associated with that particular version of Integration services - this is a known issue with SSMS
although there are some...
December 18, 2018 at 11:10 am
if you are trying to retrieve onto SSMS it will always take a long time for that volume. SSMS is not made for that purpose.
how long does it...
December 17, 2018 at 2:07 am
DataVault 2.0 does indeed require hashes to be fully compliant.
It is an interesting reading, with some parts not for the faint of heart, but it does work well...
December 12, 2018 at 12:00 pm
on top of what Jeff said - I would strongly consider upgrading to SQL 2016 SP1 Standard (or 2017 Standard).
with this upgrade you would get
- table and index...
December 12, 2018 at 1:48 am
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
Viewing 15 posts - 2,026 through 2,040 (of 2,571 total)