Viewing 15 posts - 166 through 180 (of 380 total)
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
Sql server edition (express, standard, enterprise) - developer --- if you are using this for Production usage you CAN NOT use developer license - if it is only for...
September 24, 2023 at 11:11 pm
those files you are getting.... can you answer the following.
September 24, 2023 at 9:58 pm
Viewing 15 posts - 166 through 180 (of 380 total)