Viewing 15 posts - 1 through 15 (of 44 total)
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...
October 6, 2014 at 2:33 pm
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
May 3, 2013 at 7:08 am
I got it fixed changes sql server to local system and now email works.
Thanks you all for your help.
April 26, 2013 at 10:38 am
sql server is network service and server agent is local system
April 26, 2013 at 10:22 am
I think so i will check when i get back to work tomorrow
April 25, 2013 at 7:38 pm
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...
April 24, 2013 at 1:00 pm
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
April 23, 2013 at 3:26 pm
I have phonenumber and sms set as Text. The PhoneNumber is in the Names table and SMS is in the Carriers table.
April 23, 2013 at 3:25 pm
Viewing 15 posts - 1 through 15 (of 44 total)