Viewing 15 posts - 1 through 15 (of 42 total)
Perry Whittle (8/11/2014)
Multiple instances may be different versions and editions if necessary
Thanks Perry. Is there any documented reference for this?
August 11, 2014 at 9:31 am
Hi Troy,
Thanks for your very detailed response - that was my impression of the licensing rules. Unfortunately the solution is based on a physical implementation (POSE) as there was no...
August 4, 2014 at 7:22 am
You can download the SQL Server 2014 tools from this link http://msdn.microsoft.com/en-us/evalcenter/dn434042.aspx - you want the "SQL Server Management Studio Express (SQLManagementStudio)" option.
July 31, 2014 at 7:46 am
Just to keep the comedy going.....
If you have the license key from your SQL Server 2014 installer you should be able to use it on the SQL Server 2012 media....
July 31, 2014 at 6:59 am
Could you not just restore the old MSDB database to a dev/test/staging server somewhere and script out the jobs from there to import into your production server?
I think this is...
July 31, 2014 at 6:38 am
HowardW (7/31/2014)
July 31, 2014 at 5:09 am
You could check using:
USE [master]
GO
SELECT *
FROM sys.master_files;
That will list all the files for all the DBs on the instance.
December 13, 2013 at 1:45 am
You could consider running File Monitor (http://technet.microsoft.com/en-gb/sysinternals/bb896642.aspx) and Process Monitor (http://technet.microsoft.com/en-gb/sysinternals/bb896645.aspx) to see if the new instance is trying to access any files that belong to the original instance.
December 12, 2013 at 7:17 am
We run several servers, however, for our main OLTP cluster each node is 12 core (2 sockets x 6 core) running 128GB RAM. This was a hardware refresh from 4...
March 11, 2011 at 2:33 am
That has worked brilliantly.
Thank you for your help, this is a fantastic place to learn and ask questions.
June 23, 2009 at 8:22 am
We have the same messages when our DBs which are hosted on a SAN are being backed up via a snapshot. In our logs the order of the messages usually...
March 10, 2009 at 5:38 am
It appears that there is conflicting documentation about this option. If you see the BOL http://msdn.microsoft.com/en-us/library/ms181714(SQL.90).aspx, you'll notice that it explicitly says you can exceed the 'max degree of...
January 27, 2009 at 1:48 am
Viewing 15 posts - 1 through 15 (of 42 total)