Forum Replies Created

Viewing 15 posts - 391 through 405 (of 457 total)

  • RE: Three Nodes two clusters is it possible

    For the two active nodes to run different installations of SQL would I have to use named instances?

    Gethyn Elliswww.gethynellis.com

  • RE: .LDF file needed for MS Accedd DB itno SQL

    My limited knowledge of access tells me that there is no ldf file...just an .mdb i am not an expert in access though

    Gethyn Elliswww.gethynellis.com

  • RE: Good SQL Backups, problem with SQL Server Backup

    It seems from what you have said the 3rd party product is not backing up the SQL database but trying to backup the actual files in the file system. which...

    Gethyn Elliswww.gethynellis.com

  • RE: Backup strategy suggestions

    Following on from the previuos post, you could save your index rebuilds until the weekend, but if index fragmentation is a problem then you could rebuild online during the...

    Gethyn Elliswww.gethynellis.com

  • RE: C2 Auditing

    Hi thanks for the repsonse,

    Just a few extra questions.

    I thought that C2 was at server level and it captured everything. Is it possible to configure what data is captured or...

    Gethyn Elliswww.gethynellis.com

  • RE: SQL Server 2005 Backup Third Party Tools

    I've only really used Redgate's SQL backup aside from the native client...i found it be very good in terms of speed and compression.

    Gethyn Elliswww.gethynellis.com

  • RE: Should the DBA be a Local Administrator?

    yes you should.

    Gethyn Elliswww.gethynellis.com

  • RE: Simple as restoring?

    Hi Kerry,

    Re-installing windows then reinstalling SQL Sever and then restoring the user DB from the BAk file, you will have a database that no users can access, no logins will...

    Gethyn Elliswww.gethynellis.com

  • RE: Oracle DB stuff

    This link might help you start...

    http://www.microsoft.com/sql/prodinfo/compare/oracle/default.mspx

    don't know too much about Oracle training material though sorry. I'm sure there's a similar range of books out there that SQL Server has.

    Gethyn Elliswww.gethynellis.com

  • RE: Remove files older than 48 hours

    sorry for stating the obviuos can you not simplydelete files older than two days?

    Gethyn Elliswww.gethynellis.com

  • RE: Simple as restoring?

    will you need to rebuild/restore the system databases too?

    To restore a user database you don't need to create a database first , you can restore straight from the backup...

    Gethyn Elliswww.gethynellis.com

  • RE: DATABASE

    OK well not th most detailed post but if you want to list all the uset database on a particular server then this will list them also it will provide...

    Gethyn Elliswww.gethynellis.com

  • RE: Speed up Bulk Insert

    You could drop the indexes before the bulk insert and rebuild after the insertion. the insertion will be quicker becuase it will not have to modify the indexes on each...

    Gethyn Elliswww.gethynellis.com

  • RE: Reg:Migration Of SQL Server

    you can detach - reatch or even backup and restore. Even though backup and restore will "avoid downtime" there is the possibility of the database not being in sync. i.e....

    Gethyn Elliswww.gethynellis.com

  • RE: Back SQL Agent Jobs

    backing up msdb database will backup your agent jobs, its also a good idea to script them out.

    Gethyn Elliswww.gethynellis.com

Viewing 15 posts - 391 through 405 (of 457 total)