Viewing 15 posts - 2,536 through 2,550 (of 2,620 total)
bphipps-931675 (5/6/2010)
I guess this is where having a plan in place of how you are going to manage your scripts before you create 600 scripts is important.
It is...
May 6, 2010 at 9:21 am
bphipps-931675 (5/6/2010)
May 6, 2010 at 9:14 am
bphipps-931675 (5/6/2010)
May 6, 2010 at 8:51 am
bphipps-931675 (5/6/2010)
May 6, 2010 at 8:35 am
Phil Factor (5/6/2010)
anything that involves a table schema change for example kind of makes the whole approach a bit complex and prone to problems
Right on the nail. If you can...
May 6, 2010 at 7:54 am
mike.renwick-894639 (5/6/2010)
May 6, 2010 at 7:48 am
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
Viewing 15 posts - 2,536 through 2,550 (of 2,620 total)