Viewing 15 posts - 5,911 through 5,925 (of 6,022 total)
This has to do with peer reviews. As IT developers, or any other engineering field in general, we can't judge our own sanity. Also, neither can the client or end...
September 7, 2010 at 2:12 pm
miki_home (9/2/2010)
September 2, 2010 at 9:41 am
LIYA (9/1/2010)
At present the testing table have 1628430 records. its' only a 5 month data. but in production it will be 5 time higher. It's a access control...
September 1, 2010 at 7:58 am
david_wendelken (8/31/2010)
Yep. You can also end up in jail after asking the officer "Is this a joke?" after he informs you your driver's license was suspended almost 50 years...
August 31, 2010 at 10:51 am
anudata (8/31/2010)
empid Transacttiondate ...
August 31, 2010 at 8:09 am
alen teplitsky (8/30/2010)
say you sign up a customer today and promise some service that will be done in the...
August 30, 2010 at 12:58 pm
Whatever SQL inserts this table [tbl_Prepped_Vehicle_ver01_20100823], that's what you need to be concerned about.
August 30, 2010 at 10:44 am
coolwebs (8/30/2010)
Here is the SELECT statement that was captured....Seems pretty simple right?
. . .
. . .
. . .
The SQL SELECT statement you provided is actually quite simple, and it just...
August 30, 2010 at 10:29 am
Data integrity and constraint begins with choosing the appropriate data type. Obviously (to most of us) integers should be contained in an Integer data type and monetary values in a...
August 30, 2010 at 8:49 am
In many cases, coworkers simply don't see or fully understand the scope of another's job. Some people are talented, but don't like to "toot their own horn", or maybe they...
August 26, 2010 at 7:42 am
Jeff Moden (8/20/2010)
If you use SELECT INTO to build your Temp tables, you don't need to change the table structure... it just happens.
When choosing between ranking the item changes on...
August 20, 2010 at 10:54 am
charles.gildawie (8/20/2010)
August 20, 2010 at 9:53 am
The article does present a good educational example on the use of CTEs and the RANK function. However, I don't think ranking is the most practical and efficient solution to...
August 20, 2010 at 8:38 am
A little off topic maybe, but below is a possible technique to hash demographic or personally identifying data for a QA or Development environment. The distribution of the data remains...
August 12, 2010 at 9:33 am
The [Services].[ID] column is part of your PK, and you havn't made it clear why you need to insert the table while leaving that column NULL. From what I see,...
August 11, 2010 at 11:09 am
Viewing 15 posts - 5,911 through 5,925 (of 6,022 total)