Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
11answers
2k views

Is there a “poor man's” alternative to RedGate for scripting out entire database schema?

I'm in a situation where I would to generate a script for a database that I could run on another server and get a database identical to the original one, but without any of the data. In essence, I ...
2
votes
1answer
46 views

SQLTool does not commit data after quit (HSQLDB)

i really dont understand the SQLTool... i just want to import a SQL File into the database and choosen this command to do this: java -jar ~/bin/sqltool.jar --autoCommit --inlineRc ...
1
vote
4answers
90 views

SQL Server change management

Does anybody know of a good change management tool for SQL Server? We would like to use it to migrate our existing clients database to newer version via an api.
1
vote
2answers
884 views

Alternative to SQL Tools and Toad IDEs for Oracle query development

Are there any better alternatives to using SQL Tools and TOAD for writing stored procs and queries for Oracle DB? Better in the sense of being able to debugg large queries and stored procedures. ...
0
votes
0answers
56 views

How to create customized rules in TOAD

Can AnyOne tel me how to create customized rules using code expert in TOAD. Like Example in our project we have a protocol that the local variable should start with "v_variable_name" and ...