Posts
Sort by recent activity
I would like to exclude parts from my report via word doc
I only want to print columns in my report. I unchecked everything else but when it generate the report it still includes everything.
Version 3.0.1.908
Issue with Snap Shots
I am on version 10.2.3.1
I have created two snapshots. One for Each Server
The same object but one server shows that it only exists
Example
Only in ServerA
Proc A
View A
Only in ServerB
Proc A
Vie...
HTML name
I am creating a interactive HTML document.
Every time I run SQL DOC it creates a new TimeStamp Folder
Such as TFS08-2012-11-01T12-54-34.
We are using source Control and this will treat the folder a...
Error
I have User Defined Type showing up that it requires a change.
But the Preview show them as the same.
Any Idea's
sort by Date Last Modified
Looking to add a column on the object to be able to
sort by Date Last Modified
Having troubles Commiting a user Defined Table
Issues cant commit User Defined Type Table. It goes thru as it normally does but stills shows as a un commited change
-- User Defined Type
CREATE TYPE [PR].[CalcAppointmentEarning] AS TABLE
(
[App...
if exists for insert statements
Is there any way to add the existence checks prior to performing inserts/deletes when generating migration script with SQL Data Compare? That would allow me to make this script re-runnable
Running SQL Compare i get this message any ideas
Msg 2760, Level 16, State 1, Line 1
The specified schema name "PR" either does not exist or you do not have permission to use it.