Viewing 15 posts - 316 through 330 (of 1,193 total)
13K IOPS at 64KB seems pretty good to me.
TheSQLGuru (9/23/2014)
2) You have no explicit begin tran/commit tran, so the log buffer flushes KILL you here. Do that and see...
September 24, 2014 at 4:51 am
I'm thinking that 'System.OutOfMemoryException' means you're out of the memory you're allowed, rather than the server itself is out of memory. In Powershell the default seems to be 1GB so...
September 17, 2014 at 5:03 am
GilaMonster (9/14/2014)
Consider using a RAMDisk for Index filegroups.
Putting non-clustered indexes on a RAMDisk...
September 15, 2014 at 3:43 am
The standard seems to be to shrink logs after each part of the maintenance run but that feels a bit dodgy to me.
Nope, absolutely fine. Just don't shrink them to...
September 15, 2014 at 3:36 am
As regards the query, are there any indexes on the table in the 2008 server that aren't on the 2014 one?
September 15, 2014 at 2:58 am
There's some info here on configuring Memory usage in Powershell: http://blogs.technet.com/b/heyscriptingguy/archive/2013/07/30/learn-how-to-configure-powershell-memory.aspx
Beyond that, as a complete guess, try writing/appending to a file instead of the console?
September 12, 2014 at 4:02 am
Found this: http://www.dbi-services.com/index.php/blog/entry/sql-server-2014-select-all-users-securables-a-db-admins
Short story, Grant Control Server & Deny Select All User Securables.
But the deny can be overridden by the grantee.
September 3, 2014 at 10:11 am
I remember hearing something similar too when SQL 2014 was announced.
SQL 2014 introduces 3 new permissions:
CONNECT ANY DATABASE
IMPERSONATE ANY LOGIN
SELECT ALL USER SECURABLES
Which it's quoted in many places as saying...
September 3, 2014 at 10:00 am
xsevensinzx (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 8:39 am
Sean Lange (9/3/2014)
Gazareth (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 8:35 am
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 8:25 am
SQLRNNR (9/3/2014)
Koen Verbeeck (9/3/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Nah. Just...
September 3, 2014 at 8:14 am
Koen Verbeeck (9/3/2014)
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
Presumably, although there are...
September 3, 2014 at 8:12 am
I've just been told: "We don't recommend running SQL commands against the database"
Right. May as well go home then!
September 3, 2014 at 7:59 am
Viewing 15 posts - 316 through 330 (of 1,193 total)