Viewing 15 posts - 1,081 through 1,095 (of 1,415 total)
patrickmcginnis59 10839 (7/25/2014)
Sean Lange (7/25/2014)
Eirikur Eiriksson (7/25/2014)
Sean Lange (7/25/2014)
Eirikur Eiriksson (7/25/2014)
Jeff Moden (7/25/2014)
Sean Lange (7/25/2014)
July 25, 2014 at 2:39 pm
Sean Lange (7/25/2014)
Eirikur Eiriksson (7/25/2014)
Sean Lange (7/25/2014)
Eirikur Eiriksson (7/25/2014)
Jeff Moden (7/25/2014)
Sean Lange (7/25/2014)
July 25, 2014 at 2:34 pm
pmscorca (7/23/2014)
I haven't SQL Server 2012 media.
I need to prepare a SQL Server 2012 installation having SQL Server 2014 installation.
It is possible to...
July 23, 2014 at 11:54 am
I wonder if an msdn subscription would help, ie., let folks gain availability to the various versions of install media that could then be used for an actual licensed install...
July 23, 2014 at 11:39 am
Jeff Knupp, "Python Developer", yeah thats all I need to read about that.
July 22, 2014 at 2:50 pm
GilaMonster (7/15/2014)
Why all the DISTINCTs Aspirant?
Helps his nolock's run faster!
July 21, 2014 at 2:31 pm
Eric M Russell (7/21/2014)
patrickmcginnis59 10839 (7/21/2014)
Eric M Russell (7/21/2014)
July 21, 2014 at 11:57 am
Eric M Russell (7/21/2014)
July 21, 2014 at 11:17 am
Jack Corbett (7/16/2014)
Eirikur Eiriksson (7/16/2014)
July 16, 2014 at 2:11 pm
Phil Factor (7/15/2014)
Yes, it is certainly possible to have a NoSQL database that handles ACID properly. It just surprises me that some don't. As I understand the Bitcoin exploit,...
July 15, 2014 at 8:16 am
From what I've read, these systems were caching in separate threads and fell victim to "lost transactions." Given the details, I'm not all that sure these guys would have faired...
July 15, 2014 at 7:31 am
Koen Verbeeck (7/7/2014)
patrickmcginnis59 10839 (7/7/2014)
Koen Verbeeck (7/7/2014)
patrickmcginnis59 10839 (7/7/2014)
Luis Cazares (7/7/2014)
July 7, 2014 at 2:08 pm
Koen Verbeeck (7/7/2014)
patrickmcginnis59 10839 (7/7/2014)
Luis Cazares (7/7/2014)
July 7, 2014 at 1:25 pm
Luis Cazares (7/7/2014)
July 7, 2014 at 1:19 pm
declare @work1 varchar(8000)
set @work1 =
'
use destination_database;
declare @work2 varchar(8000);
set @work2 = ''create view The_view as select * FROM The_table'';
exec (@work2);
'
exec (@work1)
Just thought I'd post something ridiculously impractical today. But I'd mark...
July 1, 2014 at 2:43 pm
Viewing 15 posts - 1,081 through 1,095 (of 1,415 total)