Viewing 15 posts - 2,716 through 2,730 (of 59,067 total)
larry.blake wrote:Grant does a great job of presenting both Redgate and non-Redgate topics btw.
Cheers!
Very kind of you to say. Could you share it with my boss? Ha!
You have...
September 14, 2022 at 3:49 pm
Thanks, Peter... Those are the basic formulas we ended up with in the article. They're just "DRY"ed out a bit in...
September 14, 2022 at 3:47 pm
As far as I see it, there are two points here: how much of an expert on the topic in question the presenter is and to what extent is...
September 14, 2022 at 3:33 pm
Steve, I appreciate you not ending a sentence proposition with.
Seriously though, we wouldn't have so many great events if it weren't for the vendors. I've been to a number...
September 14, 2022 at 2:02 pm
Personally I almost exclusively watch talks online, which has the added benefit of being able to skip the first and last 20% of it.
I couldn't care less about who...
September 14, 2022 at 2:01 pm
I think Imposter Syndrome is a good driver, and has been for me.
However, it can be crippling, it can lead people to shy away from and avoid taking chances...
September 14, 2022 at 4:44 am
Install QGIS and use ogr2ogr utility to load the SHAPE file to SQL server:
ogr2ogr --debug ON -f "MSSQLSpatial" "MSSQL:server=.;database=GovilLoad;trusted_connection=yes" "PARCEL_ALL\PARCEL_ALL.shp" -a_srs "EPSG:2039" -overwrite -unsetFieldWidth -progress --config MSSQLSPATIAL_USE_BCP FALSE
for me...
September 14, 2022 at 4:35 am
Thanks, Jason. I'm currently working my "dream job" and so I wasn't asking for me. I was asking hoping that you'd answer just as you did to give the job...
September 14, 2022 at 4:33 am
Sidebar/Errata:
It doesn't affect any of the outcomes in this article, but I said the following in the article...
Since the numbers above are BIGINTs and the “magic number”...
September 14, 2022 at 4:06 am
Which DB engine are they using, Jason?
September 13, 2022 at 9:14 pm
Welcome back and good to "meet" you.
September 13, 2022 at 9:11 pm
Following up on this, we gave up trying to pinpoint what query/queries were causing the issues. Threw 64 GB of RAM at it which resolved the issue. We spotted...
September 13, 2022 at 8:59 pm
Thanks all for your replies.
Some of you are asking for full DDL and/or execution plan. Unfortunately, I cannot do that. At our place we have very strict rules about...
September 13, 2022 at 8:48 pm
Look at the first line in the query you're using...
SELECT TOP 1000000 dbo.IMS_APT.ID_vard,
What makes you think that even a columnstore index is going to change the amount...
September 13, 2022 at 5:24 pm
Jeff,
oh sorry I mistakenly took that link out when I edited it for the error message. Which makes this thread no longer makes sense. And I should have created...
September 13, 2022 at 5:13 pm
Viewing 15 posts - 2,716 through 2,730 (of 59,067 total)