↧
SELECT column values into a concatenated string (SQL)
Often there is a requirement to get column values in a table to a concatenated string. Say, we have e-mail ID as one column on a person table and want a comma separated list of all (or a subset) of...
View ArticleMove Data Files – SQL Server
[adsense slot=”5402167102″ width=”468″] One of those clean-up tasks we come across in development severs is to move database mdf and ldf files to a new location. SQL Server isn’t as GUI-friendly yet to...
View Article