Forum Replies Created

Viewing 15 posts - 46 through 60 (of 244 total)

  • RE: Dreams of the Future

    I love to travel, but flying has become a huge hassle. By the time I get all my 3oz or less toothpastes, shampoo..., get to the airport somehow, arrive 2...

  • RE: A Lack of Data Quality

    I worked at a university in northern Arizona in the late 90's. We had customized Peoplesoft HR to the point that if you terminated a person with a post dated...

  • RE: Best Way to Add Disk Space to a Large DB

    That all depends on your HBA and switches and disk config on the SAN. If all the other areas are underutilized then sure it will help. But if your HBA...

  • RE: how to improve cube processing time? will indexes help?

    I found if I indexed all my keys to the dimension tables (25 or so), that my cube processing time dropped substantially.

    Good luck

  • RE: HIPAA Considerations

    The main thing for HIPAA compliance is documentation. Do a risk assessment and document what you are doing to protect the data. Encrypt anytime it goes outside your network, then...

  • RE: SQL DB Access Denied Using Novell User/PW

    The Novell client actualy "proxies" you through the windows authentication - so you many not actually be authenticated. If the A DLU Policy ( Dynamic Local User ) is setup,...

  • RE: Wiggle Room

    I agree IT is no different than any other consultant. In healthcare we frequently get business consultants that try to fix us - but they do not have the needed...

  • RE: Log File growth after re-index

    I wonder if your really need to re-index every week? Are your indexes so fragmented after a week (I'm not saying that can't happen, but wow that must be lots...

  • RE: SQl LOG file growing

    Ditto above and I would not recommend you do too much shrinking of the log file as continued shrinking and growing will slow the system down. Instead, try to find...

  • RE: Who wants to be a SQL Server DBA?

    Having read rhat's comments, I realize one of the most important skills - interpersonal relations. As a DBA you have to work with many groups (SAN, Server, Network, Developers, Security...

  • RE: Migrating an application with a SQL 2000 back end

    I would wonder why objects are owned by different users. My practice (and I was told it was best practice??) was that dbo should own all objects in production. Because...

  • RE: Copy Database/Login Question

    Ah, you probably have orphaned users. the knowledge base article here:  http://support.microsoft.com/kb/314546  has good techniques for transfering logins and fixing orphaned users.

  • RE: bcp TO SSIS

    I've found BCP is still the easiest way to import fixed width flat files (particulary wide tables). I normally create the .fmt file in Excel then copy to a text...

  • RE: Tempdb dramatic growth (in SQL Server 2005 only)

    What happens if you get rid of the order by? As your using many calculated fields, I would think the entire result may need to be tempdb'd to do the...

  • RE: the standby server -- licence and machine/instance etc.

    You are correct if its passive you would use the same license - nothing additional needed.

    I believe you could do the mirroring to 1 box, but I would recommend seperate...

Viewing 15 posts - 46 through 60 (of 244 total)