--Make comma seperated values from a column SET @stringCommaSeperated = SUBSTRING((SELECT ', ' + s.ColumnName FROM Table_Name s FOR XML PATH('')),2,200000)
What is Common Language Specification ?
CLS is more about rules of .Net and it's a subset of CTS(Common Type System). You must be thinking of CTS, don't worry will discuss in my next articl…Read More
What is Common Type System ?
CTS - Common Type System as name suggest it define types. How types are defined, declared , used and managed by common Language Runtime.? The main pa…Read More
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.
0 comments:
Post a Comment