Comments
Sort by recent activity
Hi,
At the moment we don't have a way of showing you that information other than the sql scipt. It is something we'll be looking at doing in the future though.
Alan. / comments
Hi,
At the moment we don't have a way of showing you that information other than the sql scipt. It is something we'll be looking at doing in the future though.
Alan.
The red bars represent "importance". It's based on how many objects depend on a node. For example within Northwind the customers table is rather important as lots of other objects depend on it.
I hope that explains it.
Alan. / comments
The red bars represent "importance". It's based on how many objects depend on a node. For example within Northwind the customers table is rather important as lots of other objects depend on it.
I h...
Unfortunately we don't have a really quick way for you to find the offending string. The best place to start looking is probably any extended properties you have in your database.
Alan. / comments
Unfortunately we don't have a really quick way for you to find the offending string. The best place to start looking is probably any extended properties you have in your database.
Alan.
Hi Joshua,
Would you be able to migrate one of the databases from the server you're having problems with to a different server and then try to save a project containing it?
Thanks
Alan. / comments
Hi Joshua,
Would you be able to migrate one of the databases from the server you're having problems with to a different server and then try to save a project containing it?
Thanks
Alan.
Hi,
Would it be possible to get the schema for your database? We wouldn't need the data.
Thanks
Alan. / comments
Hi,
Would it be possible to get the schema for your database? We wouldn't need the data.
Thanks
Alan.
Hi,
You can do this by going to the Tools/Options menu. Then on the Diagram tab there is the ability to choose the behaviour you are after by turning on "Add objects that the selected objects use" and switching off "Add objects that the selected objects are used by"
Alan. / comments
Hi,
You can do this by going to the Tools/Options menu. Then on the Diagram tab there is the ability to choose the behaviour you are after by turning on "Add objects that the selected objects use" ...
Hi Sam,
Can you pease tell me the exact steps you have taken to see this problem. Could you also please tell me the details of the machine you are running on (os, cpu and whether or not it's hyperthreaded, etc)
Thanks
Alan / comments
Hi Sam,
Can you pease tell me the exact steps you have taken to see this problem. Could you also please tell me the details of the machine you are running on (os, cpu and whether or not it's hypert...
Hi Sam,
You don't really need to worry about the messages list. It just lists things like being unable to resolve external references, as you've noticed in point 4.
With regards to your UI dying problem, I'd like to know roughly how many objects you have in your database. What you're describing sounds like the graph re-laying out, but from the way your describing it sounds like it's taking so long that it's not obvious that this is what is happening.
Thanks
Alan. / comments
Hi Sam,
You don't really need to worry about the messages list. It just lists things like being unable to resolve external references, as you've noticed in point 4.
With regards to your UI dying pr...
We currently don't have the report functionality you're asking for. About the best you can do is to put all the objects on your graph and export it to XML. You can the write a tool to parse the XML to find all the objects without depdendencies.
That said, you aren't the only person who's requested this kind of functionality, so hopefully it will make it into the next release.
Alan. / comments
We currently don't have the report functionality you're asking for. About the best you can do is to put all the objects on your graph and export it to XML. You can the write a tool to parse the XML...