Viewing 15 posts - 16 through 30 (of 45 total)
Are you saying you extracted DDL from one SQL DB and have run it in another SQL DB and are trying to insert data into the second SQL DB?
June 9, 2014 at 9:09 am
Have you confirmed that there is a clustered index on that table? The PK does not have to be clustered, and the clustered index does not have to be...
June 9, 2014 at 7:54 am
Windows Azure services have been expanding their compliance initiatives over the years, but I believe your interpretation is correct that WASD is not currently included in the HIPAA BAA.
Keep an...
December 18, 2013 at 12:35 pm
Time periods can be tricky in design. If the codes have no overlapping time periods, I'd go for effective date.
December 18, 2013 at 11:57 am
The best way to fix this is to model it so that a code and a concept of date (maybe date and time, depending on how much granularity you need)...
December 18, 2013 at 10:31 am
I think the problem here is that there is no possible way to teach every single database design consideration on a single article. It's even hard to do in...
January 22, 2011 at 11:56 am
There are some scripts floating around that do this to some degree, but I like Data Compare from Red Gate or Change manager from Embarcadero.
Both can automatically monitor data...
December 3, 2010 at 10:40 am
With an Identity, isn't it a risk to assume the value is sequential and ordered?
July 15, 2010 at 5:56 am
I've also run into this with an industry standard data model.
The PKs in this model are made up a concatenation of all the "natural" key data. So if...
April 12, 2010 at 10:40 am
Not nuclear reactors, but nuclear medicine. One of the worst cases of physical harm (slow, painful, horrific deaths) to people due to poor interface design, then a management attempt...
March 8, 2010 at 9:02 am
Drinking and work is so tied to culture. I worked in a shop where the entire company had a rule that there was no drinking, at all, within 24 hours...
March 8, 2010 at 6:45 am
jacroberts (3/4/2010)
It's not necessary to get in a sudden state of alarm but if you do it adds to the drama. 🙂
I'm so stealing that....
March 4, 2010 at 6:59 pm
Steve Jones - Editor (3/3/2010)
Thanks for the article and I hope to see more from the developer point of view.
Yeah! Let's get him experienced enough at writing articles that...
March 3, 2010 at 3:57 pm
Hi Tim
Don't let the trolls get ya down.
I'm a 25+ years of experience data person. Even have a B.Sc. in a program that specializes in database design. ...
March 3, 2010 at 2:01 pm
You don't have to use a primary key to enforce uniqueness. You can use an alternate key as well. So you could have a surrogate key AND have...
March 2, 2010 at 8:46 pm
Viewing 15 posts - 16 through 30 (of 45 total)