Viewing 15 posts - 481 through 495 (of 2,496 total)
You are severely limiting the capabilities of what you can do by continuing with the use of SQL 2000 and SQL 2008. You will end up with a system...
March 4, 2014 at 4:48 am
P2P replication provides the ability to automatically store details of conflicts. It will also automatically tie-break a conflict based in the internal Id number of the servers involved with...
March 4, 2014 at 4:25 am
My 2 pennies worth... it depends.
Using a separate account for each SQL Service on each SQL instance gives maximum security and maximum maintenance overhead. Using the same account for...
February 26, 2014 at 3:27 am
It is worth looking at your Microsoft Licensing terms. You may able to install Enterprise in non-production environments under the MSDN provisions for no charge. In this situation...
February 26, 2014 at 3:00 am
The error message is implying that a SQL Server instance with the name (or more strictly the guid) you want is already installed.
1) Are you doing an ADDNODE action install,...
February 25, 2014 at 2:45 am
I think our understanding is the same.
If you licence all the physical cores on a server you own, then you can run an unlimited number of VMs on...
February 24, 2014 at 7:55 am
I am not sure which aspect you are referring to. This link
has a section called hyper-threading which may be of help.
February 24, 2014 at 6:43 am
"In theory, theory and practice are the same. In practice, they are not" - A. Einstein
February 24, 2014 at 4:58 am
If you want to stop or start SQL Services on a Cluster, you should use the Cluster Manager to put the resource group On or Off. If you do...
February 24, 2014 at 4:31 am
The most a DBA should be doing is to advise what additional licensing may be required. There are professionals in this area who should make the final decision. ...
February 24, 2014 at 4:26 am
Most people say that best practice is to have a dedicated DBA administration machine that you do RDP on to, and use SSMS on that machine to do your administration...
February 24, 2014 at 4:06 am
sp_makewebtask does not exist in SQL 2012. You will have to re-engineer anything that uses sp_makewebtask to use different facilities.
As already noted, Microsoft suggests using SSRS to generate HTML....
February 24, 2014 at 3:56 am
Internet access is not required to install SQL Server. However, you do need to work out what components will also be installed when you do your SQL Server install...
February 18, 2014 at 4:55 am
Visual Studio is quite happy with SQL 2012 / 2014 and with Azure.
Your choice of IaaS or PaaS is likely to be influenced by your current infrastructure and plans. ...
February 18, 2014 at 4:16 am
If your CAL licences are valid and you are changing to Core licensing, then you may not need to do anything within SQL Server.
If your core licenses are...
February 17, 2014 at 1:42 pm
Viewing 15 posts - 481 through 495 (of 2,496 total)