Viewing 15 posts - 1 through 15 (of 15 total)
I was able to get the bad plan out of the plan cache and found that for some reason my dynamic SQL is not respecting my partition and thus trying...
November 3, 2015 at 3:37 pm
Thanks for your help, the full final script has been posted on my blog: A Few Changes In SQL Server 2012 (DBCC LOGINFO and DBCC CHECKDB)[/url]
August 30, 2012 at 10:58 am
Edward, thank you for your response. This worked perfectly.
August 20, 2012 at 12:28 pm
Apparently others have had this same problem, with no solution: http://www.sqlservercentral.com/Forums/Topic1304211-391-1.aspx
August 17, 2012 at 1:27 pm
Unfortunately, the cluster group does not exist any longer, nor is there any other place in Failover Cluster Manager that lists "Orphaned Resource" or anything like that.
Windows Version: Windows Server...
August 17, 2012 at 12:27 pm
Robert Davis (8/3/2012)
Do you have backups sufficent to perform a page-only restore? You'll need a full and log backups.
Yes, I have sufficient backups, IF the corruption happened within a proper...
August 3, 2012 at 4:08 pm
The view is not indexed, everything is SQL 2008 Enterprise.
The view is:
CREATE VIEW [data_calc].[vw_Data]
WITH SCHEMABINDING
AS
SELECT [identifier], [maxVersionTsUtc],[maxVersionTsUtc_value],[dataPointIdentifier],[elementIdentifier],[intervalUtc],[sequenceNumber],[rootFlowdayNumber]
FROM [data_calc].[tbl_Data_ERNDL_2011] (NOLOCK)
UNION ALL
SELECT [identifier], [maxVersionTsUtc],[maxVersionTsUtc_value],[dataPointIdentifier],[elementIdentifier],[intervalUtc],[sequenceNumber],[rootFlowdayNumber]
FROM [data_calc].[tbl_Data_ERZNL_2012] (NOLOCK)
UNION ALL
SELECT [identifier], [maxVersionTsUtc],[maxVersionTsUtc_value],[dataPointIdentifier],[elementIdentifier],[intervalUtc],[sequenceNumber],[rootFlowdayNumber]
FROM [data_calc].[tbl_Data_ERNDL_2012] (NOLOCK)
UNION ALL
SELECT...
August 12, 2011 at 5:56 pm
Will do, as soon as the devs get back to me. I'll run the query before and after and post plans from each.
August 12, 2011 at 5:48 pm
Unfortunately, I would have to get my devs to give me an elementIdentifier list and datapointIdentifier list. I am sending them an e-mail asking for said information, but unfortunately...
August 12, 2011 at 5:44 pm
Agreed, I cannot see how any of that would matter. Maybe RedGate will have some better insight. I will package all this up and send it off to...
June 3, 2011 at 11:41 am
yeah, I was just thinking about that. The configurations for each are identical in the "HyperBac Configuration Manager", so I don't see how it could matter
June 3, 2011 at 11:30 am
OK, so I picked this back up this morning and compared the two methods: A) Using the VR Wizard, which works, and B) Using my method, which generates a restore...
June 3, 2011 at 11:23 am
Well, the virtual restore worked just fine using the wizard, I am going to look at my generated restore script as compared to the script generated by the wizard and...
June 2, 2011 at 1:25 pm
Yes, almost every database in my shop backs up to multiple files, some more than others, some less. In any regard, I will try doing the restore using the...
June 2, 2011 at 1:19 pm
I appreciate the input on the quick-fix idea. That would be no problem, but since this is an important failover instance, I would like to explore what may have...
April 20, 2009 at 7:38 pm
Viewing 15 posts - 1 through 15 (of 15 total)