Viewing 11 posts - 1 through 11 (of 11 total)
Figured it out, it was a permission issue between VLANS
February 8, 2016 at 1:36 pm
Ive run into the same issue lately, seems as though the developers dont like seeing it every time ?! Any help would be appreciated.
March 31, 2015 at 1:21 pm
Clear as mud, just wanted to confirm my intuition.
March 11, 2015 at 5:48 pm
Here is the stored procedure. I cant execute a OleDbCommand against it ?
/****** Object: StoredProcedure [dbo].[spInsertMtnVen] Script Date: 8/20/2014 9:01:15 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE...
August 20, 2014 at 10:05 am
The guid generated in the beginning of the statement is used later in the statement during an insert. I believe ive checked everything, but no results ?
August 19, 2014 at 2:25 pm
Thanks for the reply. The stored procedure im calling isnt using temp tables but it is generating a guid as a result. The stored procedure is apart of another financial...
August 19, 2014 at 9:50 am
This may be a rookie question ... but how do you do that ?
November 5, 2013 at 5:29 pm
Finally got it working, found out that i didnt have the right SMTP address after all.
Thanks
July 19, 2013 at 1:37 pm
What option are you using for SMTP authentication ?
Windows Authentication
Basic Authentication
Anonymous Authentication
July 17, 2013 at 12:37 pm
opc.three (5/30/2013)
If in fact you are using Database Mail...
May 30, 2013 at 12:15 pm
Using the same address and options such as SSL, i can send an email successfully using a VB script, ....
May 29, 2013 at 9:56 am
Viewing 11 posts - 1 through 11 (of 11 total)