Viewing 15 posts - 181 through 195 (of 201 total)
Alexander Karmanov (10/16/2008)
There are few more moments one should consider, especially if you plan to free and remove the original filegroup:
1. BLOB data is not moved this way, it resides...
December 6, 2013 at 10:49 am
Cem Uney (10/17/2008)
What happens if there is a ForeignKey which refers this column in another table.Will there be any problem?
When moving a table to a new filegroup by dropping the...
December 6, 2013 at 10:43 am
Drammy (11/20/2013)
(snip)
I'd like an idea for what kind of impact having no primary, clustered keys at all would have on your typical...
November 20, 2013 at 2:27 pm
Questions:
1. Are there any clustered indexes on the tables? Without them, indexing will be inefficient since each table without a clustered index will be a heap.
2. Are...
November 20, 2013 at 11:04 am
We reproduced the problem in part with the latest backup from production.
Updating stats on all of the affected tables with FULLSCAN solved the problem.
We will run this tonight in production....
September 26, 2013 at 1:44 pm
Hi Gail...
Apologies for not making it easy. I am inexperienced at posting XML based query plans online. I can rerun the bad query in production but it impacts...
September 26, 2013 at 10:41 am
GOOD QUERY XML:
<?xml version="1.0" encoding="utf-16"?>
<ShowPlanXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.1" Build="10.50.2500.0" xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan">
<BatchSequence>
<Batch>
<Statements>
<StmtSimple...
September 26, 2013 at 10:15 am
Bad Query XML:
<?xml version="1.0" encoding="utf-16"?>
<ShowPlanXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.1.1" Build="10.0.5500.0" xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan">
<BatchSequence>
<Batch>
<Statements>
<StmtSimple...
September 26, 2013 at 10:13 am
GilaMonster (9/26/2013)
Plans in XML format please. The text format is awfully hard to read and is missing about 99% of the information.
In test, nothing. It flies.
In production, I see...
September 26, 2013 at 10:11 am
johntam (9/26/2013)
September 26, 2013 at 9:59 am
Hi. I freed the entire procedure cache -- twice. I also compared the schema of test and production using SQL Compare, including indexes, which are identical for all...
September 26, 2013 at 9:54 am
ssismaddy (9/25/2013)
May be you can try updating stats on all the 8 base tables. Also check fragmentation on all the 8 tables. Verify the MAXDOP settings on both the machines.
Checked...
September 25, 2013 at 3:36 pm
I agree. I would also check sp_configure and ensure that the MAXDOP is the same for each instance. It's unwise to set to to 0 (unlimited). Pick a solid number...
September 25, 2013 at 6:13 am
I would check the driver software versions on the HBA adapters. Also, if this is an active-active situation where two instances reside on any one node in the event...
September 24, 2013 at 10:52 am
Andreas.Wolter (9/24/2013)
I guess instead of Tables you want to give permissions on the views that you mentioned.
You might just as well put them into 2 different schemas.. keeps the permissions...
September 24, 2013 at 10:40 am
Viewing 15 posts - 181 through 195 (of 201 total)