Viewing 15 posts - 5,236 through 5,250 (of 7,484 total)
Actually all the suggested answers are wrong. PAD_INDEX doesn't determine if space is left in pages and intermediate levels (the supposedly "correct" answer), indeed it doesn't even determine how...
November 4, 2011 at 11:38 am
Steve Jones - SSC Editor (1/26/2007)
November 4, 2011 at 11:22 am
SQLRNNR (11/4/2011)
What is the capital of Alaska?Oh wait, you meant for query plan operators.
What is this query plan operator?
It depends....
....on whether I'm allowed to call a slightly dishonest...
November 4, 2011 at 10:21 am
Cadavre (11/4/2011)
SQLRNNR (11/4/2011)
crookj (11/4/2011)
Daniel Bowlin (11/4/2011)
1960s ( Does anyone else have the feeling that this decade is going to be a mirror of the 60s? )
Flashback - (Totally Agree!)
The...
November 4, 2011 at 10:08 am
Tallboy (11/4/2011)
There would be more than 1 task/organisation id to find as the task that the staff member is being paid for,...
November 4, 2011 at 9:06 am
One way to do it is
SELECT REVERSE(LEFT(REVERSE(Document_and_path), CHARINDEX(REVERSE(Document_and_path),'/')-1)
FROM dbo.Docs
edit: I see someone else posted the same way of doing it while i...
November 4, 2011 at 8:24 am
Nice, good, easy question.
I forgot to drink lunch before answering, so my inadequately lubricated brain got it wrong.
November 4, 2011 at 8:03 am
Kiara (11/4/2011)
Brandie Tarvin (11/4/2011)
Ki,You do remember that Table Variables use TempDB, right?
Yup. But when I've been testing, they seem to do less r/w activity than temp tables do. Could just...
November 4, 2011 at 7:41 am
I'm inclined to say that frequent password change is a bad thing; but of course it's necessary when once you have shared passwords both because people leave and because shared...
November 4, 2011 at 7:06 am
nicko5 (11/3/2011)
create procedure RS(@emailtable as...
November 4, 2011 at 5:59 am
The Dixie Flatline (11/3/2011)
Recursive CTEs can also perform quite suckishly. There is nothing set-based about the recursion.
There's nothing in recursion that prevents set-based description. The fact...
November 3, 2011 at 10:56 pm
The main thing is not to let the sheer amount of information overwhelm you - recognise that there's more than you can ever learn, realise that the same applies to...
November 3, 2011 at 9:42 pm
Here's some code that does that: it orders the groups by their max price (descending), and the rows with a group by their price (descending). Uses table name "thing"...
November 3, 2011 at 8:47 pm
Are the paths for the master database correct in the registry? I don't know where paths are in sql 2005, but my 2008R2 installation has them in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL...
November 3, 2011 at 8:15 pm
SQLRNNR (11/3/2011)
Daniel Bowlin (11/3/2011)
Smörgåsbord
Boardwalk
Walkout
November 3, 2011 at 7:30 pm
Viewing 15 posts - 5,236 through 5,250 (of 7,484 total)