Viewing 4 posts - 1 through 4 (of 4 total)
Yes, but I can not be very precise with my explanation and I'm not sure if it is correct: SQLServer needs the MAPI library installed and configured in order to send...
October 5, 2005 at 4:40 pm
I agree with Ray, SQL Server is not a good document management system. When I have little documents I use SQL Server to store the path and other attributes of the...
September 28, 2005 at 3:23 pm
I have just a suggestion. Have you tried this?
Instead of
SET @sqlstring = 'USE ' + @dbname
EXEC sp_executesql @sqlstring
PRINT @dbname + ' ******active db name*****'
SET @loginname = (SELECT name...
September 21, 2005 at 4:27 pm
I do not know what your case exactly is but next two proposes are exposed:
One solution is to have different databases with different collations (one for each language you need).
If you...
June 11, 2005 at 6:06 am
Viewing 4 posts - 1 through 4 (of 4 total)