Viewing 15 posts - 496 through 510 (of 2,694 total)
Looks ok
things to consider if table is big (100's of GB) - ETL data based on partitions and once some source partitions are fully copied to new table truncate the...
July 30, 2023 at 10:02 pm
if the range dates of the partitions (old and new tables) are not a match a switch is not possible.
if the partition column is the same date and the intention...
July 28, 2023 at 7:49 pm
in my shop we are now looking into it - but zero installs (other than 1 for DBA to test) for now.
and being delayed as MS patching on OS (from...
July 23, 2023 at 6:46 pm
replace the double quotes with single quotes
July 23, 2023 at 1:40 pm
as that is a partitioned table you need to allocate the desired partition to the destination filegroup
July 20, 2023 at 10:41 am
you either split them into rows in a table or you use dynamic sql . both of these assume you care with good performance.
not looking at performance there is a...
July 19, 2023 at 4:23 pm
it could be the "LEGACY_CARDINALITY_ESTIMATION " being set to ON.
July 19, 2023 at 1:18 pm
IF the split means that you can "reduce" the number of rows in one of the tables due to "duplicate information" then you should do it if savings are significant...
July 17, 2023 at 6:43 pm
while that may have been the case in older versions, actual versions DO ALLOW it for sure.

July 17, 2023 at 6:19 pm
I would really ignore that - it is one of those vulnerabilities that require a USER to open a supplied third party file (specially crafted to abuse the vulnerability) on...
July 17, 2023 at 2:22 pm
Okay I do not recall all the details but a word of warning. With a Partitioned Table you have to include that partition within everything you do or you...
July 15, 2023 at 5:55 pm
standards - and for those that do work a lot on this and use tools to help with coding, putting the alias can be automatic, and expanding the columns will...
July 12, 2023 at 10:48 am
I've just reported one of those AI-generated "SQL Server is good because" essay posts as spam. Do others agree that this is the right thing to do?
Yes. I've reported...
July 10, 2023 at 4:05 pm
with recursive is not a MS SQL option. It is available on other DBMS like Postgres.
July 7, 2023 at 7:18 pm
first - what is the datatype of validon in both tables?
and secondly - I'm sure the answer to the first question will tell us it is a int or a...
July 7, 2023 at 11:01 am
Viewing 15 posts - 496 through 510 (of 2,694 total)