Viewing 15 posts - 42,676 through 42,690 (of 59,067 total)
If the binary tree doesn't change very often (say, once a day), you can use a Nested Set model in parallel with your current Adjacency Model. Joe Celko has...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 9:31 am
This type of formatting shouldn't be saved in a table anywhere. First, it converts INT to VARCHAR and VARCHAR lookups are more expensive than INT lookups. Second, it...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 9:26 am
gochaithu (7/29/2009)
I have some doubt's in preparation of Online Exam database.My first doubt is...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 9:21 am
GilaMonster (7/30/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 9:14 am
dan.hare (7/30/2009)
One reason why one would want to split out date and time is to allow the use of...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 6:35 am
Lynn Pettis (7/30/2009)
Is there a more detailed error message in this file: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0014_JMODEN2_MSXML6_1.log?
Yep.... it's quite long so I'll post the only line in monster 421 line...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 12:53 am
Heh... ok... NOW I'm feeling more like an MVP! It took 8 bloody hours but I think I've got this problem licked. I'm in the middle of another...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2009 at 12:04 am
Yeppp that file exists.... I've tried a reinstall again since the #13 try worth of files I just listed...
Machine : JMODEN2...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 11:04 pm
Irwan Tjanterik (7/29/2009)
If u believe u have completely uninstall the SQL Server, you can try to delete the following folder completely C:\Program Files\Microsoft SQL Server.
Once u've delete the folder,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 10:24 pm
Lynn Pettis (7/29/2009)
Check the latest %SQL.log. From looking at the one in my directory, that is the log for installing the dtabase engine.
Sorry... I don't see any such file......
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 10:21 pm
Lynn Pettis (7/29/2009)
Is this...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 9:32 pm
jason (7/29/2009)
b) have a dynamic, changing number of fields depending on the source data
See the following... http://www.sqlservercentral.com/articles/cross+tab/65048/
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 4:35 pm
bhavesh_183 (7/29/2009)
Finally I got it .... Thanks every oneBhavesh
Got what? Please share your solution.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 4:31 pm
ALZDBA (7/29/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 4:24 pm
I don't know why cursors where actually added to SQL back in version 6.5, but you can bet it was some market pressure by those who don't know how to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 29, 2009 at 4:09 pm
Viewing 15 posts - 42,676 through 42,690 (of 59,067 total)