Posts by Rauly Ambrosio • 26 points
2 posts
-
0
votes2
answers412
viewsA: Sql Server - Does checking for field NOT work if to avoid select?
Friend, you can consult directly in the system tables of your SGDB. In the case of SQL Server it would be like this: if exists(select column_name from mis.information_schema.columns where…
-
1
votes1
answer92
viewsA: How to Recover C# Dynamic Fields for SQL
Maisa, from what I can understand from your code, you’re wanting to store the fields that are created dynamically through columns. But I suggest you administer these fields vertically, using…