Viewing 15 posts - 151 through 165 (of 367 total)
sure thing no problem.
I have attached an Excel sheet with sample data and expected outcome. In case you prefer to not download file then here is a screenshot with description. ...
March 7, 2024 at 3:36 pm
thank you both! i know how to fix my query now because of your feedback. thank you again for the help!!
March 5, 2024 at 10:01 pm
this is super interesting. i didn't know that.
this begs the question....how do you decide on an appropriate index? is there a good resource you can suggest that goes over the...
February 26, 2024 at 4:21 am
does it make sense that an unindexed query is faster than an indexed one?
February 25, 2024 at 6:40 pm
thank you everyone. What recommended settings for parallelism should I set SS to? Clearly the defaults are not recommended.
February 24, 2024 at 4:58 am
Yes expected.
The download site also states that v19 will not uninstall or change v18 in anyway.
The SSMS 19.x installation doesn't upgrade or replace SSMS versions 18.x or earlier. SSMS...
February 1, 2024 at 5:03 pm
thank you everyone for your feedback.
I found this setting for the DB:
Look at that max size! so huge! If I change that to say 1GB max then...
January 26, 2024 at 4:18 am
For the data, do you do deletes of the data? Are the tables all have a clustered index? Are any of them heaps?
Database design can play a strong factor...
January 25, 2024 at 5:34 pm
OK, so lets tackle the log problem first. As you say its a hobby and no criticality if something went wrong with the DB, then you could most likely...
January 25, 2024 at 5:07 pm
Seems a little excessive, a 600GB log for a 17.5GB data space.
But without knowing the workload we cannot give you a definitive answer. But something caused the log to...
January 25, 2024 at 5:25 am
The problem in your original statement is that your calc -- CHARINDEX('^',RIGHT(UNDERLYING_SYMBOL, LEN(UNDERLYING_SYMBOL) - CHARINDEX('^', UNDERLYING_SYMBOL))) -- involves only numeric values, so the result is numeric. Since it's being...
October 12, 2023 at 9:16 pm
thank you everyone for your replies. very helpful
i am going to disable that component and see how it affects SSIS run time. i will do this for the next...
October 1, 2023 at 2:16 am
thank you everyone for your replies. very helpful
i am going to disable that component and see how it affects SSIS run time. i will do this for the next few...
September 28, 2023 at 4:22 pm
Viewing 15 posts - 151 through 165 (of 367 total)