Viewing 12 posts - 46 through 57 (of 57 total)
ReadOnly Databases cannot be modified. Adding access to the database means modifying the database, which is not possible.
there are 2 ways(that i can think of), grant the user access in...
August 18, 2010 at 4:50 pm
BACKUP LOG GLReporting WITH TRUNCATE_ONLY
This will delete all your transaction log entries. if you are maintaining Transaction log backups, the chain will no longer be useful, in case of a...
August 17, 2010 at 10:33 pm
The backup size will be 300GB + Required Transaction log + DBInformation(approx). It will not include the 200GB free space in the database files.
However, when you restore the backup, the...
August 17, 2010 at 10:18 pm
This approach seems correct. the NumOfOccurences always showing 1 means there are no duplicate names in your table. try and insert 2 duplicate values(in dev environment) and then re-run the...
August 17, 2010 at 10:15 pm
hi,
after the transaction, issue a checkpoint and wait for a minute or 2 and then start the second batch.
Regards
August 17, 2010 at 10:01 pm
This should work
SELECT CAST(@LineDate AS DATETIME), convert(datetime, convert(varchar,@date,101),101 )
(tweak the 101 to the kind of format you want).
August 17, 2010 at 9:58 pm
dso808 (8/12/2010)
August 12, 2010 at 6:43 pm
Hi,
you can have a centralized server for Database Administration, where you can create SSIS package to monitor the job status for every server.
You can also create a centralized backup strategy,...
August 12, 2010 at 1:32 am
dso808 (8/11/2010)
August 12, 2010 at 1:26 am
vishkk47 (8/12/2010)
Sorry for missing the attachment of error screen. I have attached that now as RestoreError.zip. See in Attachments.Please have look at it and let me know your opinion.
From...
August 12, 2010 at 1:18 am
eng_mgomaa (8/11/2010)
taken without affecting any other backups. Normally, a database backup is recorded in...
August 11, 2010 at 9:54 pm
hi Jason,
it will be in the backupset table.
however, the is_copy_only field will be 1, which confirms it is a copy_only backup.
August 10, 2010 at 5:18 pm
Viewing 12 posts - 46 through 57 (of 57 total)