Forum Replies Created

Viewing 15 posts - 31 through 45 (of 131 total)

  • RE: Change Managment in database development?

    I think that these approaches were written with only redgate in mind and not a pure approach.

    In a truly secure environment, the only changes to the schema or procedures...

  • RE: Job Fails, but it reports success?

    It was the first thing that I checked.

    Great minds think alike....

    Eric

  • RE: Error when trying to link to a SQL 2000 server from a SQL 2005 server

    You may need an account on the 2000 server that is for accvess only.

    Then setup the linkserver security to use that account.  

     

  • RE: Restoring backup DB in another Server

    Also if your using the online, go to the options page and replace the file names there. 

    Dont forget to use the replace option (SQL) or overwrite (GUI) options when...

  • RE: Sandbox database

    What about using SQL Server 3005 Snapshots?   That is if your running Enterprise Edition.

  • RE: How can I transfer registered servers in Enterprise Manager to SQL Server 2005?

    I dont know if this is what your looking for, but worth a try

    Registered servers. Create your registrations. When login, you will see a list of registered servers. I registerd...

  • RE: FileGroups

    Use DBCC shrinkfile with the EMPTYFILE option to migrate all data from the specified filegroup.

    This will migrates all data from the specified file to other files in the same...

  • RE: Updgrae to 2005

    No problem.

    Create your database on the new server and make sure the compatibility mode is set to 80 ( SQL Server 2000)

    Then copy your backup file to the...

  • RE: Active Directory

    #4 I was refering to the BUILTIN\Administrators login. 

    Have you tried booting the DomainControler and the SQL box????

    Eric

  • RE: Restore Failed

    try going the manual approach

    RESTORE

    DATABASE Ten

    FROM DISK = 'C:\Backup\Ten_data.bak'

    WITH

     ...

  • RE: Restore Failed

    Are you running this thru the GUI or with a script.....and if a script..can you post the script that your running to restore the database and log?

     

     

  • RE: Active Directory

    Ok, several things here to look at...many of which I am sure that you have already done....

    1. Can the account log into your sql server box directly.....if not it has not...
  • RE: freeing up log space on a database

    The one thing no one is talking about here is why the file grew so quickly. 

    I usually find that when my log file jumps in size, someone is running...

  • RE: Filegroup Configuration

    I believe your talking about Physical Files as related thru "file groups' to the SQL Server

    The primary data file contains the startup information for the database and points to the...

  • RE: SQL Server 2005 Backup fails

    What ID is your SQL Server Agent running under?

    It should be the same as your SQL Server.

    Eric

Viewing 15 posts - 31 through 45 (of 131 total)