Viewing 15 posts - 121 through 135 (of 430 total)
SQLRNNR (8/5/2014)
What are your resource governor configurations?What is the Max memory configured for SQL Server?
What is the memory reservation assigned to the VM?
Resource governor is not configured.
Max SQL memory...
August 5, 2014 at 9:26 am
Grant Fritchey (8/5/2014)
August 5, 2014 at 9:24 am
GilaMonster (8/5/2014)
August 5, 2014 at 8:52 am
GilaMonster (8/5/2014)
Why are you using physical only?
What are the drawbacks?
Thanks
August 5, 2014 at 8:15 am
SQLRNNR (8/5/2014)
What are your baseline runtimes performance analysis of checkdb vs the runtimes after these config changes?
Here's one I've been concentrating on since most of our databases are around this...
August 5, 2014 at 8:15 am
Beatrix Kiddo (8/1/2014)
Or copy the files to an external drive and courier/drive it to the new location.
😀
It genuinely can be quicker to get on a plane with a hard...
August 1, 2014 at 8:15 am
I tried to run a couple installs recently using the .ini files, but got errors when assigning my service account to the SQL and Agent services because they required passwords....
July 29, 2014 at 12:00 pm
Thanks. I'm still trying to find a thorough checklist for a similar situation. Thankfully this isn't due for a couple days.
July 29, 2014 at 10:44 am
I have those steps planned because I've been asked to not shut the server down until the VM is up and running for testing, in case we need to back...
July 29, 2014 at 9:54 am
Sort of, with the end result being rebuilt CMS tables. I guess I'm not sure what from the XML file is supposed to end up where.
July 23, 2014 at 6:40 pm
Heh.
Msg 6841, Level 16, State 1, Line 166
FOR XML could not serialize the data for node 'NoName' because it contains a character
(0x0012) which is not allowed in XML. To...
July 15, 2014 at 8:13 am
Good call on that. Doing this sort of forced me to look at the underlying table structure of the half-aliased mess of a view I inherited. I have the below...
July 14, 2014 at 4:35 pm
ScottPletcher (7/14/2014)
;WITH
cteTally10 AS (
SELECT 0 AS tally UNION ALL SELECT 1 UNION ALL SELECT 2 UNION...
July 14, 2014 at 1:59 pm
I don't think there's going to be one in NYC this year :angry:
July 14, 2014 at 10:48 am
I think you nailed it. Both times when it happened I was pulling the actual execution plan for a dead pig of a stored procedure.
Thanks
July 10, 2014 at 8:37 am
Viewing 15 posts - 121 through 135 (of 430 total)