Forum Replies Created

Viewing 15 posts - 76 through 90 (of 306 total)

  • RE: Relocating SQL Server on a cluster

    Stop services rename the drive, name the new volume to the orig drive, restart services.

    John Zacharkan

  • RE: Ignorant Boss! Need Help Explaining Validation!

    Hi sqlinsite,

    I can sympathise with you to a degree, but in a company as small as yours, (so it seems) if you don't have a UAT, SAT, Test, or a...

  • RE: SQL Server 6.5 SP3

    Steve did you still need this?

    John Zacharkan

  • RE: returning a record to a single variable,

    Definitely a solution, and I have thought of it. I was looking to replicate what is done with SQL-Mail. Somehow it captures a select anything, multi record set without having...

  • RE: returning a record to a single variable,

    Here's a copy of the sp that generates the result set

     
    

    Create procedure test_for_job_failure
    as
    set nocount on

    declare @num_days int
    declare @first_day datetime
    ,@last_day datetime
    declare...
  • RE: returning a record to a single variable,

    It uses extended sprocs, here's an example of the code

    
    
    DECLARE @EMAIL_ID INT
    DECLARE @EMAIL_FROM_1 [varchar](128)
    DECLARE @EMAIL_TO_2 [varchar](256)
    DECLARE @EMAIL_SUBJECT_5 [varchar](200)
    DECLARE @EMAIL_BODY_6 [varchar] (1500)
    DECLARE @EMAIL_CC_3 [varchar](256)...
  • RE: Login fails

    Found the answer, coming from an untrusted domain is the problem.

    Even though I register my Server with a SQL server user login my EM still uses NT authetication to...

  • RE: Log shipping

    Server 1 DB pubs is logshipped to server 2 db pub.

    Seperately, Server 1 db pubs replicates to server 2 db pubreadonly.

    Double the storage requirement but get the most out...

  • RE: Log shipping

    Server 1 DB pubs is logshipped to server 2 db pub.

    Seperately, Server 1 db pubs replicates to server 2 db pubreadonly.

    Double the storage requirement but get the most out...

  • RE: Log shipping

    Yep, that is correct.

    If you need to a have a database for your users to do reporting against setup to the same server that your log shipping to. This...

  • RE: Log Reader agent fails

    Hopefully, this should be last post on the topic. As promised for what it's worth here's the official written word from Microsoft

    Hi John,

    As agreed yesterday , I am providing...

  • RE: Log Reader agent fails

    Ok, everyone ready for the big answer from Microsoft?

    The problem appears to be within the log reader com object and network connectivity. The problem was only reproducible at Microsoft...

  • RE: Login fails

    yes

    quote:


    Both are set to mixed mode, right?

    K. Brian Kelley

    http://www.truthsolutions.com/

    Author: Start to Finish Guide to SQL Server Performance Monitoring

  • RE: Login fails

    I'm must apologize, for something that has become second nature when I'm looking at this that I forget to relate it in discussing any issues.

    My environment is an active/active...

  • RE: Login fails

    Yeah I'll have to drag them out of the closet, first I want some NT gurus look at. It's too wierd. On the client that's not part of the domain...

Viewing 15 posts - 76 through 90 (of 306 total)