Viewing 15 posts - 8,161 through 8,175 (of 59,091 total)
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
your "requirements" do not match what you trying to do on the sql so please do clarify it exactly.
To get the records added today - which is what...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 5:08 pm
Heh... no, Grant... you and I are ancient technology. 😀 BCP is still a nasty fast work horse. While it wasn't designed to handle true CSV exports nor even a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 3:04 pm
I'm with Jeff on this - lots of what is on that are personal preferences and should be decided by each team/organization
For example I do not allow any uppercase ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 3:00 pm
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 the ultimate...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 10:33 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 someone can...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 10:25 am
As in most development the code should speak for it self, and you should use:
Source control (containing change documentation)
Formatting tool/formatting rules
Good and describing naming rules
Your procedure should...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 10:04 am
Steve,
Will that actually work in a stored procedure? I'm thinking "not" and that it could only work from a "routine" (if you understand the difference) but I could be wrong.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 9:38 am
We are small shop and we don't get to hire any dedicated consultant for performance tuning. Everything has to be done by us!
Thanks everyone. Forgive me if I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 9:28 am
one of the things i'm constantly told,... keep it to 2 pages
I was always told to do the same... until they saw the format and the content. Lynn has...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 10, 2019 at 12:44 am
As in most development the code should speak for it self, and you should use:
--Jeff Moden
Change is inevitable... Change for the better is not.
December 9, 2019 at 9:53 pm
Thanks Jeff and John for the help. I ended up rewriting the vw_pos_period_dim as a materialized view. Still not sure why that worked since the view itself performed well,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2019 at 9:36 pm
Viewing 15 posts - 8,161 through 8,175 (of 59,091 total)