Posts by StoneSour • 33 points
4 posts
-
2
votes3
answers16754
viewsQ: "Must declare the scalar variable" error
When I run the following Procedure, Sqlserver gives the error: Must declare the scalar variable error "@VDIAPARALYZED". Procedure: BEGIN SELECT @VDIAPARALISADO = COUNT(F.DATA) FROM ED_FERIADO F…
-
0
votes1
answer254
viewsQ: sum values and boxes after the comma
Good morning guys, I’m having a little problem here and I’d like a little help from you, I have a select here that brings the workload of one student per subject, for each student it repeats the 2x…
-
1
votes2
answers439
viewsQ: How to allow read-only for a certain type of user?
I have a button that triggers an event to close a school year. By clicking this button, the person can have access to all the screens of the system, but can not edit anything, delete, insert. Is…
-
-1
votes1
answer101
viewsQ: Doubt in Procedure
Staff made a function in Sqlserver that makes the control of a chart for me in C#, this function brings me all the students of a referent school. The function is as follows: SET ANSI_NULLS ON GO SET…