Forum Replies Created

Viewing 15 posts - 38,356 through 38,370 (of 39,901 total)

  • RE: Assigning value of a search

    Probably when you run this, there is more of a hit than you need, but if it doesn't run that often, might not be worth it. Of course, it depends...

  • RE: Remote Backup

    It should be possible technically, but over dialup there may not be enough bandwidth. Also, it the sizes grow there may not be enough time to send this via dialup...

  • RE: Log file 13 GB

    backup database <db name> to disk <disk file path and filename>

    backup transaction <db name> to disk <disk file path and filename>

    If you need to shrink the log, it doesn't always...

  • RE: Assigning value of a search

    Yikes? How often would this change? If not often, I'd spend the effort to write the stored procs to handle each case and return the right results. It is a...

  • RE: Best Practices - Editing

    It's pretty easy to build a web interface to allow edits. That would allow you to trap the changes.

    Alternatively you could get a copy of Log Explorer (see our newsletter...

  • RE: dual primary keys?

    In SQL this would be a compound PK. You could setup two fields as the PK with

    ALTER TABLE dbo.<xxx, char( 32), TblName> ADD CONSTRAINT

    Table_PK PRIMARY KEY NONCLUSTERED

    (

    FieldA Int

    ...

  • RE: Is 0% Downtime Possible?

    Thanks guys, I have long felt that it was impossible overall and have adopted the items mentioned. There is always some maintenance window, sometimes on the spur of the moment...

  • RE: Assigning value of a search

    You can't really do this because the exec() statement essentially "shells" to another batch. The best way would be to build a table (perm or global temp ) and then...

  • RE: Clustering

    In reading Pauls reply, I just thought of something. Has anyone tried to simulate clustering using instances? Or can anyone? Be curious to see if the "shared disk" can be...

  • RE: DTS job Failed, Pkg started manually and work.

    Sorry for the late reply. Can you log into the server as the SQLAgent account and exucute them? Have you checked that none of the other packages have started running...

  • RE: Trigger Problems Part 2....

    I agree with Brian with one addition. Identities can change so scope_indentity is a better choice.

    Steve Jones

    steve@dkranch.net

  • RE: reference the CD for retreving the info for docmen

    Is there a question here?

    Steve Jones

    steve@dkranch.net

  • RE: Exploring Deadlocks

    Yes it is. Looking forward to a followup!

    Steve Jones

    steve@dkranch.net

  • RE: sp2 to install or not to install

    I tend to agree with Robert. Personally, I'm at SP1 (ss2k) and SP2 (sql7). Luckily we have Brian here who does extensive beta testing and reports feedback here.

    I install on...

  • RE: When's Your Anniversary

    Thanks Brian and interesting solution Antares.

    Steve Jones

    steve@dkranch.net

Viewing 15 posts - 38,356 through 38,370 (of 39,901 total)