Forum Replies Created

Viewing 15 posts - 406 through 420 (of 602 total)

  • RE: msg 8141 help

    Remove them from the create table and alter the table as below:

    Alter table dbo.tblRentalContract add

    Constraint C1 check (ReturnDateTime > PickupDateTime),

    Constraint C2 check (ReturnOdometer>PickupOdometer)

     

    See the topic "constraints, overview" in BOL for...

  • RE: Is it possible to prevent EM connections?

    You should be able to remove all of the registered servers from the client machines by editing the registry on each machine.  Then you can set permissions on the appropriate...

  • RE: Question of the Day for 20 Feb 2006

    Actually the answer is the only correct answer.  It can set the victim, given the right circumstances.  Or perhaps a lack of the wrong circumstances.

    The answer flies, but just barely. ...

  • RE: Veritas Backup

    SQLBill...

    By "Fun for All", I meant "Fun for Me and at least SQLBill".  Looks like you and I got bit by the same BENT bug.

    jg

  • RE: Veritas Backup

    I'm using Veritas NetBackup 4.5GA MP6 for SQL backups.  It works just fine.  It is tricky to configure backups just right, but once they're on tape, I have never had...

  • RE: These guys must have some database!

    It's not so bad to forget the where clause, as long as you forget the commit.

    jg

  • RE: ODBC Problems

    Open REGEDT32 and list out the permissions on the key (under HKLM/Software/ODBC/ODBC.INI) that matches the DSN that doesn't show up in the system DSN dialog box.

    Compare that list with the permissions for one of the DSN...

  • RE: Delete (or reclaim) a secondary .LDF

    the procedure that I use is quite simple:

    Go into EM, right-click the database and select properties.

    Click the Transaction Log tab.

    Select the secondary file.  Press the Delete button.

    Accept the confirmation.

    You're done.

  • RE: ODBC Problems

    Did you try checking the registry permissions?

  • RE: ODBC Problems

    Hello,

    I think I've seen this one.  Good thing you mentioned Crystal, because that made me remember.

    Installing Crystal Reports v8 breaks your computer, but there is a fix:

    http://support.businessobjects.com/library/kbase/articles/c2007581.asp

     

    You can either d/l their...

  • RE: How do I know when to add more memory to sql server 2K ?

    And I do mean "In the list of performance objects".  :o)

  • RE: How do I know when to add more memory to sql server 2K ?

    Hello,

    In the list of counters, there should be a SQLSERVERNAME:Buffer Manager object.  The PLE counter is in there.

    Jeff

     

  • RE: SQL SERVER DB ATTACH ERROR

    Jan,

    can you tell us if you are using mirroring?  You mention 3 drives, which sounds like you are using striping.

    If you are mirroring, then the other drive should have a...

  • RE: How do I know when to add more memory to sql server 2K ?

    Hello,

    I would look at the Page Life Expectancy counter.  If it stays above 300, then you don't need more memory.  If it drops below 300, then you do. 

    And that buffer...

  • RE: Connecting to an instance of SQL Server 2000

    I wish you luck.  I remember seeing exactly that:  DNS lookups, even internal ones, didn't work when the Internet connection was down, due to a misconfiguration.

     

     

Viewing 15 posts - 406 through 420 (of 602 total)