Viewing 15 posts - 781 through 795 (of 9,707 total)
August 22, 2017 at 9:04 am
August 22, 2017 at 5:06 am
Create table script...
USE <MyDB>;
GO
IF (SELECT OBJECT_ID('MyDB..tbl_smtp_sendmail')) IS NOT NULL
DROP TABLE [dbo].[tbl_smtp_sendmail];
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE...
August 22, 2017 at 4:58 am
Thom, we used to save email details in a table in one of our databases. Not as an .msg format, but in table format that could be used to regenerate...
August 22, 2017 at 4:43 am
So the eclipse hit Jacksonville just as I was leaving for the day. It was rainy and cloudy but lo and behold a break opened up in the sky above...
August 22, 2017 at 4:40 am
Sigh. I had a fun weekend. Trying to log into work to do a thing, kept not getting connected. Then finally realized the problem wasn't the company network but my...
August 21, 2017 at 4:26 am
You know, the more I read this the more I think that it is a wrong login or wrong password issue. I ran into this personally the other day when...
August 18, 2017 at 6:53 am
My employer is seriously concerned with the safety of its employees. Not only do we have DR for records, but we have DR & BC plans for the people as...
August 17, 2017 at 10:22 am
August 16, 2017 at 11:35 am
August 16, 2017 at 8:15 am
August 16, 2017 at 4:32 am
I can...
August 15, 2017 at 4:01 am
August 14, 2017 at 11:17 am
August 11, 2017 at 4:44 am
Viewing 15 posts - 781 through 795 (of 9,707 total)