Forum Replies Created

Viewing 15 posts - 271 through 285 (of 457 total)

  • RE: Consulting about c2 Audit

    I looked at this a little while ago, i don't think you can and when its filled the disk sql stops working.

    Someone may have a solution though.

    Gethyn Elliswww.gethynellis.com

  • RE: Auto backup is not working

    can you backup the database manually...i.e. not through maintenace plan?

    Also what's the compability mode of the database?

    Gethyn Elliswww.gethynellis.com

  • RE: Auto backup is not working

    What error are you getting?

    Gethyn Elliswww.gethynellis.com

  • RE: Restore Tranction Log File in SQL2005

    Have you tried using the master database.

    Basically the restore is failing because you have a connection to the db, if you run the script under the contect ofmast this remove...

    Gethyn Elliswww.gethynellis.com

  • RE: 64bit SQL 2005 Enterprise and SSIS

    The package, written by another person, was connecting to excel using JET. The 64 bit didn't like it. i cahnged the connection to use OLEDB and it worked fine. It...

    Gethyn Elliswww.gethynellis.com

  • RE: 64bit SQL 2005 Enterprise and SSIS

    BIDS will only run on 32 bit....SSIS itself will run fine on 64 bit. so design your packages on you desktop and delpoy them to the 64 bit server.

    I went...

    Gethyn Elliswww.gethynellis.com

  • RE: Do I need more memory?

    check out this link:

    http://blogs.msdn.com/slavao/archive/2005/08/31/458545.aspx

    It may or may not be neccessary...

    Are you getting "SQL Server memory page out..." error in the error log?

    Gethyn Elliswww.gethynellis.com

  • RE: Sample Data Required

    aside from that but on the same topic, redgate has a new tool that will generate test data for you, i have only used it once but it seems quite...

    Gethyn Elliswww.gethynellis.com

  • RE: How to : Restore security data after restor database on different server.

    I Agree with all that has been said before.

    If you don't have access to the existing master db, a backup of it or don't have the logins scripted out...

    Gethyn Elliswww.gethynellis.com

  • RE: Throttling database processes?

    There's a resource govenor new in SQL Server 2008. Don't think there is anything avaialble in 2005

    Gethyn Elliswww.gethynellis.com

  • RE: Do I need more memory?

    I think Microstf recommened enabled the 'lock pages in memory' option for Standard edition on the 64 bit platform. There are some knowledge base articles on this

    Gethyn Elliswww.gethynellis.com

  • RE: Loadbalancing SQl Server 2005/2008

    I don't think you can load balance SQL Server out of the box.

    Windows and SQL Server clustering offer high availability but not load balancing. Your SQL instance will olny run...

    Gethyn Elliswww.gethynellis.com

  • RE: Log shipping error SQL Server 2005

    Hi debs i was going to suggest that a log missing....:)

    Glad that you have resolved your issue.

    Gethyn Elliswww.gethynellis.com

  • RE: Log shipping error SQL Server 2005

    If you are restoring logs to the standby "log-shipped" database then you do not want to use the WITH RECOVERY option. Using this option will mean you can apply no...

    Gethyn Elliswww.gethynellis.com

  • RE: Install SQL2005 32BIT on WIndows2003 R2 x64

    Thats a different question 🙂 don't know enough about replication between sql 2005 and its differenet variants and sql 2000 to say you won't get any issues, what problems are...

    Gethyn Elliswww.gethynellis.com

Viewing 15 posts - 271 through 285 (of 457 total)