Comments
Sort by recent activity
Hi,
I didn't have the need so far to use that feature but I saw Table Mapping and Owner Mapping for SQL Compare.
When you edit your project there are several tabs for different functionalities.
Have fun experimenting!
Cheers,
Totu / comments
Hi,
I didn't have the need so far to use that feature but I saw Table Mapping and Owner Mapping for SQL Compare.
When you edit your project there are several tabs for different functionalities.
Hav...
Hi,
Last Friday I bumped into the same error message in one for our CD pipelines, here is my fix:
As Andy described, the error is thrown because the product thinks you have an old version of SQL Server as a source or target. Why does it think like that when my SQL Server is 2008 R2?
When I was looking at the logs I found this line that gave me a hint:
Warning: The SQL Server version specified for the scripts folder
I went into the RedGateDatabaseInfo.xml and looked for something about the version and removed the DatabaseVersion tag. After running the pipeline again, it successfully finished.
I hope this helps.
Cheers,
Balint / comments
Hi,
Last Friday I bumped into the same error message in one for our CD pipelines, here is my fix:
As Andy described, the error is thrown because the product thinks you have an old version of SQL Se...