Viewing 15 posts - 3,241 through 3,255 (of 13,855 total)
This is a actual execution plan, i take all the code and comment all union lines. I change the extension of .sql to .txt for upload
.SQL files are not...
October 8, 2019 at 6:15 pm
No apologies are needed here!
What I assumed you did was as follows:
a) Have a sheet called AllDogs in your trial spreadsheet ... imports successfully.
b) Have a sheet called (whatever) in...
October 8, 2019 at 5:31 pm
So this bit
BTW, I did try renaming the sheets after the C & P to no avail
wasn't quite true? 🙂
Changing your code to accommodate the space character should be trivial.
October 8, 2019 at 4:52 pm
Can you create a couple of screenshots & paste them in, as follows:
October 8, 2019 at 3:49 pm
I don't understand the logic for setting rownum. Can you explain it, please?
October 8, 2019 at 3:23 pm
Sheet names being different is critical ... unless you are handling it dynamically in your package, which is a little advanced.
Try renaming the sheet after cut & paste from trial...
October 8, 2019 at 3:17 pm
Are you using code (rather than a data flow) to transfer the data? If so, please explain why. And consider adding some TRY/CATCH error handling to help you diagnose the...
October 8, 2019 at 2:37 pm
I sympathise!
On which component is the error happening, exactly?
Are your production files stored locally, or on a network drive somewhere?
October 8, 2019 at 1:56 pm
Hi folks, I have a 2012 sql and it works very fast, one of the most used queries is a table function. This function over time becomes slow and...
October 8, 2019 at 12:33 pm
I imagine that you've called your variable something like 'FileName', and not "C:\SCRIPTS\SQLServersExport_20191007.csv"!
Thus, I suspect you need to revisit the various relevant properties in your package components, looking for incorrect...
October 7, 2019 at 1:28 pm
Please expand on what you have provided, to include
a) Your question
b) Which line throws the error, and an outline of what you are trying to achieve
October 6, 2019 at 8:28 pm
As long as max level is the same for all of the lowest-level items, that is. Otherwise, it gets trickier.
October 4, 2019 at 6:37 pm
Add hierarchy level to your CTE and base your selection on that?
October 4, 2019 at 3:42 pm
Viewing 15 posts - 3,241 through 3,255 (of 13,855 total)