Viewing 15 posts - 5,656 through 5,670 (of 7,191 total)
Yes. Try backing up to a local drive. If that works then you know your problem is with the network - permissions, communication, whatever. Check that the...
November 16, 2010 at 6:44 am
Pat
TRY...CATCH isn't available in SQL Server 2000.
John
November 11, 2010 at 6:10 am
In your sample results, the price is the same where the hotel is the same. But you can still group by the hotel name to show the minimum price...
November 11, 2010 at 2:26 am
It's because you've got more than one ResultID for each hotel. Does it matter which one you display? You can use GROUP BY and show the mininum or...
November 11, 2010 at 2:14 am
If you know that in a year's time your database is going to have grown by 100GB, then you may as well set the size to 120GB now. Keep...
November 11, 2010 at 2:04 am
Are you attempting to back up to a CD/DVD writer, by any chance?
John
November 10, 2010 at 6:56 am
Puneet
I've never seen that error before. If you have a support agreement with Quest, use it - you're paying for it, after all! Just e-mail support@quest.com.
John
November 10, 2010 at 6:48 am
ps. (11/10/2010)
actually 9 jobs were not required. 1 job could have backed up all nine databases one by one.
This is true, but it gives more flexibilty if you create a...
November 10, 2010 at 2:23 am
Is there any reason for that? As I said before, I would recommend that you back up to a new file each time. That way, if any file...
November 10, 2010 at 1:57 am
mcavimal-736871 (11/9/2010)
i am taking the Backup through maintance plan
and i always got the error as i maintion abobe ....
i also chage the owner of the job sa, not working...
November 10, 2010 at 1:51 am
reggae_blur (11/9/2010)
So, my question now is, how can I get all the databases of Server B by executing it in Server A? Thanks!
You can't, unless you create a linked server...
November 9, 2010 at 6:39 am
The first thing to do is to set up a linked server object on one server, pointing at the other. The next thing to do is loop through all...
November 9, 2010 at 5:59 am
giles.clapham (11/9/2010)
I appreciate your comments and advice but just to clarify, and I'm open to being educated on this, my DBs are in Simple recovery they get backed up...
November 9, 2010 at 5:31 am
It's best to make each new backup to a new backup device (file). That way, you won't have contention for the use of that file. You say you're...
November 9, 2010 at 5:22 am
Rahul
I think the easiest way for you to do this is to use a third party tool such as Red Gate's SQL Compare. (I don't have any interest in...
November 8, 2010 at 8:01 am
Viewing 15 posts - 5,656 through 5,670 (of 7,191 total)