Viewing 15 posts - 2,536 through 2,550 (of 2,610 total)
CirquedeSQLeil (3/17/2010)
jacroberts (3/17/2010)
This is probably one of the most unreadable stories and unreusable pieces of code I have ever seen in an article.
Please provide specifics if you are going to...
March 17, 2010 at 6:29 pm
This is probably one of the most unreadable stories and unreusable pieces of code I have ever seen in an article.
March 17, 2010 at 12:25 pm
Whoever said that many-to-many relationships don't exist in the real word is wrong. The truth is that the place where many-to-many relationships don't exist is in database designs. If they...
March 4, 2010 at 1:59 pm
Tim,
Your article is essentially completely correct. I like your honest style, admitting how you used to design database tables before you found out about adding this extra type of table....
March 3, 2010 at 4:08 pm
Karen Lopez - InfoAdvisors (3/2/2010)
March 3, 2010 at 4:27 am
Gary Varga (3/2/2010)
jacroberts (3/2/2010)
It's not decoupling but designing for resolving many-to-many relationships.
Surely, depending on ones perspective the many-to-many relationship is defined in a link table that decouples entities at either...
March 2, 2010 at 5:18 am
It's not decoupling but designing for resolving many-to-many releationships.
March 2, 2010 at 4:15 am
forerolui (2/1/2010)
But I´m not geting error messages, I´m just geting a blank result page.
Are you running the script that creates the stored procedure which when run will create the script?
If...
February 1, 2010 at 6:44 am
I've updated the code so that it will include both FileGroups and any INCLUDE columns.
Also made it a stored procedure with the option to include existance test and DROP before...
January 18, 2010 at 8:19 am
sknox (10/27/2009)
jacroberts (10/27/2009)
October 27, 2009 at 12:24 pm
I can see that you can do this using SQL server but I fail to see any benefit to using SQL Server rather than writing some code using a normal...
October 27, 2009 at 6:29 am
August 25, 2009 at 10:11 am
August 25, 2009 at 10:07 am
Thought I'd get in with the first comment, only a spelling mistake that gets through a spell checker:
Update: I would recommend you to use SET NOCOUNT ON for the shake...
August 25, 2009 at 10:01 am
GSquared (8/13/2009)
jacroberts (8/13/2009)
GilaMonster (8/13/2009)
August 13, 2009 at 5:12 pm
Viewing 15 posts - 2,536 through 2,550 (of 2,610 total)