Viewing 15 posts - 8,146 through 8,160 (of 59,091 total)
from my personal testing over the years splitting onto 4 files even if they are on the same destination disk will normally yield best results than 1 or 2...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2019 at 3:14 pm
Be advised that if you cannot guarantee that the individual files are guaranteed to go to separate physical spindles (if you're backing up to spinning rust), striped backups...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2019 at 3:11 pm
Hi,
I have a requirement where I have to find what was the last recent executed query on certain user database.
Is there way to check what was the last query...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2019 at 2:41 pm
I've been extremely "lucky" with my career. I define "luck" as where opportunity meets preparation. I've also followed one of the best "Laws of Success" there is. In fact, it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 5:04 pm
Be advised that if you cannot guarantee that the individual files are guaranteed to go to separate physical spindles (if you're backing up to spinning rust), striped backups can and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 4:49 pm
Yeah, I am ancient. I'd still pick SQLCMD or PowerShell over bcp though.
Heh... guess I'm more ancient. I've not found much that will actually beat...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 4:38 pm
Regarding @jonathan-ac-roberts 's test: you might want to include a GO between the two test queries. It might not make a difference, but I have found that quite often...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 4:36 pm
Interesting, sins of version of 2008 the COUNT(*) vs COUNT(1) should generate the same execution plan.(column 1 should be pk/not null). Also count won't read any data from the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 3:27 pm
Around 2-3 times.
Thanks for taking the time to do all of that (seriously... thank you) but the the test isn't repeatable for others. Yes, they can use the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 2:35 pm
Ya know... I can see why some people might select the first answer. The row exceeds the 8k page and "some data is stored elsewhere". "Some rows" certainly qualifies as...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 5:39 am
Yeah, I am ancient. I'd still pick SQLCMD or PowerShell over bcp though.
Heh... guess I'm more ancient. I've not found much that will actually beat BCP...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 5:21 am
On the subject of the article itself, thanks for taking the time to put something so extensive together.
As you said, though... "The recommendations in this article are not...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 5:10 am
I hate the way this site does NOT handle tables. I have a screen wide enough to display the whole table but it's still formatted super narrow so...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 4:55 am
Yeah, I am ancient. I'd still pick SQLCMD or PowerShell over bcp though.
Heh... guess I'm more ancient. I've not found much that will actually beat BCP for...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2019 at 4:21 am
Please post the DDL, including any triggers, constraints, or indexes, that are currently on the table.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 6:47 pm
Viewing 15 posts - 8,146 through 8,160 (of 59,091 total)