Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sspeedy00
  • Content: Threads
  • Order by date
  1. sspeedy00

    Creating Checkboxes and checking if they've been checked/unchecked...

    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...
  2. sspeedy00

    updating only one entry out of multiple..

    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...
  3. sspeedy00

    Calling a stored procedure from another stored procedure..

    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...
  4. sspeedy00

    gathering data from two tables in separate databases

    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...
  5. sspeedy00

    selecting data from table1 column that doesn't exist in table 2column

    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...

Part and Inventory Search

Back
Top