Comments
Sort by recent activity
Got it now - was going off an example elsewhere on this forum. / comments
Got it now - was going off an example elsewhere on this forum.
I'll dump another feature request while I'm at it - the ability to have the flags ignoremissing, ignoreadditional, etc. be able to be set at the table level instead of just applying to the whole operation.
So I could do something like:
<include>Table:Tabel1</include>
<include>Table:Tabel2</include>
<include ignoreadditional="false">Table:Tabel2</include>
<ignoreadditional/>
Which would apply the flag to all but the one table where it's explicitly set to false. / comments
I'll dump another feature request while I'm at it - the ability to have the flags ignoremissing, ignoreadditional, etc. be able to be set at the table level instead of just applying to the whole op...
FWIW, this would be a pretty cool feature - to be able to save a .sdc out in the same format as the argfile XML. / comments
FWIW, this would be a pretty cool feature - to be able to save a .sdc out in the same format as the argfile XML.
I'd also like to see column sorting on the tables, e.g. sort the list of tables by created, rowcount, etc.
Being able to check for cross database dependencies would be nice as well. And I'd second the database modeling request - the tools from MSFT are not up to par, and it seems for Red-Gate this is a next logical step.
Also, I notice that whitespace not always translated especially wrt to tabs. /* Modified by Date Change
*****************************************************
jdennis 04/10/2006 Created sproc
phoeffer 04/10/2006 updated to work with PP db
-- locationid is the current location
*/
This appears correctly tabbed in SQLEM or SQLWB:
Also, when looking at a database I click on the quick links such as Properties, Members, etc. nothing happens (IE7). / comments
I'd also like to see column sorting on the tables, e.g. sort the list of tables by created, rowcount, etc.
Being able to check for cross database dependencies would be nice as well. And I'd second...
You may be right re: it's intended use, but given the cost of licensing it's not uncommon in small orgs (like the one I'm in now) for devs to use it as a "dev server" if you can believe it. Also, many folks use it as a webserver on their laptops when they give demos/presentations. Anyways...
I was able to profile it as a normal windows.exe and it's given me some good info so far. [image] / comments
You may be right re: it's intended use, but given the cost of licensing it's not uncommon in small orgs (like the one I'm in now) for devs to use it as a "dev server" if you can believe it. Also,...
Sweet! Works like a charm.
I suspect mine is not an uncommon scenario, and think it would be great if at least the ANTS documentation could be updated to suggest this approach, if not add such an option direclty into the UI. / comments
Sweet! Works like a charm.
I suspect mine is not an uncommon scenario, and think it would be great if at least the ANTS documentation could be updated to suggest this approach, if not add such an ...
That limit makes it tough for folks in my position who have to develop multiple top level sites and where the company has standardized on WinXP for dev workstations.
I'll give it a go using your recommendation and report on how it flies. / comments
That limit makes it tough for folks in my position who have to develop multiple top level sites and where the company has standardized on WinXP for dev workstations.
I'll give it a go using your re...
Thanks Tom! It would really help when in situations where a user doesn't have a local instance of Oracle on their workstation and trying to restore to a pre-production instance reuqires involvemen of a dba. / comments
Thanks Tom! It would really help when in situations where a user doesn't have a local instance of Oracle on their workstation and trying to restore to a pre-production instance reuqires involvemen...
And while I'm at it, if you are going to allow inline editing, you may want to allow the use of CTL-A for control all.
If you really don't want people to do inline editing then this is fine but then you should remove the ability to edit via the GUI. If it's OK to edit, then why not allow easier use of editing? / comments
And while I'm at it, if you are going to allow inline editing, you may want to allow the use of CTL-A for control all.
If you really don't want people to do inline editing then this is fine but the...
As as aside, from a feature point of view, it would be sweet to also have a checkbox to deactive (or drop/add) triggers to the tables before generating the data. / comments
As as aside, from a feature point of view, it would be sweet to also have a checkbox to deactive (or drop/add) triggers to the tables before generating the data.