Viewing 4 posts - 1 through 4 (of 4 total)
Cool, now it works!! Many thanks for your quick and good help 🙂
SELECT [MachineName], convert(varchar(255),[ServerDN]), count(convert(varchar(255),[serverdn])) as 'Count' FROM [BESMgmt].[dbo].[MyView]
group by [machinename], convert(varchar(255),[serverdn])
I had do convert it everywhere.
Excellent! 😀
April 3, 2010 at 9:00 am
Hm, there is no way to change the original database. The tables and fields are from a Blackberry SQL database (!).
The only thing I can do is to create a...
April 3, 2010 at 8:47 am
Column1 is nvarchar(256), Not Null
Column2 is ntext, Not Null
Btw, the two columns are in a view. (two related tables behind it).
April 3, 2010 at 8:28 am
Many thanks for the quick reply. This one I have tried already, but it returns always with this error message:
Server: Msg 306, Level 16, State 2, Line 1
The text,...
April 3, 2010 at 8:19 am
Viewing 4 posts - 1 through 4 (of 4 total)