Forum Replies Created

Viewing 15 posts - 346 through 360 (of 824 total)

  • RE: Magic Table

    OK, I'll bite... PFM???

  • RE: SQL Server 2000 Analysis Services

    The answer is that AS can definately impact the performance of a SQL instance, the inverse is, of course, also true.

    Many people recommend running them on seperate servers, but it...

  • RE: SQL 2000 32 bit on 64 Hardware Platform

    I don't know of any links right off hand, but I would certainly NOT expect there to be "massive" improvements.  Most of the improvements that you might expect from having...

  • RE: Querying servers on different domains

    As long as there is an appropriate trust relatioship between the two domains you should be able to add the remote domain\user, or the appropriate group, to the logins.

  • RE: 5.5GB cube is too large to be stored in a .CAB

    All the archive utility does is to copy the data files into a .cab file.  We have the same issue and instead of using the archive utiltity we just schedule...

  • RE: Design question (subclassing)

    I do agree with lowell's first suggestion however... 

  • RE: Design question (subclassing)

    I have to disagree with the name/value approach to inventory attributes.  This at first looks very flexible (and it is) but there are several critical flaws.  The first and foremost...

  • RE: Using the ROWGUIDCOL attribute on primary key

    My first response is why in the world are you using guids on "all tables" for a primary key?

    Assuming you have your reasons... The ROWGUIDCOL property doesn't really add much,...

  • RE: How does everyone backup?

    An even better solution to this is Lumigent's Log Explorer.  I understand that LogPI does the same thing but I have used Log Explorer to recover from this kind of...

  • RE: Restore roles ?

    db_owner won't work if the database doesn't already exist on that instance of SQL Server.  In that case the user must be in the dbcreator fixed server role.

  • RE: How does everyone backup?

    I don't understand the need to BCP the tables out to files and then script all the databases and jobs.

    Doing a database backup includes the data as well as structures...

  • RE: SQL on VMware

    The only place we used VMWare was in our development and test areas.  It worked fine there.

    For production it didn't make sense because our SQL boxes were already a "shared"...

  • RE: Please help..complex business rules

    I don't get it.  You have a start and an end date and you need to plot the hours between them?  But you haven't given any that you need to...

  • RE: Question regarding file growth

    BTW, I can certainly understand needing to shrink a production database once in a while, but I don't generally include that as part of normal maintenance.  If you are in...

  • RE: Question regarding file growth

    This depends largley on your I/O system and how it's configured, but even a horribly slow disk system should be able to accomplish this in just a few minutes.

Viewing 15 posts - 346 through 360 (of 824 total)