Viewing 15 posts - 29,506 through 29,520 (of 39,818 total)
It looks like you performed a striped backup and then tried to restore one file. At least that's what it seems.
Did you restore the same files through T-SQL? I might...
February 20, 2008 at 9:59 pm
If it exists, check to see if that user has rights.
February 20, 2008 at 9:55 pm
I'd wait for a year, show you have some experience and then pass the test to show that you've learned something and can pass the test. It probably doesn't matter...
February 20, 2008 at 9:55 pm
Haven't seen this, but I'll post a note and try to track this down.
February 20, 2008 at 9:54 pm
They are all good. Litespeed (Quest), SQL Backup (Red Gate), SQL Safe (Idera), and Hyperbac's tool.
Pick the one that seems suited to your environment and has the features you need.
February 20, 2008 at 9:52 pm
I'll track this down, but I know you can find a bunch of jobs if you go to Microsoft.com and go to the careers section. You can search for jobs...
February 20, 2008 at 9:46 pm
If the objecst are not owner by dbo, then you might need to. If they are owner by dbo, just remove those two users from the role.
February 20, 2008 at 9:08 am
I think any of the 2005 admin books are about the same, containing about 80% the same stuff. The Pocket Guides are cheaper and they have good info. I've avoided...
February 20, 2008 at 9:08 am
The easiest way it to use Enterprise Manager, check the user and see which roles it has been assigned. Then you can see the rights for those roles as their...
February 20, 2008 at 8:52 am
This is also in Enterprise Manager, under the properties for the server. Check the security tab and you should use this tab to change the account if needed. That way...
February 20, 2008 at 8:51 am
As mentioned above, you've written the statement to deal with one row.
You cannot use local variables for the values or you only get them for one row. What you really...
February 20, 2008 at 8:50 am
If you can better explain what you're trying to do, maybe we can come up wiht something. from the tables and code, it isn't obvious what the criteria is on...
February 20, 2008 at 8:47 am
The easiest way is to detach the file, copy it, and then reattach it.
February 20, 2008 at 8:39 am
Viewing 15 posts - 29,506 through 29,520 (of 39,818 total)