Viewing 15 posts - 2,761 through 2,775 (of 59,098 total)
p.s. Ask the fellow that made the XML suggestion for the code. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 7:24 pm
You don't understand... it's not the STRING_AGG that's the issue (it's a symptom of the real problem) and using XML to do the same thing isn't going to solve a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 7:19 pm
I'm pretty sure that you want to change to NVARCHAR(), instead. IIRC, UTF-8 is a Unicode encoding.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 6:36 pm
only Log for those full recovery model.
To echo one of Johan's questions, how often do you do those?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 6:28 pm
This appears to be a near duplicate post from the following...
Good luck in getting this OP to answer questions. I still have a few outstanding questions there but, to be...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 6:25 pm
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?...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 4:49 pm
I get this error:
Get-ADUser : The supplied distinguishedName must belong to one of the following partition(s):
any ideas ???
You've still not explained what you intend to glean from the AD...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 4:09 pm
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2022 at 4:33 am
Viewing 15 posts - 2,761 through 2,775 (of 59,098 total)