Viewing 15 posts - 406 through 420 (of 824 total)
Yes, you can restore msdb without restoring master and that is exactly what I have done for DR purposes. msdb contains all the jobs, dts packages and backup history among other...
July 20, 2005 at 12:14 pm
July 20, 2005 at 9:10 am
Actually, trying to insert a column in a specific order is indicative of a problem. There should be no meaningful ordering of either columns or rows in a relational table.
July 20, 2005 at 9:08 am
I have generally found that for DR purposes it isn't necessary to restore the master db to the target server, in fact it usually just causes problems. The only thing...
July 20, 2005 at 8:51 am
The WITH REPLACE option merely tells SQL to overwrite any existing files of the same name with what is in the backup. The DBCC SHRINKFILE allows you to "resize" the...
July 20, 2005 at 8:46 am
July 19, 2005 at 8:21 pm
"...flawed practice of using special values"? And NULL isn't a special value? OK, by definition, NULL isn't a value at all, it is more accurate to say that it is...
July 19, 2005 at 4:31 pm
It sounds like you need to call ONYX for support.
To answer your question about SELECT vs. PRINT. SELECT returns a record set to the client (unless it is being...
July 19, 2005 at 2:11 pm
Tyler, I had a chance to check this out and you are absolutely correct. I'll let Steve Jones know.
July 19, 2005 at 12:08 pm
I fully agree with the cursors are bad mentality, but in this case you don't have much of a choice. About the only other option is to create dynamic sql...
July 19, 2005 at 10:31 am
But I thought Oracle was UNBREAKABLE?!>!#@(*&$!
July 19, 2005 at 10:20 am
I'm not sure why the shrink is hanging, 20GB isn't that big and shouldn't take that long. However if you want to shrink the database to a size smaller than...
July 19, 2005 at 10:00 am
You will not be able to restore the database without all of its data files. A log file can be rebuilt assuming that the database was shut down or detached...
July 19, 2005 at 9:47 am
That's an interesting one, but I think I have a theory about what's going on.
The shrink operation would have to place locks and latches on the pages that it is re-arranging, and...
July 19, 2005 at 9:44 am
Yes, backups can run from UNC paths.
Your issue is almost certainly due to a permissions issue. If you can see that directory from the server in question that doesn't...
July 19, 2005 at 9:21 am
Viewing 15 posts - 406 through 420 (of 824 total)