Viewing 15 posts - 1 through 15 (of 25 total)
I had a problem that may be similar.
I have a directory D:\TEMP where I put Backup files to test the Restore process.
The directory was at one point Share
Through SSMS I...
March 10, 2025 at 7:59 am
I know what a LOB is.
Are CHAR(10) or DATE of type LOB?
(They are also defined by a fixed number of bits!)
The vague definition is really inappropriate for a function definition...
January 28, 2025 at 5:56 am
It's not clear to me what this is: "binary expression that isn't a large object (LOB)"
January 24, 2025 at 6:05 am
Check if this can help:
https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#copylocallockfileassemblies
May 13, 2024 at 5:48 am
I usually update immediately, in the hope that the bugs that have been there for years may have been fixed.
Impossibility to print diagrams that show a CheckBox (Allow Nulls):
February 2, 2024 at 7:32 am
I usually update immediately, in the hope that the bugs that have been there for years may have been fixed.
Impossibility to print diagrams that show a CheckBox (Allow Nulls):
February 2, 2024 at 7:32 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 the...
September 14, 2022 at 4:21 am
September 13, 2022 at 6:16 am
When you give an image instead of data, text, and when in the image you display only two digits after the decimal point (so that most of the records are...
March 18, 2022 at 12:20 pm
May 21, 2021 at 6:12 am
Use:
UPDATE #r
SET Distance =
geography::Point( Latitude1, Longitude1, 4326 ).STDistance( geography::Point( Latitude2, Longitude2, 4326 ) ) * 0.000621371;
0.000621371 is meters to miles.
March 10, 2021 at 7:33 am
MS does everything so that the systems will not work if they are not in AZURE!
They want you to use both AAD and Graph
December 25, 2020 at 11:53 am
Viewing 15 posts - 1 through 15 (of 25 total)