Viewing 10 posts - 76 through 85 (of 85 total)
PiMané (9/21/2012)
Roland Alexander STL (9/21/2012)
September 21, 2012 at 9:43 am
PiMané (9/21/2012)
Being a "generic" software spread across the country we can have databases with customers mainly from one state (where...
September 21, 2012 at 9:34 am
That depends on any number of factors. Parameter sniffing only presents a problem if there are multiple possible execution plans, some of which may be suboptimal for the parameter value...
September 21, 2012 at 9:19 am
You can also use local variables for intermediaries. Assign your incoming parameters to local variables, then use the local variables in the predicates.
September 21, 2012 at 9:04 am
tsmall 52653 (8/16/2012)
August 16, 2012 at 6:57 am
One of the hardest things to learn is to separate your ideas from yourself, and to understand that criticizing your ideas is not the same as criticizing you personally. I...
August 6, 2012 at 9:51 am
An overflow error indicates that the number you're trying to stuff into a column or variable is too large for the column or variable's data type. For example:
DECLARE @tiny tinyint;
SET...
July 31, 2012 at 2:16 pm
There's no reason you can't combine DISTINCT and SUM. I can't recommend specifics, since you didn't post your SQL, but there is no reason the two shouldn't work together. Post...
June 23, 2012 at 5:40 am
Trick questions accomplish little other than to show off the cleverness of the author. How many of us would write legitimate code where we assign variables like this? I am...
October 7, 2011 at 6:08 am
As a database developer for an online trading firm, I went through a total of four technical interviews, but took no test. The technical interviews - which were conducted...
July 2, 2010 at 6:44 am
Viewing 10 posts - 76 through 85 (of 85 total)