Viewing 15 posts - 721 through 735 (of 2,496 total)
You should be able to do this via the Edition Upgrade option, I am sure we have done this.
Go to Microsoft SQL Server Configuration Tools, and navigate to...
August 20, 2012 at 7:00 am
The organisation I work for is moving its entire server estate to AWS, so I definitely expect to be working more with the cloud in 2013 than this year.
We...
August 20, 2012 at 6:49 am
True - if you are writing a multi-platform product then you are limited in what you can do, and you have to accept the costs of doing this.
The OP did...
August 9, 2012 at 9:53 am
Does your business know how much cost and time they are adding by forcing people to write code that can run on multiple types of DBMS?
This is like...
August 9, 2012 at 9:29 am
A number of our business units have installed Tableau Desktop and find it does the job for them.
If you are unable to upgrade to SQL 2012 then Tableau can be...
August 9, 2012 at 9:22 am
Even if you use Sync Framework to do P2P data propogation, this does not overcome having to deal with update conflicts.
Your design either needs to accept that conflicts will occurr...
August 7, 2012 at 6:44 am
P2P is inherently a multi-master system. If you update the same row in multiple peers at the same time you will get an update conflict.
SQL 2008 R2 allows automatic...
August 6, 2012 at 8:03 am
In general, this should not cause you any problems.
However, if your Production environment relies on parallelism and you cannot get the same degree of parallelism in your test environment, then...
August 6, 2012 at 7:31 am
SSIS can be clustered, but you have to do it manually.
However, there are very few situations where clustering SSIS will be of benefit, and many situations where it can be...
August 6, 2012 at 7:25 am
I have had so much trouble trying to install a SQL Cluster with the RTM installer that I always set up slipstream media with the latest SP, and also tend...
June 29, 2012 at 6:23 am
Registration is a pain!
There are many times when I have wanted to read an article on a site, but gave up when it asked for registration. Every new site...
June 14, 2012 at 3:04 am
FineBuild can do an unattended SQL Server install of a cluster for you. Its security model is that no account, apart from the account running the install, needs local...
June 14, 2012 at 2:58 am
The SQL Server install will always put upwards of 3GB on to the system drive. Most of this goes into the GAC, which must always exist on the system...
June 14, 2012 at 2:50 am
You can use DTS Backup 2000 http://www.sqldts.com/242.aspx to make this move. The DTS Backup 2000 product retains DTS package layout and annotations, with most other DTS export/import methods lose.
June 11, 2012 at 9:13 am
If you have a MSDTC instance local to your SQL Server instance, they can use memory to communicate. If MSDTC and SQL Server are on separate nodes they have...
June 1, 2012 at 4:35 am
Viewing 15 posts - 721 through 735 (of 2,496 total)