Viewing 15 posts - 166 through 180 (of 375 total)
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
why are you dropping and recreating the indexes? what are you trying to accomplish with it?
(for Phil - OP has DROP_EXISTING = ON so indexes are there already while...
September 24, 2023 at 9:19 pm
Are you saying that this proc runs slower in SSIS than it would if you were running it from SSMS?
Have you determined which statement is the slow one (I...
September 24, 2023 at 9:10 pm
and what have you googleed and read on the documentation about moving datafiles? there are plenty of examples and documentation is rather clear on what to do.
Internet has a...
September 8, 2023 at 6:24 pm
It would appear that a simple definition of what you want is as follows:
Return the last weekday of the month (regardless of any holidays).
To help others understand...
July 10, 2023 at 12:10 am
As you have not provided the logic for your 'business month end' calculation, I'm not sure how you are expecting anyone to calculate it.
EOMONTH() gives you end of month...
July 10, 2023 at 12:07 am
Viewing 15 posts - 166 through 180 (of 375 total)