SQL Server Migration
Some SQL migrations require keeping the server name, instance name, IP, and port number. Geoff Ruble shares some notes on his recent experience with a SQL Server migration.
2018-07-20 (first published: 2015-10-12)
6,821 reads
Some SQL migrations require keeping the server name, instance name, IP, and port number. Geoff Ruble shares some notes on his recent experience with a SQL Server migration.
2018-07-20 (first published: 2015-10-12)
6,821 reads
With SQL Powershell, you can check all your database backups in minutes, whether you have ten SQL servers or 100.
2016-04-25
3,711 reads
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
By James-Serra
Microsoft Ignite has always announced many new products and new product features, and this year...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
We have a JSON file with 10M records to bulk copy load into a...
Hello, I'm a newbie when it comes to JSON so when I started down...
I have a table like below: CREATE TABLE #Test (Category_ID INT, [Type] VARCHAR(2),Student_ID INT,...