Viewing 15 posts - 91 through 105 (of 1,162 total)
I haven't used it for SQL Server 2012 in particular, but this should work fine as a test environment (although technically, probably not a MS supported configuration).
Not sure mapped...
August 22, 2013 at 1:57 am
There's no performance or data size difference as they're variable length data types, so they'll only use the space they need.
Think of the size parameter as more of a useful...
August 21, 2013 at 3:15 am
The Dixie Flatline (8/19/2013)
August 19, 2013 at 10:15 am
Steve Jones - SSC Editor (8/19/2013)
Ed Wagner (8/19/2013)
August 19, 2013 at 10:05 am
Personally, I'd label this as a bug and it's quite annoying, but I believe this happens because of the large data types in row optimisation.
If the original data was small...
August 19, 2013 at 7:25 am
SOS_SCHEDULER_YIELD are generally a sign of CPU pressure, although in this case, it could be overallocation on the host.
VMware is meant to be very clever in the way it...
August 19, 2013 at 6:20 am
kenneth.gore (8/18/2013)
So why would the SQL process have handles to these files if it is not using them? Even after two reboots.
Can't think of any logical reason if...
August 19, 2013 at 2:28 am
I can't see how snapshot backups could cause the error message reported by the OP. I can see how you can break the expected differential chain by doing a snapshot...
August 16, 2013 at 9:00 am
I'd avoid delete and rollback, it's needlessly expensive. If you don't need the delete, just put the equivalent logic in a SELECT statement to capture the count.
August 15, 2013 at 1:47 am
This usually happens when you're not using a Windows login with permissions to start/stop/restart the services. Note that these aren't SQL Server permissions, they're permissions on the Windows server.
August 14, 2013 at 7:08 am
I've had this before when I've had an authenticated proxy server that doesn't allow other applications out over the internet. I think the reason is that SSMS 2008 (not sure...
August 14, 2013 at 5:22 am
I'm not sure that's going to be a representative benchmark for columnstore indexes.
The point of them is to support many thousands of variations of different combinations of predicates, group...
August 14, 2013 at 4:30 am
Could you share the DDL and queries you used for the benchmarks?
August 14, 2013 at 2:32 am
Stefan Krzywicki (8/13/2013)
L' Eomot Inversé (8/13/2013)
Stefan Krzywicki (8/13/2013)
OK, I have some more data.We stopped all backups of all kinds across the entire system. That's not it.
The things you're not doing...
August 13, 2013 at 9:41 am
SQL Trace and Perfmon on the guest are only showing you part of the picture.
Even if you've gone for a 1 to 1 mapping of host/guest, these are the things...
August 13, 2013 at 7:23 am
Viewing 15 posts - 91 through 105 (of 1,162 total)