We\'re re-evaluating our database upgrade process for our application to try and remove the pain of having to generate all the upgrade scripts for a release at the end of the release cycle.We\'re look
I am trying to convert an SVN repository to Mercurial, but I\'m having some troubles.These are the steps I\'ve taken:(I am on Windows)
Migrated a MOSS content DB to a brand new farm. The My Sites also were on the same content开发者_开发问答 DB. Then the SSP also was migrated over. However, the My Profile link is not binding to the re
We\'ve planned to move from Visual SourceSafe to TFS. For this purpose, we brought a new server machine with updated specs and TFS installed. The Visual SourceSafe machine still has its use in the env
I am maintaining a pretty large Access 2003 project with a MDB data file on the server and linked tables. The plan is to upgrade to Access 2007 (or even 2010) and SQL Server as the data storage.
I was doing this kind of thing in my migrations: add_column :statuses, :hold_reason, :string rescue puts \"column already added\"
I have created a new table includi开发者_如何学编程ng a column \"note\". The default is varchar(255) I believe but I wish to have this column be a text area vs. a field and to allow more data. I imagi
In PHP Doctrine, is it possible to create one migration class that creates a table and creates a foreign key on that table?
Just curious what the experience has been in uploading MS Access tables to SharePoint 2007 list.We\'ve been planning on do开发者_如何学编程ing so, but I seem to recall issues with SharePoint mangling
Issue: Using the detach/attach SQL database from a SQL 2000 SP4 instance to a much beefier SQL 2005 SP2 server.