Viewing 15 posts - 1,156 through 1,170 (of 2,654 total)
Destination Table has only 3 Indexes,
One Column store Index
is this a clustered or non clustered columnstore?
and how many rows on that table - you did mention that source table had...
June 5, 2021 at 11:04 am
more details required - DDL for source table and destination table please - including ALL indexes (and triggers on destination if applicable)
And please do post the powershell script - at...
June 5, 2021 at 9:30 am
and is destination using fast load? and does destination table have any indexes? and is the destination database in full , bulk or simple recovery mode?
also, and this is something...
June 3, 2021 at 3:11 pm
using the bulk insert option works fine (in SQL 2016)
the openrowset I didn't manage to make it work - but didn't spend too much time on it either.
May 31, 2021 at 6:06 pm
can you post a sample file so we can try it?
and what happens if you change the following to nvarchar - with (SourceFile varchar(100), [Comment-dan] varchar(100)) as hygg
May 31, 2021 at 7:38 am
kick off the install as an administrator explicitly - right click and "run as administrator"
May 30, 2021 at 11:18 am
well. half that page is talking about cache sizes and management so in my opinion it was enough to guide me - note that cache management is only an issue...
May 27, 2021 at 7:05 pm
reading the manual helps - that is why it was written.
May 27, 2021 at 6:56 am
its possible that the 2 db's are in different compatibility level
May 21, 2021 at 6:34 pm
Select b.* from #Imports
CROSS APPLY dbo.UDF_datasummary(a.HS_code) b
missing alias - "a"
May 16, 2021 at 9:59 pm
I would start by giving all tables a short alias (some tables do not have any) and use it in all respective columns so it is clear to anyone which...
May 15, 2021 at 7:15 am
the user that the instance runs under may not have access to that folder - check permissions
May 11, 2021 at 8:24 am
250 seems like a lot of facts! Are you happy that you've got the data modelling correct?
Not sure I understand what you are saying...
May 10, 2021 at 11:11 pm
Brandy - you were asked to look at Windows Event Viewer and at msdb sysssislog - do you have any of the messages logged there? if not can you change...
May 5, 2021 at 7:14 pm
easy search with google (https://www.google.com/search?q=IANA+timezone+names+c%23) and the following is one of the first hits.
https://github.com/mattjohnsonpint
there may be others
May 5, 2021 at 6:11 am
Viewing 15 posts - 1,156 through 1,170 (of 2,654 total)