Forum Replies Created

Viewing 15 posts - 1 through 15 (of 76 total)

  • RE: Write Server Audit Events to the Security Log

    I already have that. The requirement is to use the Windows Security event log.

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Msg 542: An invalid datetime value was encountered. Value exceeds the year 9999

    I found the issue using the checkDB function with data purity which is what caused me to post. What I could not do was identify the rows themselves...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: How to restore system tables in distribution database?

    What did you remove form MSDB and/or master? I am having the same issue as you.

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Replication Monitor is not working.

    Do you have a good way to detect any of these orphans? I am also having the same issue and cannot resolve it.

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: INDEX SCAN vs INDEX SEEK

    I have used many types of analogies. A phone book wasnt one of them. I am not looking to re-hash what I have done. I am looking...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Change collation on the fly (select statement)

    You need to add the alias identifier at the end. The select statement makes table 'x'.

    SELECT

    'REVOKE ' + convert(varchar(50),x.[Action])

    + ' on ' ...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Large Comment Blocks Causing Issues

    Good Stuff. I will find those articles! I wasnt drinking at the time. LOL

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Large Comment Blocks Causing Issues

    you and me both. I comment the hell out of my stuff. I dont think the couple lines here and there are an issue. I think it...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Large Comment Blocks Causing Issues

    As I remember the article, that is the root of the problem. Due to the large block, the compiler/execution plan cant do it's thing properly. so pretty much...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Large Comment Blocks Causing Issues

    Parameter sniffing is a separate issue that I had them deal with. As for the coment block, there is somthing regarding the amount of lines and size of the...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Send Email using T-SQL procedure

    DUH! Why is it the simple answers go right past us. You are absolutely correct and it works like a champ. Thank you for the smack in...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Send Email using T-SQL procedure

    I am sticking the code being used now here:

    CREATE PROCEDURE [dbo].[sp_send_cdosysmail]

    @From varchar(100) ,

    @To varchar(100) ,

    @Subject varchar(100)=" ",

    @Body varchar(4000) =" ",

    @attachment nvarchar(100)= " ",

    @bodytype varchar(10)=" "

    /*********************************************************************

    This stored procedure takes the parameters...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Run Com based process outside SQL server (sp_OACreate 'CDO.Message')

    CREATE PROCEDURE [dbo].[sp_send_cdosysmail]

    @From varchar(100) ,

    @To varchar(100) ,

    @Subject varchar(100)=" ",

    @Body varchar(4000) =" ",

    @attachment nvarchar(100)= " ",

    @bodytype varchar(10)=" "

    /*********************************************************************

    This stored procedure takes the parameters and sends an e-mail.

    All the mail configurations are...

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Error: 17827, Severity: 20, State: 1.

    Did anyone ever come across this error? I am now having this issue with no good results on a resolution. It has happened twice.

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

  • RE: Data Conversion Failed

    HAs anyone answered here?

    Kindest Regards,
    David

    ** Obstacles are those frightening things that appear when we take our eyes off the goal. **

Viewing 15 posts - 1 through 15 (of 76 total)