Viewing 15 posts - 661 through 675 (of 2,636 total)
Are you restoring a full backup with norecovery before trying to restore the differential backup? A differential backup can't be restored by itself. See RESTORE in BooksOnLine.
November 18, 2008 at 8:38 am
Please give us more information about what you want. Do you want non-sysadmins to execute SSIS packages in SSMS? Do you want clients without SSMS to be able...
November 18, 2008 at 8:29 am
Choose a data source based on what created the .dbf file (dbase, Foxpro,?). If you can't find one in the list, you might be able to find an ODBC...
November 17, 2008 at 2:10 pm
Jeffrey Williams (11/17/2008)
November 17, 2008 at 12:13 pm
Try removing "WITH REPLACE" from the differential restore statement. I think you only need that on the full restore.
November 17, 2008 at 9:56 am
That's one way to determine when the incident occurred. If you have some sort of auditing in place or have a DDL trigger that records when a table is...
November 17, 2008 at 9:20 am
Can you be specific about what didn't work? Did you make the user a member of the db_owner role in the database?
November 15, 2008 at 10:38 am
Sorry, that's all I have at the moment. I know sp_helpsrvrrolemember will give you server role membership info.
November 15, 2008 at 10:28 am
This script might suit your needs. It only works in SQL 2000.
November 14, 2008 at 11:21 am
This is a good article with examples. It helped me when I was trying to figure out how to do this.
November 14, 2008 at 10:46 am
When you create a new job, you add steps to it. When you click on 'new step', you'll have the option to make the step type 'SQL Server Integration...
November 14, 2008 at 10:15 am
Actually sp_help_revlogin works for SQL 2005 also. There's a section in the kb article I mentioned that has a link to another article that has the text of the...
November 13, 2008 at 5:29 pm
If you move a database by backing it up and restoring it, the users go with it. If you're moving databases to a different instance, you'll need to copy...
November 13, 2008 at 2:31 pm
I don't think so. The request wants the database restored to the way it was on 10/31. Your method will restore it to the way it was on...
November 13, 2008 at 2:23 pm
The license for Developer Edition allows one developer to use the software on any number of machines, but you'll have to buy additional licenses if more than one developer will...
November 12, 2008 at 5:20 pm
Viewing 15 posts - 661 through 675 (of 2,636 total)