79184587

Date: 2024-11-13 11:04:32
Score: 1
Natty:
Report link

Some embedded systems need old databases although one can often get around the requirement by using a programmable database proxy. (eg Businesses are not going to replace an expensive machine tool just because it needs an old database.)

Linked servers tend to be slow. Try

  1. writing a program/script to copy the table. Powershell should be adequate.

or

  1. run the process from the SQL2022 server and use Polybase.
Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Aardvark