Viewing 15 posts - 5,311 through 5,325 (of 59,068 total)
I have a DB of size 240 GB and when the rebuild index job runs the log file grows upto 300 GB. I do a online reindex activity....
April 27, 2021 at 10:51 pm
Yes, but not the way you think. It's a mistake to move only the FULL backups. You have no chance of restoring to a given time without the log files. ...
April 27, 2021 at 10:49 pm
if i have table not HEAPA and cant mannually rebuild or reorganize,persantage still the same,what else can be done?
How big or small is the table? Some tables are...
April 27, 2021 at 10:47 pm
Yep... I was looking at his code, as well. It appears that the OP wants only columns that contain nothing but nulls.
April 27, 2021 at 9:28 pm
Agreed... Scott hit the nail on the head on this one, for sure. I've run into the identical problem several times and ended up doing just like Scott posted.
April 27, 2021 at 5:33 pm
I'm with ya on having some good stuff in the Master database. I agree that a lot of people poo-poo such things but it works incredibly well especially if you're...
April 27, 2021 at 4:04 pm
Good question and well versed given the referenced link
I said 13 as you can create indexes on persisted columns as referenced in a child document, https://docs.microsoft.com/en-gb/sql/relational-databases/indexes/indexes-on-computed-columns?view=sql-server-ver15
It's a real...
April 27, 2021 at 3:52 pm
As a bit of a sidebar, the table I tested it against has, like I said, 147 columns. It's kind of a small table weighing in at only 8.4GB and...
April 27, 2021 at 2:08 am
I asked because many people are happy with code as long as it ultimately does what they need it to do, i.e. "the code's good enough for me." ...
April 27, 2021 at 1:45 am
Btw, why are you using such an inefficient method, checking the column values one by one?
What are you asking why instead of posting a...
April 27, 2021 at 1:27 am
Btw, why are you using such an inefficient method, checking the column values one by one?
What are you asking why instead of posting a link to something better?...
April 26, 2021 at 9:30 pm
And let's hope it's not an update to SSMS that's causing the problem. Which edition and version of SQL Server do you have and to which version of SSMS did...
April 26, 2021 at 9:13 pm
Hi,
I get the object id, it stopped working when I updated the management studio, i think it is not the code, but rather a new thing i need...
April 26, 2021 at 9:11 pm
it is a table and it does have null columns.
You code works correctly when I changed that table name to a test table I made specifically for the...
April 26, 2021 at 9:07 pm
Let's do what Steve did (and nicely explained/demonstrated) but on steroids.
First, we need a very typical million rows to test against...
--===== Create the test table.
...
April 25, 2021 at 2:57 am
Viewing 15 posts - 5,311 through 5,325 (of 59,068 total)