Viewing 11 posts - 1 through 11 (of 11 total)
Hello,
I'm still encountering some problems with DB Mail on my Windows 7 machine. Below are the error messages
The mail could not be sent to the recipients because of the mail...
August 30, 2013 at 4:55 am
Considering sysmail_event_log
the description is as follows
DatabaseMail process is started
1) Exception Information =================== Exception Type: System.NullReferenceException Message: Object reference not set to an...
August 22, 2013 at 7:30 am
Thank you very much for your assistance.
I ended up using CLR for the two functions.
August 27, 2012 at 2:22 pm
Use this instead. The key should be 8 characters in length
Private Sub btnTestEncryption_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTestEncryption.Click
Dim...
August 27, 2012 at 12:28 pm
Here, the VB.NET Code
Imports System.Security.Cryptography
Imports System.IO
Imports System.Text
Class EncryptDecrypt
Public Shared key As Byte()
Public Shared IV As Byte() = New Byte(7) {&H12, &H34, &H56,...
August 27, 2012 at 8:39 am
Thanks, you've really been helpfull. This time I can not script another table from another database. It give the message -"Table object [dbo].[CASE_CONFIRM] does not exist in Database [master]". I...
October 28, 2010 at 6:04 am
I tried the code and I got the following errors
Server: Msg 8101, Level 16, State 1, Procedure sp_GetDDL2, Line 78
An explicit value for the identity column in table '#Results'...
October 21, 2010 at 10:33 am
Thanks, the code works but it truncates the result of must of my tables. Is there anything you can do?
October 20, 2010 at 2:42 am
Thanks for the code anyway, But I still need a favour.
The SQL code you gave me has the following errors in Sql Server 2000. They include
Server: Msg 170, Level...
October 13, 2010 at 1:59 am
Viewing 11 posts - 1 through 11 (of 11 total)