Forum Replies Created

Viewing 15 posts - 15,481 through 15,495 (of 39,824 total)

  • RE: What's a safe backup?

    If you copy a file, and the copy fails, you still have the file. If you do a move in Windows, you potentially could lose the file or cause corruption....

  • RE: That case filter

    I have awarded back all points to date for this.

    I have also reworded the question to note that one batch is needed.

  • RE: Precedence

    I have corrected the typo and rewritten the question a bit. I've awarded back points as well

  • RE: Are the posted questions getting worse?

    Don't believe that I deleted that thread, or at least don't remember that.

  • RE: Precedence

    I have corrected the typo and rewritten the question a bit. I've awarded back points as well

  • RE: Leave Developers Alone

    It is a struggle to balance this. I think that setting aside some quiet time is the solution for most people. Many of the interruptions and questions, help desk tickets,...

  • RE: How to pass parameter in store procedure which is already created

    If you call the stored procedure, you do it like this

    exec [dbo].[p_Stationary_test1] @MyDate, @MySource

    Where you've declared the date and character variables as the appropriate types and assigned values.

  • RE: What's a safe backup?

    I have been doing backups with SSMS, or scheduling them with SSMS for years, and haven't had issues with bugs.

    There is no reason to stop the SQL Server service or...

  • RE: Database Snapshot

    Enterprise and above. Most of those articles were written before Data Center edition was available and haven't been updated to state that.

    Editions usually follow a hierarchy, so Data Center includes...

  • RE: Maintenance Plan Tasks not opening

    It sounds like a client tools issue on the server. Either some .DLL didn't register or got corrupted. You could try to uninstall the client tools and reinstall them, but...

  • RE: Leave Developers Alone

    phegedusich (7/25/2011)


    From meeting-free Fridays, to don't-bug-me blocks of time, we've attempted a number of ways to schedule that pristine, get-the-work-done time.

    The real issue is the corporate culture. Co-workers expect...

  • RE: Are most of the Stairway to SSIS articles missing?

    Number three is in editing now. We hope to publish this soon.

  • RE: Maintenance Plan Tasks not opening

    Are you having problem on your workstation or the server? Meaning, where is SSMS running?

    Have you tried opening the plan from another workstation?

    Has the plan been opened by BIDS by...

  • RE: transaction log almost full

    I would recommend you follow Gail's advice, and also that you switch to more intelligent rebuilding, but if you are running out of space on the disks, you need to...

  • RE: Faolover Trans replication

    Replication isn't designed for high availability. To reverse it, you need to stop replicating data from the old publisher, and re-set up replication in the other direction.

    As mentioned above, you...

Viewing 15 posts - 15,481 through 15,495 (of 39,824 total)