Viewing 15 posts - 2,011 through 2,025 (of 49,552 total)
Alan.B (12/9/2016)
Indianrock (12/9/2016)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 11, 2016 at 2:14 pm
Indianrock (12/9/2016)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 11, 2016 at 2:08 pm
nal4236 (12/3/2016)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 3, 2016 at 5:33 am
KGJ-Dev (12/2/2016)
Will either one satisfy my need?
Test carefully and see, and make sure you read up on them
which one is the best for my situation
Test carefully and see,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 11:46 pm
nal4236 (12/2/2016)
One license = one core. 16 cores, 16 licenses.
Incorrect. You can only buy licenses in packs of two.
Indeed you can only buy licenses in packs of two, as my...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 11:45 pm
Read committed snapshot or snapshot isolation?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 2:05 pm
You probably want a
WITH EXECUTE AS
on that proc for the insert into a table in master.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 2:02 pm
KGJ-Dev (12/2/2016)
I have used transaction because if anything fails i don't want to commit it.
Do you have proper error handling that will rollback in case of an error?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 2:00 pm
I haven't specifically tested those, but there are no changes I know of to fix them in 2016. Stick with OPTION(RECOMPILE) on them.
From 2014 it should be a safe upgrade.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 6:32 am
Not an article, but...
Query Store is probably the killer feature. It makes it trivial to monitor performance, track query plans, etc.
The "It just runs faster" series of posts on the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 5:28 am
ben.brugman (12/2/2016)
The marbles (see reference) example is simple and very good.
Except that it won't show isolation level differences except for lock-based vs rowversion-based, because they're data modifications and hence aren't...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 2:49 am
nal4236 (12/1/2016)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2016 at 1:14 am
JP10 (12/1/2016)
Just created a tmp table and ran the query that looks at the default traces and nothing comes up for temp tables.
Temp tables are logged in the default...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 1, 2016 at 11:46 am
They're not hard to do.
Multiple identical selects in a transaction (maybe with a waitfor between them) and updates, inserts and deletes running from elsewhere that would affect rows returned by...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 1, 2016 at 8:42 am
2005 can be *restored* to anything above it.
The two-version limit is in-place upgrades afaik. Restores there's no such limit (as long as you're not dealing with a SQL 2000 backup)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 1, 2016 at 8:27 am
Viewing 15 posts - 2,011 through 2,025 (of 49,552 total)