Viewing 15 posts - 1 through 15 (of 15 total)
zerbit (7/18/2014)
You requirement was to print 3 lots at a time per line of document. This...
December 11, 2015 at 4:26 am
Is there a particular reason why you did not just use a random number generator to select ProcessNumber? For example:
select case when rand() < 0.5 then 0 else 1 end...
August 3, 2015 at 10:58 am
You presented a brute force method of query performance tuning. Surely some intelligence can be applied to this process? For example, when you created the index ON Forums (isPublic, ForumID)...
June 8, 2015 at 3:05 am
Jeff Moden (10/31/2013)
Gosh... still more than 2 minutes using the "fastest" option. How many rows were in the source?
From the article:
"The source has been limited to 1 million rows...
November 1, 2013 at 2:23 am
Eric M Russell (7/2/2013)
Where I work, we don't hire entry level developers straight out of university
So your company insists upon reaping where it did not sow? Luckily for you, the...
July 2, 2013 at 11:25 am
Steve Jones - SSC Editor (6/27/2013)
Perhaps we have different definitions of side project. As John H noted, this would be 15-20 hours outside your current job, nights, weekends, whatever.
Yes, it...
June 27, 2013 at 1:53 pm
Steve Jones - SSC Editor (6/27/2013)
johnbrown105 56149 (6/27/2013)
The idea of hiring someone for a side project isa good onethe most ridiculous thing that I have ever heard.because?
I'm supposed...
June 27, 2013 at 10:50 am
The idea of hiring someone for a side project is a good one the most ridiculous thing that I have ever heard.
June 27, 2013 at 8:31 am
Very interesting article. I don't think that T-SQL's short-circuiting or lack thereof has ever caused a problem for me. Because most of my coding has been in some version of...
June 21, 2013 at 9:12 am
TravisDBA (3/14/2013)
March 14, 2013 at 10:53 am
Michael R. OBrien Jr (1/2/2013)
SELECT...
January 3, 2013 at 5:14 am
cleroux (5/24/2012)
I have googled and googled, and googled some more ..., but cannot find what I am looking for....
Corné
What are you looking for?
May 24, 2012 at 11:05 am
... sp_send_dbmail ... which is stored in the MSDN database ...
Surely you meant the msdb database.
April 12, 2012 at 5:24 am
Just pointing out that the link provided says that the offer is valid until June 30, 2011.
July 5, 2011 at 5:29 am
I have not actually read the article yet. I'm just asking about these paragraphs that seem to be a little jumbled.
First, SSIS will never store or save decrypted password fields....
April 6, 2011 at 8:08 am
Viewing 15 posts - 1 through 15 (of 15 total)