Note that there are some explanatory texts on larger screens.

plurals
  1. USchuck
    primarykey
    data
    text
    plurals
    1. COI can also confirm that with SQL Developer 4.0, setting a null value is as simple as deleting the contents of the cell. As far as I know, versions as old as 9.0R2 is compatible with it and it can be downloaded here: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
      singulars
    2. COThis is the best answer and doesn't require a batch file or some NuGet package to operate. I have further tweaked it so that all publishes must be Release/AnyCPU or it'll fail. `<Target Name="BeforePublish"> <Error Condition="'$(Configuration)' != 'Release' Or '$(PlatformName)' != 'AnyCPU'" Text="You attempted to publish a configuration that is not Release and AnyCPU architecture!" /> </Target>`
      singulars
    3. COHey Pablo. Thanks for the suggestion and this is actually what I currently do as a workaround. Using the "Generate Scripts" command with the option of exporting the "Data Only" works pretty well and checking in the script into source control is great for comparisons and saving revisions. The only problem I have is that this goes against the Code First paradigm and adding a new property to an entity results in a very painful manual edit of the script file. I'll vote your answer up though because it's definitely one of the best alternative solutions so far.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload