Viewing 5 posts - 1 through 5 (of 5 total)
try this method
Declare @OutputParameter Datatype
EXEC StoredProcedurename
...
June 11, 2008 at 5:52 am
try this one .........
SELECT tagname FROM history as h
inner join livedata as l on l.tagname = h.tagname
where value = 1
February 19, 2008 at 1:59 am
try this sample ........
/***********original table********************/
CREATE TABLE employeeData (
emp_id int NOT NULL,
emp_bankAccountNumber char (10) NOT NULL,
emp_salary int NOT NULL,
emp_SSN...
January 3, 2008 at 3:04 am
January 2, 2008 at 5:28 am
it denotes Object type. Can be one of these values:
C = CHECK constraint
D = Default or DEFAULT constraint
F = FOREIGN KEY constraint
FN = Scalar function
IF = Inlined...
January 2, 2008 at 5:20 am
Viewing 5 posts - 1 through 5 (of 5 total)