Hello Everyone,
I have a datagrid that pulls a query from the database, which consists of goals and each goal has an id # in the database.
So, the page displays something like this:
[checkbox] Goal1
[checkbox] Goal2
[checkbox] Goal3
And an "Update" button.
So, let's say I check Goal1 and...
Hiya,
Here's the problem. I have a stored procedure which will contains output variable. It will be called from my .cs file, something like this:
String sqlString = "Exec getEmployeeInfo ';"
but now the stored proc. is expecting output variables, so I declared some and called it like this...
So hello all!
I'm learning about stored procedures. Right now, I'm in the process of creating two of them, but having trouble with the syntax (I'm guessing).
So, first I have this one stored procedure:
CREATE PROCEDURE dbo.getEmpIDAndSSNFromHR
@SSN char(9),
@EmpID char(4) OUTPUT
AS
select...
Hi all,
I'm new here and this is my 2nd post. I already got tremendous help and hope someone can help me as I learn sql (took mysql two years ago). I am REALLY rusty, so I appreciate any tips/help.
Database 1:
table 1. Contains ssn, id.
Database 2:
table 2. Contains ssn, id, last_name...
Hello Everyone,
First post here. I've taken a databases course (mysql) about 2 years ago and now I'm using MSSQL and having trouble recalling all that I had learned.
I'm trying to do something fairly simple here. Let me explain:
Database 1:
Contains a table with column SSN.
Database 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.