Viewing 15 posts - 2,566 through 2,580 (of 2,645 total)
mike.renwick-894639 (5/6/2010)
Microsoft.SqlServer.Management.Smo.Scripter in Powershell.. this has the advantage that it handles all types of objects...
May 6, 2010 at 7:46 am
jcaradocdavies (5/6/2010)
As far as experience and memory serves, sp_helptext is not a reliable source for recreating SQL server objects. SQL management objects are the preferred source.
Changes to...
May 6, 2010 at 7:44 am
irozenberg (5/6/2010)
May 6, 2010 at 7:41 am
Dmitriy Burtsev (3/19/2010)
FILLFACTOR is missing
I've included code to include the FillFactor:
--USE myDB
GO
IF NOT EXISTS(SELECT 1
...
March 19, 2010 at 8:50 am
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
Viewing 15 posts - 2,566 through 2,580 (of 2,645 total)