Forum Replies Created

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

  • RE: SQL

    DBA or developer.

  • RE: Parameters

    I have it where it pulls parameter by state and now I want to have a parameter ZipCode. Do I need to do a shared dataset because if I just...

  • RE: Date

    Thanks I keep putting DATEADD(day, +5, GETDATE()) not just the 5

  • RE: Birthdate

    did not notice that.

  • RE: email and sms

    I am not sending a file just what was inserted into the table.

    Changing the @body nvarchar(255) now it works

    Thanks for both of yawl's help

  • RE: Database Mail

    I got it fixed changes sql server to local system and now email works.

    Thanks you all for your help.

  • RE: Database Mail

    sql server is network service and server agent is local system

  • RE: Database Mail

    service broker is enabled

  • RE: Database Mail

    I think so i will check when i get back to work tomorrow

  • RE: Database Mail

    I ran both of these codes and for the top one nothing showed up in the results and for the

    EXEC msdb.dbo.sysmail_stop_sp

    EXEC msdb.dbo.sysmail_start_sp

    SELECT * FROM msdb.dbo.sysmail_allitems;

    it shows everything...

  • RE: Database Mail

    How is that done

  • RE: concatenate

    ok thanks changing them to a varchar works now.

  • RE: concatenate

    yes they are text

  • RE: concatenate

    I get this error Operand data type text is invalid for add operator

    the PhoneNumber is in the Names table and the sms is in the Carriers table

  • RE: concatenate

    I have phonenumber and sms set as Text. The PhoneNumber is in the Names table and SMS is in the Carriers table.

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