Forum Replies Created

Viewing 15 posts - 451 through 465 (of 790 total)

  • RE: Moving some DBs to another server

    Hi Roust_m,

    IMHO, introducing over-the-network distributed transactions is going to make your problems worse. And, what do I base this opinion on? Just gut feel, so you're well...


    Cheers,
    - Mark

  • RE: AFTER DDL ON DATABASE Trigger

    G'day Frank.

    Absolutely. I turned it on once, for 5 minutes, just to see what we got. Yuk!

    BTW: I'm no longer getting email notifications "whenever...


    Cheers,
    - Mark

  • RE: Required Query

    Try something along the lines of:

     
    
    select InterviewDate, PostId,
    Selected = ISNULL(SUM(CASE WHEN status = 'Selected' THEN 1 ELSE 0 END),0),
    ...


    Cheers,
    - Mark

  • RE: Kicking off users

    I used to do similar under SQL 7.0, but SQL 2000 made it much easier, with something like:

     
    
    USE PUBS
    ALTER DATABASE Pubs
    ...


    Cheers,
    - Mark

  • RE: Simple Query problem - QUery Analyser operation

    I can't replicate the error. I don't have tbl_disk_SQL1, so I tried with Authors from Pubs. ie:

     
    
    select * into #drive from pubs..authors...


    Cheers,
    - Mark

  • RE: Trigger on a View in SQL 2000

    Chris,

    I know you said you don't need to, but I can't let go of this one ... You can make the code cater for both single- and...


    Cheers,
    - Mark

  • RE: need help with dynamic stored procedures!

    In what way will the SELECT clause change? Just the column name and where criterion? Will it always be just the 1 column selected, and just 1 column...


    Cheers,
    - Mark

  • RE: Tricky triggers

    Can you post your trigger code?

    Cheers,

    - Mark


    Cheers,
    - Mark

  • RE: Full-text indexing

    It could be because you have remove BUILTIN\Administrators from login. In which case you see an item count of zero when you view the properties of the FT (StevenBCatalog)...


    Cheers,
    - Mark

  • Viewing 15 posts - 451 through 465 (of 790 total)