I'm attempting to develop an automatic email notification system for an application using the technique documented in to send the emails.
On SQL Server 2000 Standard Edition systems, this works well, but the live system that runs this is still on SQL Server 7 (Standard Edition). My tests have found that the message body is getting truncated at 255 characters.
Both hosts are running Windows 2000 Server SP 4. SQL 2000 SP 4 is installed on the SQL 2000 box, and SQL 7 SP 4 is on the SQL 7 box.
Realistically it isn't possible to upgrade this server to SQL 2000 due to limited resources on the host at present. I've thought of setting up a linked server to a SQL 2000 host to run this remotely, but I'd rather not mix and match if at all possible, keeping everything for one application in one database.
Does anybody have any ideas please on what I can do to get this working properly with SQL Server 7?
John
On SQL Server 2000 Standard Edition systems, this works well, but the live system that runs this is still on SQL Server 7 (Standard Edition). My tests have found that the message body is getting truncated at 255 characters.
Both hosts are running Windows 2000 Server SP 4. SQL 2000 SP 4 is installed on the SQL 2000 box, and SQL 7 SP 4 is on the SQL 7 box.
Realistically it isn't possible to upgrade this server to SQL 2000 due to limited resources on the host at present. I've thought of setting up a linked server to a SQL 2000 host to run this remotely, but I'd rather not mix and match if at all possible, keeping everything for one application in one database.
Does anybody have any ideas please on what I can do to get this working properly with SQL Server 7?
John