Viewing 15 posts - 5,656 through 5,670 (of 7,187 total)
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
Rambler (10/29/2010)
How can I find out transaction log name for every database in...
October 29, 2010 at 9:33 am
There are loads of threads on how to do this, if you'd care to search for them. You need to do something like this (not tested):
WITH MyWords AS (
SELECT
ROW_NUMBER()...
October 29, 2010 at 4:16 am
Doug
Please supply table DDL and sample data, and then we will be able to provide a tested solution.
Thanks
John
October 27, 2010 at 8:58 am
Why not just do it like this:
SELECT * FROM employees
WHERE emp_city = @city
AND emp_department = @department
AND emp_name = @name
I recommend that you read this:
http://www.sommarskog.se/dynamic_sql.html
John
October 21, 2010 at 8:01 am
Viewing 15 posts - 5,656 through 5,670 (of 7,187 total)