Activity overview
Latest activity by pmiskell
That makes sense. I scripted a database from Azure to a local server. I probably forgot to change the destination server type to Local SQL Server with the tool I use for database migration.
The wierd part is Source Control has no problem with the Azure server. Only the local server.
Thx. / comments
That makes sense. I scripted a database from Azure to a local server. I probably forgot to change the destination server type to Local SQL Server with the tool I use for database migration.
The w...
In my case, every single file has a GO statement without a newline character in front of it (e.g.:
) ON [PRIMARY]GO
It should look like this:
) ON [PRIMARY]
GO
Maybe the linefeed/carraige return is incorrect in the file generated by Redgate Source Control. / comments
In my case, every single file has a GO statement without a newline character in front of it (e.g.:
) ON [PRIMARY]GO
It should look like this:
) ON [PRIMARY]
GO
Maybe the linefeed/carraige return is...