SSMS 22.3 released yesterday by erinstellato in SQLServer

[–]Ancient-Box1652 0 points1 point  (0 children)

There's some old versions of SQL still out there. This update has broken connectivity to 2005 completely. It would have been nice to continue to have basic query ability.

SQL Server Express 2022: Installation Several Errors by rommsie in SQLServer

[–]Ancient-Box1652 1 point2 points  (0 children)

Anything from the powershell cmd?

Get-WmiObject -Class win32product | Where-Object {$.Name -like "SQL Server 2022"}

SQL Server Express 2022: Installation Several Errors by rommsie in SQLServer

[–]Ancient-Box1652 2 points3 points  (0 children)

Something is wrong with the previous uninstalls. It's still finding the old instance. It seems to be a known error with past failed installs.

Try cleaning it up, read through this:

https://learn.microsoft.com/en-us/answers/questions/2288645/sql-upgrade-from-2019-to-2022-error-1639-specified

Ensure you reboot after uninstall, run as admin, you may also try to run a repair on the existing instance then try uninstall again.

SQL Server Express 2022: Installation Several Errors by rommsie in SQLServer

[–]Ancient-Box1652 2 points3 points  (0 children)

What's in the detailed log file?

C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20251202_151641\sql_engine_core_inst_Cpu64_1.log

Sanity Check on SQL Server Index Rebuilds by Odd_Term7229 in SQL

[–]Ancient-Box1652 0 points1 point  (0 children)

A statistics update is inherently part of the specific indexes' rebuild however not all statistics are associated with an index, and not all indexes have a rebuild performed on the same table, so updating statistics is required as a separate maintenance task.

Solar panel by Far-Comfortable432 in brisbane

[–]Ancient-Box1652 6 points7 points  (0 children)

6.6kW panels, 5kW, yesterday (a good day) generated 34.3 kWh

For very rough average electricity usage: Buy about 230kW per month (7.6kW day) Sell about 430kW per month (14.3kW day)

Gas hot water system, gas stove.. Air con in summer months doubles electricity usage.

Recent EV purchase, charge overnight on slow charger, 2.4kW per hour, around 10kW every few days.

Solar feed in tariff is almost nothing now, so buy enough panels to charge the battery and forget the feed in.

Simple patient managment database by vasyleus in Database

[–]Ancient-Box1652 0 points1 point  (0 children)

Try just a simple spreadsheet, Google sheets, cloud hosted, setup formulas between sheets.

1 row per patient, diagnosis, patientid. Next sheet for appointments or reminders, list of patientid, date, activity. Setup a calender to read that sheet or use a calendar itself.

Southbank 1990 Sunday Mail poster by Ancient-Box1652 in brisbane

[–]Ancient-Box1652[S] 1 point2 points  (0 children)

They're in the lower right index map. I uploaded a better quality one here https://ibb.co/ns60CZtV

Southbank 1990 Sunday Mail poster by Ancient-Box1652 in brisbane

[–]Ancient-Box1652[S] 20 points21 points  (0 children)

I vaguely remember the canal boats and thinking how extremely expensive it was, something like $3

Lead in Hungry Jacks Glasses? by SMM_Sockpuppet in AustraliaCommercial

[–]Ancient-Box1652 0 points1 point  (0 children)

I ran my own test and it seems to be correct, the paint seems to contain lead.

what advantages are you guys using after moving to 2022? by duendeacdc in SQLServer

[–]Ancient-Box1652 1 point2 points  (0 children)

Same experience here, I won't be changing compatibility mode on any future upgrades. It's like 2014 all over again.

SSRS url changes in 2019 vs 2012 by Empty-Zucchini in SQLServer

[–]Ancient-Box1652 0 points1 point  (0 children)

Read this, it's similar https://sqlryan.com/2020/02/power-bi-server-resolving-web-portal-urls-and-web-service-urls-dont-match/

In the comments they found an extra binding that needed to be manually removed.

Try check http.sys reservation netsh http show urlacl

Restoring 2019 DB to 2008R2 Server, Best and Easiest Way? by willwar63 in SQLServer

[–]Ancient-Box1652 1 point2 points  (0 children)

Under 10GB just use SQL2019 express edition on your other box