Viewing 15 posts - 136 through 150 (of 290 total)
If the index doesn't already exist you need to remove
DROP_EXISTING = ON
from the index creation or set it toOFF
.
If I do that then I get an...
April 9, 2023 at 3:05 am
Intellisense telling you it thinks there is an error isn't the same as having an error.
so do you GET an error when you execute the code?
does the index not...
April 9, 2023 at 3:03 am
You cannot do INCLUDEs on Clustered Indexes, period. The reason why is that the Clustered Index IS the table and it already includes all the data.
I posted a link...
April 8, 2023 at 5:13 am
Hi everyone
I had a bit of time to work on my side project. I am getting "Cannot specify included columns for a clustered index" error.
Here is my script:
April 8, 2023 at 4:30 am
I have a script that was running fine but today it is taking way too long. I looked at the script and I see these errors:
"cannot specify included columns for...
March 19, 2023 at 10:43 pm
Thank you so much for the solution. It works perfectly.
March 18, 2023 at 1:27 am
here is a picture of what I am seeing the preview option. It has the leading zero missing:
Yet, the OLE DB preview is showing the...
March 18, 2023 at 12:39 am
thank you for the reply. I tried that and the consuming app still didn't recognize the CSV. I figured out what the problem is but I do not know how...
March 18, 2023 at 12:12 am
March 15, 2023 at 5:47 pm
i found a way better way to do the same thing.
https://analytics4all.org/2018/03/10/ssis-lesson-1-export-to-csv/
it works and its safe. none of the headaches with the original approach I was trying earlier
March 13, 2023 at 3:34 am
while still putting emphasis on what Jeff stated with regards to company data on a local PC I am still supplying what I consider would be the better approach...
March 12, 2023 at 10:43 pm
It doesn't close any "security hole". Only the people that can enable it can use it. Turning it off won't prevent that.
As to your "access denied" error,...
March 12, 2023 at 10:39 pm
It doesn't close any "security hole". Only the people that can enable it can use it. Turning it off won't prevent that.
As to your "access denied" error, where is...
March 12, 2023 at 2:08 am
What do I need to do to give SS the appropriate permissions? I plan to revoke them once the query is done.
March 12, 2023 at 1:23 am
Viewing 15 posts - 136 through 150 (of 290 total)