Viewing 15 posts - 46 through 60 (of 361 total)
Is it only me that is struggling to understand how we get 3 columns from a 1 column table..?
August 30, 2011 at 8:12 am
Jeff Moden (7/21/2011)
RichB (7/21/2011)
July 22, 2011 at 3:53 am
Presumably that also has the effect of turning the temporary table into a global temporary table that magically disappears as soon as the original session clears it out? :hehe:
Bet that...
July 21, 2011 at 3:21 am
Just as a matter of curiosity, is there any reason why you didn't simply attach all the user databases? Had their original files disappeared?
May 16, 2011 at 3:42 am
Michael Valentine Jones (3/21/2011)
RichB (3/21/2011)
I run fusionIO SSDs - pcie cards. Stripe them together, mirror the databases.Absolutely amazing performance.
What size/model are you using? How much did they cost?
The...
March 22, 2011 at 5:02 am
I run fusionIO SSDs - pcie cards. Stripe them together, mirror the databases.
Absolutely amazing performance.
March 21, 2011 at 7:50 am
Thats : http://www.sommarskog.se/query-plan-mysteries.html
if you missed it!
March 8, 2011 at 10:07 am
On the front page of sql central is a link to erland sommerskogs page.
Suggest you have a read of it, it may help.
March 8, 2011 at 10:06 am
That rather depends on whether he thought it was one of the typically arsey trick questions...
Perhaps a rule of thumb is to only use 1 question mark per question?
February 8, 2011 at 4:14 am
Ah, not the missing option of 'wtf are you using sql logins in production for anyway?'
What with them being inherently, disgracefully insecure.
For anyone that hasn't I strongly recommend using your...
February 7, 2011 at 9:01 am
am I being stupid - or can I genuinely not rate the article?
January 11, 2011 at 8:36 am
As this place is sponsored by redgate, why not have a look at their tools - sqlpackager (if its still called that!) probably would do what you want!
December 21, 2010 at 4:37 am
you could pop it into a different structure and use some bit operators on it, just to upset the folk on here!
eg:
create table sources
(sourceval int, name varchar(20))
go
create table folk
(personid int,...
December 20, 2010 at 10:31 am
Viewing 15 posts - 46 through 60 (of 361 total)