Viewing 15 posts - 181 through 195 (of 272 total)
sknox (7/25/2014)
These are (non-correlated) subqueries:
SELECT DB_NAME()
, (SELECT count(*) FROM sys.objects) AS TotalObjects
, (SELECT count(*)...
July 28, 2014 at 8:36 am
Our pastors get a sabbatical every few years (I think maybe every 5, but don't hold me to that.)
It's usually a mixture of time to relax and...
July 22, 2014 at 1:12 pm
Clever question. Have to admit I got it wrong.
June 30, 2014 at 8:25 am
Jeff Oresik (6/28/2014)
June 29, 2014 at 11:49 am
Jeff Moden (6/26/2014)
Heh... it would appear that the default definition of default is in default. π
Gave me a smile at the start of the day.
June 26, 2014 at 7:49 am
What are some real-life examples of using the While statement that don't involve RBAR code?
June 25, 2014 at 11:06 am
Got it wrong because of missing that [t-a] wouldn't work, but learned about the escape clause.
June 25, 2014 at 10:33 am
SQLRNNR (6/17/2014)
BWFC (6/17/2014)
rhythmk (6/17/2014)
Thanks for question.It reminds me the trick to delete the duplicate records in a table πCould you enlighten me on that please? It sounds very useful.
Here...
June 17, 2014 at 12:57 pm
I'm grateful to be able to work from home. (I'm especially grateful for that in the winter when the roads are a mess.)
I'm grateful to work for a manager...
June 10, 2014 at 1:46 pm
Richard Warr (5/12/2014)
Ola L Martins-329921 (5/12/2014)
If you find it easy - good for you and keep it to your...
May 27, 2014 at 8:23 am
Eirikur Eiriksson (5/6/2014)
I think Andy has been a tiny bit naughty:-D
Excellent!
May 24, 2014 at 1:44 pm
Hope you enjoy your sabbatical, but you'll certainly be missed.
April 22, 2014 at 2:34 pm
Jeff Moden (4/21/2014)
Remember when distributed computing was all the rage? It wasnt' that long ago. ...
April 21, 2014 at 7:24 pm
Manic Star (4/8/2014)
Better idea is to run the script on a staging environment that is a clone of production.
Agree wholeheartedly. I would want to test more than just the...
April 8, 2014 at 6:24 pm
Viewing 15 posts - 181 through 195 (of 272 total)