Viewing 15 posts - 10,051 through 10,065 (of 49,571 total)
Should be fine, I've done that before. Can you post the code?
February 12, 2014 at 7:52 am
Table definitions, index definitions and execution plan please, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
February 12, 2014 at 7:46 am
ananda.murugesan (2/12/2014)
I am checking with profiler, this paricualr Query tooks duration 30 sec for completion at every execution, and CPU is 0 seconds..
That sounds more like a blocking problem, or...
February 12, 2014 at 7:28 am
I'm going to ask the same question I ask every time you post a question like this...
Is that query a problem? Is that operator the problem?
Costs are relative, costs MUST...
February 12, 2014 at 5:36 am
peter.cox (2/12/2014)
There are no extended events
Huh? If you're using SQL 2012 (and I assume you are since you posted in the SQL 2012 forum), you can use Extended Events...
February 12, 2014 at 4:41 am
Yup, perfectly possible. It's not one foreign key though, it's two foreign keys, one referencing each of the tables
CREATE TABLE sample1(id INT PRIMARY KEY)
CREATE TABLE sample2(id INT PRIMARY KEY)
CREATE TABLE...
February 12, 2014 at 4:37 am
peter.cox (2/12/2014)
February 12, 2014 at 4:32 am
I'd second Jimbo's recommendation, either 6 or 12 files of a combined size of 120GB (so 6 files of 20GB or 12 files of 10GB)
That said, why are you splitting...
February 12, 2014 at 4:06 am
You are not going to like the answer...
That's not repairable. Script all objects (and hope that none fail), export all data (and some may fail), recreate the database.
February 12, 2014 at 4:04 am
Oracle_91 (2/11/2014)
February 12, 2014 at 1:38 am
amy26 (2/11/2014)
February 12, 2014 at 1:35 am
I've just spent part of the morning (teaching database design today) explaining why a business requirements document needs to be specific and detailed (and telling horror stories of times I've...
February 12, 2014 at 1:32 am
Ok, in that case (0%, 0sec) it's probably a stuck rollback (they happen from time to time, it'll be trying to get something that it can't get) and it's usually...
February 12, 2014 at 1:28 am
Just run DBCC updateusage without parameters, schedule it for your next maintenance window, whenever you do index maintenance.
February 11, 2014 at 8:31 am
Viewing 15 posts - 10,051 through 10,065 (of 49,571 total)