问题描述
我的客户想要按一个按钮,它会从outlook创建一封带有模板电子邮件的电子邮件。
Hi, my client would like to press a button and it will create an email from outlook with a template email.
但是,他要求的模板电子邮件已经结束了mailto限制(255个字符),因为它还包括表等。
However, the template email he asked for is over the mailto restriction (255 characters), as it also includes table etc.
我想知道是否有任何解决方案。
I would like to know whether there is any solution to it.
提前谢谢
推荐答案
默认情况下,SQL仅将文本数据类型的前256个字符存储在与其余表数据相同的页面中。其余的文本数据
存储在单独的页面中,必须使用上面的特殊命令进行访问。 (可以根据"行中的文本"表选项更改默认值。 当您运行select语句时,您正在检索
表中的数据(前256个字符)并且TSQL不知道从其他页面检索数据
请参考这个
http://allenbrowne.com/ser-63.html
希望这有帮助
----------------------------------------- -------------------------------------------------- --------------
---------------------------------------------------------------------------------------------------------
请不要忘记" mark
回复为答案 " 如果有帮助,也设置" 喜欢 "
这是我们保持博客的一个推动力 J
Please don't forget to "mark the replies as answers" if they helped, also set "like" it’s a boost for us to keep blogging J
点击 到
了解详情。访问专用的 分享 , 探索 和 谈话 &
专家关于微软Kaizala。
Click here to learn more. Visit the dedicated Community forum to share, explore and talk to experts about Microsoft Kaizala.
这篇关于Mailto长度超过255个字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!