Viewing 15 posts - 8,641 through 8,655 (of 9,253 total)
what version is your SQL instance?
VDI backwards compatibilty has a known issue with VLDB's and SQLVDI errors
December 17, 2008 at 4:57 am
what was the attach command you used?
December 16, 2008 at 3:37 pm
kestak (12/16/2008)
Greetings,Seconday DNs installed and running on DC1.
you have ceated a primary zone and not a secondary?
As both name servers are DC's set them to AD integrated too
December 16, 2008 at 3:35 pm
you stated DC2 is a virtual server, just for clarification what hypervisor are you using to render this VM?
December 16, 2008 at 2:45 pm
:blush: doh log backup missed that one
our maint jobs dont perform log backups on system db's either. Incidentally Jeff that error is from the SQL log by the looks of...
December 16, 2008 at 10:33 am
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
Viewing 15 posts - 8,641 through 8,655 (of 9,253 total)