Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 2,496 total)

  • RE: SS2k5 distribution of services

    I agree with Michael but would add I would also put Reporting Services on a different box. SSRS in 2000 and 2005 needs IIS in order to run, and...

  • RE: SQL Data-Wiping

    Wiping data is just a process to achieve an objective. What is your objective? What is the justification for the objective?

    Sometimes managers say they want data wiped so...

  • RE: SQL 2000 SP5?

    I questioned this with PSS many months ago and was told that maintenance for SQL Server 2000 has been stabilised and ther are no plans to issue a further hotfix...

  • RE: Unusually large backup size of transaction log?

    Also, do not shrink the database. Shrinking a database after doing a re-index does 2 things:

    1. It gives you bad NTFS file fragmentation that harms your performance. This...

  • RE: Data retention once database can be retired

    IMHO the whole issue of data retention is something our industry is underestimating.

    In the old days (before SOX, etc) it was relatively safe to copy old data to tape, send...

  • RE: SP_OAMETHOD problems scripting certain tables

    Have you tried isolating the problem?

    * Does the problem occur on other tables

    * Does the problem occur when you try the process interactively using SSMS

    * Does the problem occur when...

  • RE: IA64 SQL 2005 Management Console issue

    Not much help to you, but I have had no issues with this on x64 or x86. Hopefully someone who uses IA64 can share their experiences.

  • RE: Daylight Saving in SQL Server 200

    SQL Server picks up time and date information from the operating system.  If your operating system is behaving correctly then nothing needs to be done for SQL Server to work...

  • RE: Backup can not be performed on database

    For a reason best known to themselves, Microsoft have decided that transaction log bacukps of master are not possible.

    It is possible to do transaction log backups of msdb, provided that...

  • RE: Automating the conversion of DTS packages to .BAS files

    I thought this would be easy - just replace the SaveToStorageFile method with the method to save to VB.  Except there is no method to save to VB.

    I found a...

  • RE: Third Party encryption and tempdb

    Has your company looked at boot-level encryption tools such as Pointsec?  The organisation I work for uses Pointsec on all company laptops.  You need to supply a password at boot time to...

  • RE: 64bit server memory problems

    Have you looked at the hardware diagnostics?  It may just be you have a faulty component.  Even if the hardware log is clear, your HP engineer should have some programs...

  • RE: SSIS as a ETL tool?

    am, if you have not come across Jamie before, he is a world expert on SSIS so his advice is good. 

    Although some ETL tools are more sophisticated or performant...

  • RE: Removing dbo from the ''''BUILTIN\Administrators'''' account

    Our policy is that all DBAs are members of a specific Windows domain group.  We make this group a member of sysadmin, and then we remove the BUILTIN/Administrators account.  We...

  • RE: What Could Go Wrong?

    After a silence of respect, a story about floors...

    A few years back a big insurance company in France decided to build a new data center.  For DR purposes they duplexed...

Viewing 15 posts - 1,951 through 1,965 (of 2,496 total)