Viewing 15 posts - 8,641 through 8,655 (of 9,248 total)
Jeff
can you post the actual error from the Redgate Backup log file on the server. It defaults to
c:\Documents and Settings\All Users\Application Data\Red Gate\SQL Backup\Log\instancename
December 16, 2008 at 9:56 am
K. Brian Kelley (12/15/2008)
True. On start-up it likely will, but after that it should keep its own time. We've had that problem.
this is only true for MS VS2005, under VMware...
December 16, 2008 at 2:56 am
set up column filters for the databasename (containing the object) and Textdata columns.
assuming you were catching a table called "Blobdata" set the filter on textdata to
Like %Blobdata%
December 15, 2008 at 4:15 pm
install a new instance and migrate the objects then remove the old instance afterwards
December 15, 2008 at 4:06 pm
once you have updated usages and indexes\stats run the following against the database
dbcc checkdb (mydatabase) with all_errormsgs, no_infomsgs, data_purity
December 15, 2008 at 3:52 pm
what is the version of your sql instance?
December 15, 2008 at 3:38 pm
K. Brian Kelley (12/15/2008)
December 15, 2008 at 3:30 pm
ensure the virtual DC's clock is constantly in sync otherwise it could become orphaned from the domain
December 15, 2008 at 11:30 am
just use the update, dont rely on the updates being correct when done in the 2000 database. When moving from SQL2000 to 2005 always update stats and usage.
December 15, 2008 at 10:39 am
when you share a folder in windows you have a share tab and a security tab. Share permissions and security permissions are different and need to be configured correctly...
December 15, 2008 at 10:36 am
ps (12/14/2008)
Though i consider attaching a database the simplest option to put the database back in action
that is the option that should used
December 14, 2008 at 12:44 pm
if for some reason you dont bring the logins across all is not lost
example.
database A has a user called BOB and there is a login called BOB on SQL server...
December 14, 2008 at 12:28 pm
Nicholas Cain (12/14/2008)
Kudos Perry, much kudos. 😎
thanks m8tey, at least i learnt something at school all those years ago.
December 14, 2008 at 12:24 pm
matt stockham (12/14/2008)
because you restored the database in QA and started with an empty cache
exactly my thoughts
December 14, 2008 at 12:22 pm
Viewing 15 posts - 8,641 through 8,655 (of 9,248 total)