Viewing 7 posts - 1 through 7 (of 7 total)
Regarding the "central/shared" database: We have scripts that do the nightly build process, and do a database install to a shared server, with the extra twist that the build...
July 15, 2014 at 1:30 pm
David Portas (3/23/2010)
Ed-997158 (3/23/2010)
Thanks. I was just going to ask if "bridge table" didn't already have a different terminology
"Associative Entity" is semantic modelling terminology and not a relational database...
March 23, 2010 at 6:24 pm
The basic idea for this topic is useful to brand-new database designeres - build a new table when there is a many-to-many relationship between two other tables. But note...
March 23, 2010 at 5:06 am
In the SQL 2005 world, I've wondered (but not implemented) code using the SQLCMD metacommand :setvar and :r. One could use these like #define and #include in C++.
File1.sql
#setvar enumMale M
#setvar...
August 28, 2007 at 9:41 pm
Doh! Found another place in my own upgrade script that was altering it back to an int. Works every time - make a post and then find your mistake.
March 10, 2007 at 5:24 pm
I'm sort of surprised you didn't go one step further and make the MessageFrom, To, and Subject be IDs out to a separate table. There has got to be a...
November 23, 2006 at 12:23 pm
Also answered D - assumed it was a trick question. Please review better.
April 25, 2006 at 12:00 pm
Viewing 7 posts - 1 through 7 (of 7 total)