Posts by Matheus Oliveira • 11 points
2 posts
-
1
votes2
answers717
viewsQ: Run command as Admin c#
I’ll get right to the point! I have a C# application and need to execute a command in Cmd with Admin privilege. I need to activate SQL Server if it is stopped. public List<Atendimento>…
c#asked Matheus Oliveira 11 -
0
votes3
answers335
viewsQ: Add data from a sql column c#
My problem is this: I need to sum up the total hours of the employee who are in the bank, already in a separate column. Just to be clear, the hours the employee worked the day are already ready, I…