Comments
Sort by recent activity
Sadly not, I'm afraid. / comments
Sadly not, I'm afraid.
Theoretically it would be possible to parse the Changes.html file to retrieve a list of objects. In the middle of the file, you should see a JSON object defined where you see
var ___comparisonModel =
There are collections named createdObjects, droppedObjects, modifiedObjects and identicalObjects - you could pull the object names out of here if you wanted to. I'm not sure how to go about writing a Powershell script to do this, but it may well be possible. / comments
Theoretically it would be possible to parse the Changes.html file to retrieve a list of objects. In the middle of the file, you should see a JSON object defined where you see
var ___comparisonModel...
Hi Chris,
Unfortunately DLM Automation can't do this at the moment so I've made a note of this on our system as a feature suggestion.
If your need for the list is related to keeping track of schema changes, have you considered trying DLM Dashboard? / comments
Hi Chris,
Unfortunately DLM Automation can't do this at the moment so I've made a note of this on our system as a feature suggestion.
If your need for the list is related to keeping track of schema...
Hi Stephen,
Unfortunately this is a known issue with ID SDOC-1649. At the moment, to get the dependency to be listed you'll need to include the database that the object is in.
Sorry. / comments
Hi Stephen,
Unfortunately this is a known issue with ID SDOC-1649. At the moment, to get the dependency to be listed you'll need to include the database that the object is in.
Sorry.
I'm not overly familiar with merge replication, but have you tried committing the rowguid column to source control? That would certainly prevent it being dropped. My understanding is that if a table has a uniqueidentifier column with the rowguidcol property set, that column will be used for this purpose in replication. / comments
I'm not overly familiar with merge replication, but have you tried committing the rowguid column to source control? That would certainly prevent it being dropped. My understanding is that if a tabl...
Yes, so essentially you would have the rowguid column in each environment. / comments
Yes, so essentially you would have the rowguid column in each environment.
That's strange. It looks like you've got things set up correctly. I've asked our support team to create a support ticket for you as I think this is going to need a more detailed investigation. You should hear something regarding this shortly. / comments
That's strange. It looks like you've got things set up correctly. I've asked our support team to create a support ticket for you as I think this is going to need a more detailed investigation. You ...
Thanks for that information. There's nothing obviously wrong. Could you try updating to DLM Automation 2.0.14 to see if that helps? Here's a download link.
Was the filter created using SQL Source Control? Also, if you look at the generated NuGet package, do you find the Filter.spcf file in the db\state folder? / comments
Thanks for that information. There's nothing obviously wrong. Could you try updating to DLM Automation 2.0.14 to see if that helps? Here's a download link.
Was the filter created using SQL Source C...
Hi! I'm sorry to hear that this is happening. It should be respecting the filter that is contained in the NuGet package so I'm not sure what's happening here.
I'd really appreciate it if you could answer some questions so that I can get an idea of your current setup.
What current version of DLM Automation itself are you using?
Which version of TFS are you using?
Which TFS plugin are you using? The new VSTS-style plugin or the older TFS Build plugin with the XAML builds?
If you are using VSTS, are you using a hosted build server on an on-premise build server?
Thanks! / comments
Hi! I'm sorry to hear that this is happening. It should be respecting the filter that is contained in the NuGet package so I'm not sure what's happening here.
I'd really appreciate it if you could ...
Unfortunately it's not possible to document databases from multiple servers in one project. Sorry.
If you're generating the documentation in an editable format, such as a .docx file, then you may be able to manually join them together in an editor - in the docx case you could use Microsoft Word or OpenOffice for example. / comments
Unfortunately it's not possible to document databases from multiple servers in one project. Sorry.
If you're generating the documentation in an editable format, such as a .docx file, then you may b...