0
votes
3answers
34 views
Flag column or foreign key?
I have ENTERPRISES and DOMAINS table. The property of each enterprise is that it should have a single primary domain, but it can have more than one domain. I have come up with this table structure
…
0
votes
3answers
25 views
How can I programmatically retrieve the alter view script for a view in SQL Server 2005.
We allow our uses to alter certain views for reports and what not based on some application field meta data that we keep track of in our application. These fields can be created at run time. I have …
0
votes
2answers
29 views
DropDownList in C#, getting DropDownList items overflow after every time using selecting an item
Hello all, well the problem is that i am trying to get DDL to:
1. Recive catagories from a DB tabel - working
2. OnChange select from a different table the products by the item in the DDL - working
…
1
vote
1answer
134 views
Clone a Table’s definition with Hibernate (hbm2ddl)
In my hibernate application there is annotation driven object: AuditEvent. Its very simple and has no foreign key relationships. I archive old entries in this table by moving them to another table …
1
vote
2answers
605 views
Using Visio to generate MySQL DDL
I have a database model diagram created in MS Visio which I would like to export to DDL file to create a MySQL database. I've already installed the MySQL ODBC driver, which I can successfully use to …
0
votes
2answers
556 views
Problems importing SQL script from Oracle 9i to Oracle 10g express
I am currently running into a problem when trying to import an Oracle 9i SQL script into my local Oracle 10g Express database. I am trying to import the DDL from the 9i database to the 10g express …
1
vote
5answers
357 views
How can I create a ddl for my jpa entities from java code?
Hi, I look for a way how I can create a ddl for my jpa annotated entities.
I prefer a pure java way for this.
If possible it would be nice to have generate the drop statements too.
3
votes
2answers
88 views
SQL Server parallels to Oracle DBMS_METADATA.GET_DDL ?
I'm looking for command line or scripted solutions to pull the DDL out of SQL Server 2005+ for all database objects: tables, stored procs, views, indices/indexes, constraints, etc. GUI tools are not …
0
votes
0answers
13 views
Dropdownlist select
I have a dropdown list that searched a column in database table and returns items to listbox in DDL's selectchange event. In this same event I want to include code that will populate teh listbox with …
0
votes
7answers
473 views
Obfuscating source code when publishing (C#)
Hi,
We are working on many products that are being published at our customers.
But if you publish a C# application, all the dll's can be decompiled using reflector or some sort.
I was wondering if …
1
vote
4answers
195 views
T-SQL Scripts to copy all table constraints
I have created many tables on my local database and moved them to production database.
Now I am working on fine tuning the database and created many constraints on my local database tables such as …
-1
votes
7answers
115 views
Can we create tables dynamically in MySQL?
Can we create tables dynamically in MySQL? If so, how?
Dynamic means at run time....ie via procedure AND HOW????
I am using dotnet
Ans--> yes we can create...but problem is i want to change the name …
0
votes
4answers
136 views
Anyway to create a SQL Server DDL trigger for “SELECT” statements?
I am dealing with some sensitive Accounting tables and I would like to audit any SELECT statement executed on the table or any views associated with them.
I did not find any DDL Events on BOL (Books …
1
vote
1answer
40 views
automated DDL scripts: how much functionality to predict?
I have a script that generates DDL scripts to define materialized views for a normalized database. Some tables have columns like "owner" that point to a particular database user, which I can then …
0
votes
4answers
939 views
Microsoft Access DateTime Default Now via SQL
I am writing a number of scripts to update numerous Access tables. I would like to add a column to each that has a field called "date_created" that is a timestamp of when the record is created. Doing …
