Viewing 15 posts - 1,396 through 1,410 (of 4,081 total)
You sure can.
I'm not sure why we're stuck on using a values clause to do this, but the expressions in a value clause may include sub-queries so long as they...
September 17, 2010 at 1:05 pm
Apostrophes are also good for accenting sounds which are unpronounceable by human mouths.
Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
September 17, 2010 at 12:57 pm
Alvin Ramard (9/17/2010)
CirquedeSQLeil (9/17/2010)
But what does the null represent?Same as you get when you cross an elephant with a rhinocerous. Elephino. 😛
September 17, 2010 at 9:05 am
Paul: I wasn't aware this was a Speed Phreak challenge. 😀
8kb: If you're willing to change the clustered index structure to the...
September 17, 2010 at 7:45 am
In the example below, a CROSS APPLY technique manages to run a hair faster with an execution plan that goes directly from an index scan into a clustered index seek,...
September 16, 2010 at 11:28 pm
On my laptop, I'm getting subsecond response time using data generated by your script and no additional indexing. But I'm testing by writing to a temp table....
September 16, 2010 at 11:18 pm
The VALUES clause is one source of data to be inserted, but a SELECT clause can also be a source of data for an INSERT.
See the...
September 16, 2010 at 10:49 pm
only scalar variables are allowed in an insert
Pardon me, are we talking about something other than T-SQL?
I ask because in T-SQL there is no...
September 16, 2010 at 4:20 pm
What's humour? You hanging out with Brit's in TN?
Brit's what? That's what I want to know.
Brit himself is a pretty decent fellow.
September 16, 2010 at 4:03 pm
No!!
I disappeared!! :w00t:
September 16, 2010 at 2:46 pm
The CHAR(4) is a datatype, as opposed to INT or VARCHAR or DATETIME, etc. It indicates that the 4 digits of the years are being stored as...
September 16, 2010 at 2:39 pm
ALZDBA (9/16/2010)
CirquedeSQLeil (9/16/2010)
BTW - at the pace you guys are on with this thread - 20K should be easy peezy lemon squeezy.21k may be attainable 😎
A single printout may even...
September 16, 2010 at 1:13 pm
CirquedeSQLeil (9/16/2010)
Did Bob change his Avatar again?
Avatar? What avatar?
I see you, Jason.
September 16, 2010 at 1:05 pm
avi-631555 (9/16/2010)
my script currently is as
Update table A
Set RptStatement = ' watever you comapnyName @2010'
where (...
September 16, 2010 at 12:57 pm
WayneS (9/16/2010)
Alvin Ramard (9/16/2010)
I give up. How can I expect to win when I'm dealing with people that do not appreciate good humour? 😎
But we do appreciate...
September 16, 2010 at 12:04 pm
Viewing 15 posts - 1,396 through 1,410 (of 4,081 total)