Posts
Sort by recent activity
Document the columns of a table-value function
Enhancement suggestion: when documenting a table-valued function include a Columns section similar to when documenting a table.All the metadata exists to enable documentation of the columns returne...
How to avoid VIEW SERVER STATE permission error using SQL Doc?
Are there settings for SQL Doc that avoid attempting to do operations that require VIEW SERVER STATE permissions?We are developers (not DBAs) who do not have and will not be granted these permissio...
Can SQL Data Compare commit changes to source control repositories?
Scenario - We have a table of configuration data whose content varies as it gets promoted. We would like to source control environment specific data in a branch separate from where we are source co...
Dedicated vs. shared development model questions
We are a small development staff responsible for extending a vendor supplied application (and database). We make relatively few changes to the schema, and more changes to static data.
Only 2-3 deve...
SQL Compare 8.1.2.44 hangs on first synchronization wizard
Please assist:
Synchronization wizard doesn't respond to "Next" button on first wizard screen when: Synchronizing to a scripts folder.
Worked last week, not this week.
Also works synchronizing betw...
Permissions granted on dbo schema not compared
Permissions granted on the schema dbo are not compared.
We granted permissions in one database on the dbo schema as follows:
GRANT EXECUTE ON Schema::dbo TO ServiceAccountRole
We cannot locate the ...