Viewing 15 posts - 8,131 through 8,145 (of 59,072 total)
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
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 performance for...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 5:55 pm
Thanks, I thought so, but wanted to be sure newer people to the platform are aware of this.
+1000 to that!
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 5:53 pm
Also, do you have some proof of the COUNT(*) vs the COUNT(1) thing? I'm not talking about someone's rhetorical "proof" either. I'm talking about a demonstrable and repeatable...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 5:46 pm
What on Earth would you actually use this for? If you ever do it to an actual database, you will cause a huge explosion in the MDF files as clustered...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 5:35 pm
Viewing 15 posts - 8,131 through 8,145 (of 59,072 total)