I have code to get installed applications off the computer and want to add it into an SQL table. how do I do this and keep formatting ?
I would like it to be app1 newline app2 newline app3
ArrayOfApps = GetApps();
USE ComputerData INSERT INTO InstalledApps ( Apps ) VALUES (ArrayOfApps);"
SqlBulkCopy