Viewing 15 posts - 691 through 705 (of 2,496 total)
Our SQL 2012 upgrade was done as part of a migration to AWS. This had much the same experience as moving to a new conventional data centre, except that...
January 3, 2013 at 2:45 am
It can often be a problem to test out a version of SQL Server, unless you can easily get access to the operating systems you need.
I subscribe to TechNet, which...
January 2, 2013 at 9:15 am
Be aware that the SQL Server database diagram is a live representation of the database. If you drop a table from the diagram it is dropped from the database,...
January 2, 2013 at 9:01 am
We upgraded the SQL instances that serve our web applications to SQL 2012 last year, as part of our migration to AWS.
Over the years we had upgraded from SQL...
January 2, 2013 at 6:51 am
There is not enough detail in what you have provided to give a definite answer...
However, when you installed IIS, did you also install IIS6 compatibility, which is required by SQL...
January 2, 2013 at 6:26 am
If you want to see how a site delivering over 2 million page hits per day running on Amazon Web Services (AWS) performs, then look at http://www.totaljobs.com
We completed our migration...
December 17, 2012 at 5:13 am
The Windows Service Control manager can detect when a service stops unexpectedly. You can use this to automatically restart your service or automatically run a command.
If you want to...
December 17, 2012 at 5:04 am
When you have one or two passwords you can remember them. I have probably over 200 passwords so I write them down.
I actually keep then in an encrypted container,...
November 26, 2012 at 3:19 am
don’t forget to read the small print
And don't forget to negotiate!
The larger your commitment to a given vendor, the greater is your capability to negotiate away from vendor standard T&Cs....
November 23, 2012 at 3:42 am
If your site already has in-depth skills using Impromptu, then keep on using it. The install costs of Imprompu will be dwarfed by the costs of migrating to another...
November 5, 2012 at 7:50 am
I think Report Services Scripter will do what you need. See[urlhttp://www.sqldbatips.com/showarticle.asp?ID=62[/url]
If there are any items in your report that do not have an equivalent in the older version of...
October 23, 2012 at 7:50 am
When you deploy your report, don't forget you must set up its security so that end-users can run it.
October 23, 2012 at 4:19 am
You do not need any downtime to add a new node into P2P.
I hope you are planning to work out your implementation plan using a non-production system, so that when...
October 23, 2012 at 4:13 am
All clustering in SQL Server is inherently Active/Passive. A given database can only be online to a single node at any one time.
People use the term Active/Active to indicate...
October 19, 2012 at 3:44 am
Viewing 15 posts - 691 through 705 (of 2,496 total)