Viewing 15 posts - 5,071 through 5,085 (of 6,486 total)
Do a google search for expanding hierarchies for some good examples of an iterative process replacing a recursive one.
January 24, 2008 at 9:53 am
As with most things Jim - "it depends". A lot of thing can be written using either notation with no difference in execution (derived table vs CTE), but there...
January 24, 2008 at 9:50 am
And while you're there - you might care to change the growth factors to something more intelligent than 1MB (so you don't fragment the heck out of the disk subsystem.)
January 24, 2008 at 8:47 am
You also might care to read the part about Notification Services being discontinued in SQL Server 2008. That would put a crimp on things......
January 24, 2008 at 8:37 am
Common Table Expressions are a new feature to SQL 2005. That syntax does not work on SQL 2000.
January 24, 2008 at 8:30 am
.....Which also might be a necessary "evil" if the table is a "mapping" table (the intermediate table used to create many to many relations). Of course if would then...
January 24, 2008 at 8:16 am
Like Antares - I can't say I've tried, but my understanding is that while you can install 32-bit on a 64-bit OS (using WOW), you cannot install the 64-bit SQL...
January 24, 2008 at 8:12 am
The main thing that scares me about virtualization (and an issue I am still fighting today) is that while it can work incredibly well in organizations that put a lot...
January 24, 2008 at 8:07 am
To add to the list of questions (for mgmt):
- are you expecting the issues to be discovered by the customers and brought to our attention? Who's in charge...
January 24, 2008 at 7:35 am
Please - don't cross post. they all get read....
Answered by gilaMonster over here:
http://www.sqlservercentral.com/Forums/Topic446867-65-1.aspx
January 24, 2008 at 7:14 am
I was a bit curious about that too, but I'm seeing what Grant mentioned: when you add the separate configurations, some amount of that info seems to be put directly...
January 23, 2008 at 11:03 pm
oh I'm not saying they do it out of the goodness of their own heart. However, there are lots of cost/benefit analyses to show folks that rotating through staff...
January 23, 2008 at 9:17 pm
Access ghosts in a copy of the "table structure" (or view in this case) at the time of creation. It also asks for you to confirm what the Primary...
January 23, 2008 at 9:06 pm
Linked tables don't automatically update when there are DDL changes, so dropping the linked table and recreating the link is the best way to clear that up.
January 23, 2008 at 6:53 pm
What I'm trying to get at is:
A process where the date increments along with the shift number would yield the same result as a process where the date decrements...
January 23, 2008 at 2:47 pm
Viewing 15 posts - 5,071 through 5,085 (of 6,486 total)