Viewing 15 posts - 31 through 45 (of 160 total)
Michael Valentine Jones (5/18/2010)
meichner (5/18/2010)
...I have limited experience with this, so I guess I also have limited vision as to the problems. I am not sure that I understand...
May 18, 2010 at 11:04 am
Michael Valentine Jones (5/17/2010)
As mentioned, it is a violation of rules of normalization, so that...
May 18, 2010 at 7:28 am
Luke L (3/3/2010)
I think wikipedia can explain it better than I. Have a look at the following article, including the section on differences in notation...http://en.wikipedia.org/wiki/Entity-relationship_model
-Luke.
Thank you so...
March 3, 2010 at 5:16 pm
Ken McKelvey (2/18/2010)
Some of the code here may help:http://www.sqlservercentral.com/articles/SQL+Server+2008/66554/
The section listed under the NOTES makes mention of what I need.
Thanks
February 18, 2010 at 8:55 am
Welsh Corgi (2/17/2010)
The article listed below may address your question:http://www.sqlteam.com/article/sql-server-2008-table-valued-parameters
If not let me know, thanks.
The article goes half way there. What I mean by this...
February 18, 2010 at 7:38 am
Steve Jones - Editor (2/12/2010)
2. The setup program for 2008 will do this. You can grab an...
February 12, 2010 at 11:18 am
GilaMonster (1/25/2010)
My comments to The_SQL_DBA was not related to his use of...
January 25, 2010 at 1:03 pm
GilaMonster (1/25/2010)
Select Distinct
DG.UserID
, DG.UserName
, DG.LastName
, (DG.FirstName)
From DGUsers DG
Inner Join Orders O...
January 25, 2010 at 10:30 am
Grant Fritchey (1/5/2010)
There are multiple web sites out there that list the various symbols used by the different modeling methods. For example, here's the class, probably most reductive example: http://en.wikipedia.org/wiki/Entity-relationship_model
Thanks...
January 5, 2010 at 1:33 pm
Ray K (1/5/2010)
For example, a connection with a key at each end indicates a...
January 5, 2010 at 11:10 am
Thanks so much to the both of you. Both statements worked perfectly. You saved me hours of time.
November 24, 2009 at 9:17 am
Grant Fritchey (10/29/2009)
meichner (10/29/2009)
Grant Fritchey (10/29/2009)
The problem is, it's really easy to get a circular reference. All you...
October 29, 2009 at 7:09 am
Grant Fritchey (10/29/2009)
The problem is, it's really easy to get a circular reference. All you need is a...
October 29, 2009 at 5:51 am
Al-279884 (10/16/2009)
I would not put CustomerID and AddressID on the...
October 16, 2009 at 1:47 pm
Al-279884 (10/15/2009)
meichner (10/15/2009)
Al-279884 (10/15/2009)
John Rowan (10/15/2009)
October 16, 2009 at 7:02 am
Viewing 15 posts - 31 through 45 (of 160 total)