Viewing 15 posts - 496 through 510 (of 2,659 total)
SSIS has behind the scenes to retrieve the table metadata - this error seems to indicate a mismatch between the server and the client driver - or some parameters need...
June 2, 2023 at 10:53 am
this is one of those cases where you do NOT want to use SSIS native dataflow to do the transfer.
June 1, 2023 at 11:55 am
I would not consider it a big issue for now - you can still install prior versions of SSMS and keep using it.
May 29, 2023 at 10:27 pm
does it work if you try
DECLARE @ids NVARCHAR(max)
select @ids = string_agg(inserted.[lo_location], ',')
from (select X.query('.').value('(row/lo_Location)[1]', 'int') as lo_location
...
May 25, 2023 at 7:48 am
change your select to include all columns from the commented out join - and uncomment it out as well and order by variant code
then look at the results and see...
May 25, 2023 at 6:30 am
what is the aversion at googling before posting? a simple google for "powershell wait" returns you the command you need to use for it.
May 24, 2023 at 10:54 pm
NVARCHAR is not needed for french characters, neither is a french collation (which does affect ordering but not much more). but SSIS being very picky will require NVARCHAR on destination...
May 23, 2023 at 2:37 pm
that has to do with what the encoding of the files are, the encoding defined on your SSIS package file definition (and potentially on any transforms you may have on...
May 23, 2023 at 12:28 pm
Hello and thanks in advance if you can help.
I guess its somewhat acceptable in dimensional modeling to use the INT data type when creating a date dimension surrogate key....
May 22, 2023 at 5:43 pm
quoting just to keep original text - reporting original due to spam signature links
simple script in Python that can be used to de-identify data by replacing sensitive information with...
May 20, 2023 at 10:21 am
it would help if you stated working hours time zone. including core hours for team availability. that may push some not to be interested at all.
May 18, 2023 at 6:46 am
and other results from google https://www.google.com/search?q=Error+installing+SQL+Server+Writer+Component+Could+not+write+value+NT+SERVICE%5CSQLWriter+to+key&sourceid=chrome&ie=UTF-8
May 17, 2023 at 1:56 pm
but this leads to the question - why do you need to remove them? they are valid characters and if the output is being displayed anywhere for users removing those...
May 17, 2023 at 1:43 pm
as a start I would look at AV on that server - it may be scanning things that were excluded on prior server.
different powershell versions may also cause issues -...
May 16, 2023 at 8:50 pm
What is the business case here for replication? HADR? Readable copies for reporting etc?
With replication, you can always start the subscriber from a backup, rather than doing a snapshot....
May 15, 2023 at 1:48 pm
Viewing 15 posts - 496 through 510 (of 2,659 total)