Forum Replies Created

Viewing 15 posts - 436 through 450 (of 456 total)

  • RE: sql2005 benefit

    It really depends on what your database is used for, the 2005 version of SQL Server has some new features like the ability to rebuild indexes online, database mail, database...

  • RE: SQL Server User databases are in Suspect Mode

    Have you considered moving the user daabases another way, such as backup restore or detach attach.

  • RE: Log Shipping Hardware needs

    Nick,

    We use logshipping for similar purposes, i.e. as an extra backup and also we use for some reporting needs.

    Our secondary server is not the same spec as the primary...

  • RE: How do DTS's, Views, Stored Procedures get backed up?

    Hi Meridith,

    The DTS packages in the 'Local Package' folder will be stored in the MSDB database. Several tables in the MSDB database hold information relating to the DTS package but...

  • RE: How do DTS's, Views, Stored Procedures get backed up?

    Hi Meridth,

    Views and stored procedures exist in the database. So if you have a database called northwind with 35 tables 6 views and 10 stoted procs when you envoke a...

  • RE: Log Shipping

    Thanks guys much appreciated.

  • RE: Log Shipping

    Steve, Thanks for the response, if that is the case could I use log shipping to migrate the database from SQL Server 2000 to SQL Server 2005 in order to...

  • RE: Step by Step procedure for Log Shipping in SQL 2K

    Also, Are both your servers Enterprise edition of SQL Server 2000?

  • RE: Step by Step procedure for Log Shipping in SQL 2K

    I have used this white paper by Gathani and found it to be useful and informative. Following the process in this document worked for me.

    Do you get an specific errors...

  • RE: Administering service pack to named instance

    Hans,

    When you apply SP1 you get a screen called authenication. On this screen is setting that is set by deafult, that allows you to apply the service pack to all...

  • RE: Good Oracle DBA book/CD for a SQL Server DBA

    You could try Oracle directly, i believe they hold training in Reading. Alternatively Learning tree offer their own training courses on Oracle 10g et al. Not been on any though...

  • RE: 2005 and Memory Management

    Hi Dave

    memory allocation in 2005 is dynamaic by default, I assume you have not cahnged this and you are not using AWE?

    some minimal paging is normal. Is the paging you...

  • RE: 2005 and Memory Management

    2005 handles memory allocation dynamically... This is taken from books online which should reduce your conserns...

    The min server memory and max server memory configuration options establish upper and lower...

  • RE: Restore DB Taking too long

    Also if you are using a native disk restore, and the backup file and the database files are the same disk then the restore time iwll increase.

  • RE: are log shipping databases in sync?

    log_shipping_secondary_databases system table, which can be found in the msdb datbase on the monitoring server it should provide you with the date, time and the name of the last file...

Viewing 15 posts - 436 through 450 (of 456 total)