Viewing 15 posts - 316 through 330 (of 609 total)
Looks like i lost so many tables in the database with the message "The dependent aliases were dropped" , how do i recover without restore the older bcakup copy.
I am...
May 22, 2010 at 8:34 am
Can we restore a CommVault SQL backup under defferent name ? I was looking to change name but didnt find any option for that ?
May 18, 2010 at 6:37 am
Can some one please flush out some drawbacks of CommValut IDataAgent ?
May 16, 2010 at 8:17 pm
EmployeeList is not existing, i am creating that with in the query using SELECT INTO...
May 13, 2010 at 1:31 pm
Say if there are 10 databases that was not backed up, how would i modofy my script so that it backs up only those databases in the re run.
May 12, 2010 at 10:36 am
SELECT database_name, MAX(backup_finish_date) backup_date
FROM msdb.dbo.backupset
GROUP BY database_name
from this script i still some databases which are old and not existing on the server ?
may be it has to be like this..
SELECT...
May 12, 2010 at 7:08 am
I am exec the above proc in a sql job using try catch block as descried above but every time i see the following error mesg in the job history...
May 10, 2010 at 6:52 am
both are same databases on Prod and Dev and has same users in it. when i insert monthly data in Dev database, i have do a backup and restore on...
May 5, 2010 at 11:21 am
for the 1st part you understood it correctly but i am not sure after that.
Totally i have 3 servers 2 (ro) and 1 (rw). Say i have 50 prod databases,...
May 5, 2010 at 5:29 am
Tara-1044200 (3/28/2010)
May 4, 2010 at 2:29 pm
I am in the same boat my company and other network group is recommending to use CommValut SQL Agent as they already use it for tape bakcups. How do i...
May 4, 2010 at 7:09 am
How can we compare CommValut with Litespeed. we are trying to migrate from Litespped to Commvalut hoping that will improve backup-restore time and also backup compression, does it make any...
May 4, 2010 at 7:02 am
is there a way i can find from the past run which process was taking so much of CPU, though i beleive that profiler caused it but still i am...
April 13, 2010 at 7:27 am
remote server is a also sql 2005 but why is the other fast query which also has remote query is doing faster with 100 times bigger data ? If you...
April 13, 2010 at 7:16 am
Viewing 15 posts - 316 through 330 (of 609 total)