Viewing 15 posts - 136 through 150 (of 451 total)
Good question. The detail-oriented person earns 1 point as reward. 🙂
June 4, 2008 at 8:23 pm
Deepak (6/3/2008)
Jones,Take a transaction log backup and shrink the log file. Regular shrinking is not advisable as it causes fragmentation. Refer this link for more info,
http://www.sqlservercentral.com/Forums/Topic508854-357-1.aspx
"Regular shrinking is not advisable...
June 4, 2008 at 7:02 pm
How about this?
select * from sys.databases where database_id > 4
June 4, 2008 at 6:53 pm
Thank you for sharing. This method is definitely worth a try.
I used full backup & transaction log backups for a 300 GB migration, not log shipping though.
Restoring the full...
June 4, 2008 at 6:45 pm
Thank you Kendal.
How big was your database? How much down time in your case? Any performance problem for using this method?
June 4, 2008 at 11:02 am
To clarify, I want to upgrade SQL2000 database from the existing server to a new server as SQL2005 database with minimum down time. Backup & restore/detach & attach take...
June 4, 2008 at 10:08 am
Database is being Logged shipping from SQL2000 to SQL2005. If we can not use SQL2005 database on the destination server, what is the log shipping for? 😉
June 4, 2008 at 9:09 am
Do you work for FBI? 😉
OK, no asking this question any more to save both you and me.
June 4, 2008 at 7:32 am
You mean it can not be used for database upgrade? Do you know why not?
June 4, 2008 at 7:24 am
TheSQLGuru (4/18/2008)
June 3, 2008 at 9:38 pm
Is your replication a real replication or backup/restore? Seems there are a lot of manual processes for replicating the data?
June 3, 2008 at 7:23 pm
right click the database--> tasks--> shrink--> files
or DBCC SHRINKFILE http://support.microsoft.com/kb/907511
June 3, 2008 at 7:15 pm
MohammedU (6/2/2008)
It is the same as regular server...Change the service account and restart the sql services to take effect. you don't need to failover...just offline/online should be fine.
"The password takes...
June 3, 2008 at 6:56 pm
tosscrosby (6/2/2008)
love (6/2/2008)
plz help me for full details ,, i dunot need any link ...
help me out...
Thanks MohammedU 😀 Some posters want everything given to them without any effort on...
June 2, 2008 at 8:31 pm
Viewing 15 posts - 136 through 150 (of 451 total)