Viewing 15 posts - 1 through 15 (of 17 total)
I have used this method for years. Even with busy and/or large databases, I can move a database server to a new piece of hardware with only about 10 minutes...
June 18, 2009 at 5:59 am
SQL 2005? 2000?
Are master and the other system databases going to have the same drive letter/path on the new box?
If so, it should be fairly straightforward. Start SQL Server in...
May 12, 2008 at 4:53 pm
Standard drive letters are nice. But, one place that you are forced use different letter is on Microsoft Cluster Services clusters. Each instance on a cluster must have its own...
May 12, 2008 at 1:56 pm
Why can the user preferred names be saved in the database with the 'official' versions of the names? Why would you trust a number of GUI's to translate everything consistently?
You...
October 21, 2007 at 1:02 pm
I am trying to understand the point of letting the GUI do the translating.
For instance, I have a database that contains the transactional data for one of the systems...
October 20, 2007 at 6:22 pm
roger clarke (10/19/2007)
The meaning of a code is entirely subjective
If you have a code WHS123 that is a 'local distribution warehouse', it may have many translations into local languages, but...
October 19, 2007 at 9:02 am
Why wouldn't you place the language translations in tables?
Do you really trust that every application running against your database is going to decoding correctly? For the same reasons, you would...
October 19, 2007 at 6:09 am
Each instance has a unique service name. Named instances are named something like MSSQL$MyInst.
So, just run NET START MSSQL$MyInst from the command line.
November 17, 2006 at 7:16 am
My LiteSpeed backup and restores are at least three times faster than the equivalent native operations were.
March 28, 2006 at 9:33 am
This is one of the worst practices from design and performance standpoints.
First, design-wise, why give up foreign keys? As mentioned in an ealier post, that is the WHOLE POINT...
January 8, 2006 at 8:55 pm
<<In that case the only correct way of stopping the server is to use the cluster administrator tool. All methods mentioned in the article would create problems (server would try...
December 1, 2005 at 1:25 pm
I would agree. I have never had good luck using network or USB devices to directly backup SQL Server databases. When using network storage, the backups would appear to complete....
December 8, 2004 at 8:45 am
To approximate backup/restore times, you really would have to run benchmarks on your own configuration. Even then, there are a lot of other facters that need to be taken into...
December 7, 2004 at 10:25 pm
Exactly. The typical sequence is backup the transaction log immediately before doing a full backup. This transaction log backup will rarely be needed in a restore situation because of its...
December 2, 2004 at 11:21 pm
I wouold agree with Andy's comment that making columns case-sensitive may be the best of both worlds.
I guess that my real issue is that making the choice to implement a...
June 24, 2002 at 6:57 pm
Viewing 15 posts - 1 through 15 (of 17 total)