Viewing 15 posts - 16 through 30 (of 55 total)
Jeff Moden (7/16/2014)
July 17, 2014 at 6:08 am
It is possible that the SAN has one (or more) large pools of storage - possibly with flash, SAS, and NL-SAS (SATA) drives in the same pool with a tiering...
July 14, 2014 at 2:21 pm
July 11, 2014 at 11:53 am
Thanks.
..and by that I mean: "thank you very much!"
Who are you and why are you so helpful???
July 9, 2014 at 6:35 am
Sorry - apparently posting from work is a problem.
This is the type of data that I'm working with:
USE TestDB
GO
CREATE TABLE testtable
(
ID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED,
CompanyNumber nvarchar(50),
...
July 8, 2014 at 3:27 pm
I appreciate that you have responded.
Can you please supply a reference to your assertion?
Thanks!
June 26, 2014 at 7:23 am
My understanding is that the service pack is installed on the active node - not 'each' node.
See Ken Davis post in this thread.
My question is whether a reboot is required...
June 25, 2014 at 12:31 pm
spaghettidba (5/5/2014)
You should monitor the memory counters in Windows and see if they get too low.
If this is a SQL Server only box, you could...
May 6, 2014 at 1:05 pm
It is SQL Server 2005 on Windows 2003 R2.
Sorry if I posted in the wrong place - I did not see a SQL 2005 High Availability topic, so...
May 5, 2014 at 1:00 pm
Luis Cazares (4/25/2014)
More than a simple order by is needed....]
Luis,
Thank you very much for the solution and for the reference.
April 25, 2014 at 11:28 am
..and that link is no longer valid, in 2014
April 3, 2014 at 12:28 pm
Thanks, Lynn!
Thanks, Tiazi!
Thanks, SQL Server Central!
February 11, 2014 at 7:14 am
The google articles I see show how to recover to a point in time using backups. I am asking about a case where the transaction logs exist.
I thought that...
December 17, 2013 at 8:05 am
Much simpler fix for me.
Modify plan, edit backup task, don't change anything but select the OK button, save plan.
November 26, 2013 at 8:26 am
ELLEN-610393 (10/15/2013)
but this is supposed to be a development environment for a production server that is SQL Server 2008 R2 with SP2 Enterprise Edition.
Look into sql server developer edition 2012...
October 16, 2013 at 7:36 am
Viewing 15 posts - 16 through 30 (of 55 total)