ASKER
ASKER
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
ASKER
Thanks so much for swift answer... I'm on SQL 2012 so that's easier!
I have been going around in circles with this... I was sure I tried this before...
Anyway this works fine for strings but when I include a timestamp column it puts out a null result for the whole string without an error message now...
e.g. select concat(convert(varchar,tim
but if I leave out the timestamp field it works fine!!!
Any ideas on this part?
Stephen