First i would retrieve the stuff you need from the SQL database that you will use to set tag, text, position, etc.
let's say you have created an object with Tag, Position and Text properties and you have retrieved from the DB into an array of these objects.
SomeClass[] sc = GetDBData()...