Forum Replies Created

Viewing 15 posts - 286 through 300 (of 306 total)

  • RE: query timeout

    A more important question might be - why am I timing out, have you asked the resident DBA, have you tried the same query from a remote query analyzer, did...

  • RE: MSDTC not available

    Thanks Antares686,

    But I want to make sure that 'Session idle timeout over, tearing down the session.' informational message is occuring by design and NOT occuring needlessly.

    The message is...

  • RE: MSDTC not available

    Thanks Antares686,

    But I want to make sure that 'Session idle timeout over, tearing down the session.' informational message is occuring by design and NOT occuring needlessly.

    The message is...

  • RE: DTS package is lost

    Very coool, I'll have to add that to my bag of tricks.

    Good Luck

    Zach

    John Zacharkan

  • RE: MSDTC not available

    Session idle timeout over, tearing down the session.

    I see this in my event viewer regulary, several times a day. Is this not normal when dtc is not in use? If...

  • RE: DTS package is lost

    Not sure if this will help but you can move a DTS package outside of the GUI by modifying the code you'll find here to only select the desire package.

  • RE: Sp_monitor getting a 8115 msg

    or just change this code:

    /*

    ** Set @mspertick. This is just used to make the numbers easier to handle

    ** and avoid overflow.

    */

    select @mspertick = convert(int, @@timeticks / 1000.0)

    to...

  • RE: Recovering Data From Log File

    What version of SQL Server are you using?

    In 7.0 you need a place to start from and you don't have that. I know of know way to restore back...

  • RE: Checkalloc doesn't come back

    dbcc checkdb ran fine on all user and system databases, except for this one user db. I also subsequently had found that all database and transaction log backups for this...

  • RE: Disaster Recovery

    I think I found my answer, Copying DTS Packages To a Different Server Posted: 03/19/2002 by you Andy

    I'll give it a shot, hope it works in 7.

    Zach

    John Zacharkan

  • RE: Disaster Recovery

    Nice to hear from you Andy.

    Is there script for copying over the DTS packages and jobs? I usually just open a package and save it to another server. If...

  • RE: SELECT TOP doesn't work

    Looks like you're talking about setting the sp_dbcmptlevel

    Any reason why the upgrade did not set this to 7.0? Does not upgrading the master database have anything to do with...

  • RE: Log shipping VS Replication

    quote:


    Im not sure Im for using log shipping as a way to CYA in case of a bad data load.

  • RE: Log shipping VS Replication

    First off I would like to thank all of you for your opinions and incite. I especially like the idea of having the logs shipped but not applied to the...

  • RE: SQL Server Agent

    quote:


    Actually, the "Service startup account" area is greyed out now. I can't change it to anything.


Viewing 15 posts - 286 through 300 (of 306 total)