Viewing 15 posts - 3,796 through 3,810 (of 59,067 total)
Just a thought, start by importing the file as all character columns, then analyse the data and reconstruct the target table. 😎 I don't like the Import AND...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2022 at 2:31 am
I think the following error line from those that you provided is the key hint as to what is wrong...
Error 0xc02020c5: Data Flow Task 1: Data conversion failed...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 9:49 pm
All it indicates is that this query is called a lot - but if that execution is sub-second each time then you probably don't have an issue.
Ah, careful now. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 9:45 pm
Apparently, this isn't an urgent problem, eh?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 6:07 am
I think the following error line from those that you provided is the key hint as to what is wrong...
Error 0xc02020c5: Data Flow Task 1: Data conversion failed while converting...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 6:01 am
Just try asking that same question on Google or any search engine. It's a common question and there are a shedload of excellent articles on the subject.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 5:52 am
Ah, be careful now. If you use a formula for the backbone of your computed "field" (they usually referred to as a computed or calculated "column") and it has any...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 3:38 am
I did want to mention that this machine is a 2 node(8 cores per) machine and the Cost Threshold for Parallelism is set to 50. Maxdop on server basis...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2022 at 2:59 am
oRBIT - I finally figured some stuff out and used and old example of a small hierarchy and converted it to HIERARCHYID. The "ID" column in your table is a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2022 at 11:26 pm
I have a fellow that's trying to resolve some performance issues in a HierarchyID-based table. I just don't use HierarchyID because I've found or made better ways to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2022 at 11:20 pm
@shree23 ,
Thank you for trying but you posted no image of expected results like your post says you did and I know for sure that you didn't even try your...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2022 at 7:53 pm
I have a fellow that's trying to resolve some performance issues in a HierarchyID-based table. I just don't use HierarchyID because I've found or made better ways to work with...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2022 at 3:25 am
I wonder if there might be some kind of workaround here.. Could I temporary transform the data (quickly obviously) in some way that makes calculations faster?
I doubt some recursive...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2022 at 3:12 am
I think you’ve pretty much hit the nail on the head, Steve. My perception (which could be incorrect so correct me if I'm wrong) of what you said is that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2022 at 2:45 am
I still don't get your insistence on the guid being so always great as the clustering key for a table.
As a stand-alone table, maybe, IF all the rows inserted...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2022 at 10:22 pm
Viewing 15 posts - 3,796 through 3,810 (of 59,067 total)