Viewing 15 posts - 1 through 15 (of 15 total)
@dennis-jensen I whole-heartedly agree to all you have stated. Thank you!
May 23, 2024 at 7:55 pm
I found this which seem to be the solution i'm looking for:
finding and eliminating duplicate and overlapping indexes.
https://www.sqlservercentral.com/articles/finding-and-eliminating-duplicate-or-overlapping-indexes-1
May 23, 2024 at 6:29 pm
Thank you, Scott. This stored procedure generates code for all indexes or similar/duplicate indexes?
May 13, 2024 at 2:50 pm
So we have some indexes that are very similar; some of the tables seem a bit over indexed. The real question here is, how can we merge the indexes that...
May 13, 2024 at 2:32 pm
Thank you, David!
April 4, 2024 at 2:59 pm
Thank you Jeff! This is helpful!
April 1, 2024 at 12:44 am
I am not sure how to move from the staging table to the final table (physical table). this is something I should know but I am not sure. I am...
November 13, 2023 at 7:14 pm
How can I automate this? Like if I had multiple of such files to import. Will I have to just follow the same process?
November 11, 2023 at 11:05 pm
Thanks so much. Can this be done in SSIS? Like the splits
November 11, 2023 at 10:57 pm
Ok, I have attached the sample file. Thanks.
November 11, 2023 at 6:30 pm
Ok. I have been able to import the all of the file's content into a single column using SSIS; parsing the file before loading into its final table is where...
November 11, 2023 at 12:52 am
Thank you for your response; because the file I have in highly confidential I cannot share it here. However, it has some similarities to the structure of this file. The...
November 11, 2023 at 12:44 am
Viewing 15 posts - 1 through 15 (of 15 total)