Viewing 15 posts - 61 through 75 (of 75 total)
"You can change the Optimize for Ad hoc Workloads to True.This setting will not have a direct performance impact on SELECTS, however it will improve the efficiency of the plan...
May 7, 2015 at 8:31 am
I would like to recommend a recent book on this topic - "Leaders Eat Last" by Simon Sinek.
My own view is that one cannot be a good manager without some...
February 25, 2015 at 7:35 am
"If an object in the query does not exist, the validation fails and no estimated plan is created"
Is something executed in this case, i.e. is there an actual execution plan?
February 18, 2014 at 10:08 am
There is at least one exception to your statement "order of expressions, which is always left to right for procedural programming languages. " and that is APL which evaluates right...
June 27, 2013 at 9:32 am
You could do something like
insert into tab1
select ________ from tab2
except
select ________ from tab1
June 27, 2013 at 9:08 am
Thanks for the replies. I wonder if adjusting this 'parameter' might be in the cards for a future release ? (My googling indicated it is an adjustable parameter in...
April 29, 2011 at 12:32 pm
Good article, but are you actually creating random numbers in your example, using NewID()? Random and pseudo-random numbers have properties that this technique may not create.
September 27, 2010 at 1:25 pm
We advocate and use the calendar table approach too. We deal with reams (tech term) of daily financial data and this approach makes many difficult things easier and some...
July 15, 2010 at 10:14 am
Got this one wrong. I figured since there was a contradiction in the statement, SQL should complain. Why does it choose FG1 over FG2? Seems arbitrary to...
November 13, 2009 at 8:57 am
Here's the error detail:
Directory lookup for the file "F:\SQLDATA\scratch2.ndf"
failed with the operating system error 3(The system cannot
find the path specified.). File 'testdat2' cannot be
restored to 'F:\SQLDATA\scratch2.ndf'. Use WITH...
June 16, 2009 at 8:49 am
Thanks for the reply.
The source machine's files are on drive F: which does not exist on the target machine. To me this explains why the file wasn't created on...
June 16, 2009 at 8:39 am
The 3rd party tool used was TOAD; neither freeware nor shareware but they do offer a free trial for 30 days.
November 11, 2008 at 12:21 pm
Thank you Gail and Chris for responding to this.
There are only 2 ways we are using this view (now) - pulling data for a single day or pulling a subset...
October 28, 2008 at 7:45 am
Viewing 15 posts - 61 through 75 (of 75 total)