Viewing 15 posts - 796 through 810 (of 819 total)
The point here is does Dell still make power supplies that fit in the server case?
33MB disks. Does anybody still make them that small?
August 29, 2006 at 9:07 am
Grant said, "Emphasis for IT planning is in two places, new development & stability. New development is moving forward into VS2005 & SQL2005, but with stability all the old code...
August 15, 2006 at 4:22 pm
One of the best changes from MSDE to SQL Express is the inclusion of the Management Studio. I don't care what its called the ability to get at SQL data...
August 14, 2006 at 9:25 am
Right, Grant. No need for the P matches between any groups. We have them between developers. The company owner says someting about a ruler and measuring anatomy parts. We call...
August 11, 2006 at 11:59 am
Sure, John. I not about to go up to most DBA's that I know and say, "You are a tool. How's it going, Tool?" Can't think of a quicker way...
August 10, 2006 at 10:46 am
Dan. You said "I now how a handy c# app that rolls db changes out from one source tree to another and applies them against the db, so in effect...
August 9, 2006 at 9:15 am
The Wal-Mart approach to pricing (sell each for less in order to sell more and get more total dollars) works in most places that it is tried. As long as...
August 9, 2006 at 8:50 am
Oh, it may not be that funny.
_sql = "UPDATE Inventory SET QOH = QOH + " & CSTR(ReciptQuantity)
Found this in production code. Customer wondered why his inventory was...
August 7, 2006 at 4:15 pm
Mattie,
We are of the same mind. I have seen white space reducers for PERL and C++. This all comes from the days when we were storing source code on flippies...
August 7, 2006 at 2:58 pm
Obvious, from reading code?
Try
ReadyStatus = ( ReadyStatus = False )
To an experinced VB programmer it might be appearent...
August 7, 2006 at 11:47 am
Agreed. But then, "I'm with Jeff on the issue of comments though. If you *have* to put comments to tell *what* you did, it's either very complex or poorly designed."...
August 7, 2006 at 11:35 am
Also look at COALESCE. You can use this to substitute a value for NULLs. Practical example is reading a customer credit limit from a legacy system. In some cases the...
August 7, 2006 at 11:08 am
It is interesting that this dicussion has gone on for two years. It is important to have a standard and to follow it.
SQL server is not picky about capitalization. Now...
August 4, 2006 at 10:00 am
Viewing 15 posts - 796 through 810 (of 819 total)