Viewing 15 posts - 5,881 through 5,895 (of 5,986 total)
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
When I am developing a stored procedure for reporting purposes, something that is driven by one or more sets of parameters, the parameters are typically contained in a table. I'll...
August 11, 2010 at 9:10 am
Jeff Moden (8/10/2010)
For all of you good folks using XML to split things... I suppose that XML either does something special for you or that your consider its performance...
August 10, 2010 at 7:41 am
I'm surprised by some of the strong emotions expressed here regarding the issue of doughnuts and bagles. You sound like a Dilbert cartoon and are reenforcing negative stereotypes about those...
June 30, 2010 at 1:26 pm
thisisfutile (6/30/2010)
June 30, 2010 at 9:17 am
I once had a consulting gig at a .com company that managed to (barely) survive the dotcom bust but employed a skeleton crew of about 40 employees, which was a...
June 29, 2010 at 4:07 pm
Viewing 15 posts - 5,881 through 5,895 (of 5,986 total)