Viewing 10 posts - 1 through 10 (of 10 total)
Every place I've ever worked has an irrational aversion to in-place upgrades. So the alternative is to prop up a new server / instance and migrate databases and redirect connections....
September 19, 2014 at 6:54 am
It became clear early in my 30 year career in IT that life had to be supplemented with physical activity. While IT is a physically non-demanding career, it is...
January 26, 2012 at 6:53 am
I have my MCITP in SQL2K5 and SQL2K8 by way of the single upgrade exam 70-453. That single upgrade exam gave me both my MCTS and MCITP in SQL2K8....
June 17, 2009 at 1:47 pm
Really? Just trying to save you some trouble. Enjoy.
April 22, 2009 at 1:24 pm
The SQL Server Central Management Server does not require the registered servers to be SQL2K8. You can register SQL2K servers and execute T-SQL against them from a central location...
April 22, 2009 at 1:10 pm
I remain confused by the purpose of this project. SQL Server 2008 provides Centralized Management Server which allows you to register all of your servers in a single location...
April 22, 2009 at 12:57 pm
I subscribe to the "data is data" argument. A database developer works closer to the business rules than a DBA, however even with a developer, previous industry experience is...
January 2, 2009 at 12:35 pm
Mark,
Best practices would dictate a separate POINTS table that held a row for each time points were added (or subtracted). This accomplishes two things. Normalized schema and an...
December 30, 2008 at 2:08 pm
Oh grasshopper, you're digging a deep hole. All that is required as was stated earlier is DATEDIFF() using GETDATE() as one of your arguments, which will give you the...
December 30, 2008 at 1:57 pm
Viewing 10 posts - 1 through 10 (of 10 total)