Viewing 15 posts - 3,406 through 3,420 (of 4,745 total)
Avi,
just want to say thanks for posting the script, I have over 300 databases to move and this script will be most useful. ( I have done a successful trial...
---------------------------------------------------------------------
September 2, 2009 at 4:23 am
Michael Valentine Jones (9/1/2009)
---------------------------------------------------------------------
September 1, 2009 at 10:43 am
information on backups is also written to the SQL errorlog, so you could check in there.
---------------------------------------------------------------------
September 1, 2009 at 6:38 am
Note 2 in the following URL would suggest that you can upgrade from evaluation edition to enterprise (or any other)
http://msdn.microsoft.com/en-us/library/ms143393(SQL.90).aspx.
I suspect this becomes untrue once service packs have been applied?...
---------------------------------------------------------------------
September 1, 2009 at 5:21 am
detaching\attaching the database can cause it to end up with a different dbid. This can affect the value of default database for the logins, so thats worth a check.
Alter database...
---------------------------------------------------------------------
August 31, 2009 at 4:42 pm
column loginname
---------------------------------------------------------------------
August 28, 2009 at 1:48 pm
sp_help_revlogin -
http://support.microsoft.com/kb/246133
as for NULL value, its the Loginname value returned in sp_helpuser, can point to an orphaned user if its NULL.
---------------------------------------------------------------------
August 28, 2009 at 12:45 pm
has that HR guy given an opinion on your new look yet? 🙂
---------------------------------------------------------------------
August 27, 2009 at 3:22 pm
This can happen if you have orphaned users and try to use the GUI, it gets confused. Usually works fine via query window so run all your create logins via...
---------------------------------------------------------------------
August 27, 2009 at 3:20 pm
rereading the second part of your question to mean when you first set up log shipping and the log backups were not produced via the log-shipping jobs, you would either...
---------------------------------------------------------------------
August 27, 2009 at 3:09 pm
winston Smith (8/27/2009)
---------------------------------------------------------------------
August 27, 2009 at 3:05 pm
Elliott W (8/26/2009)
---------------------------------------------------------------------
August 27, 2009 at 2:50 am
Only your vendor can tell you the exact terms you bought your licenses under, so only they can give you a definitive answer.
Upgrading to a new version is only free...
---------------------------------------------------------------------
August 26, 2009 at 4:16 pm
just wanted to point out that if using the backup\restore method to move the database files you do not need to delete\rename the database, just use the 'with move' clause...
---------------------------------------------------------------------
August 26, 2009 at 4:01 pm
I think its a term thats only relevant within the company you work for, and is dependant on the level of responsibility you have within the DBA team.
Factors mentioned before...
---------------------------------------------------------------------
August 26, 2009 at 7:06 am
Viewing 15 posts - 3,406 through 3,420 (of 4,745 total)