August 23, 2012 at 11:25 pm
select slno,goals_type,entrydate,
goals,date_of_commitment,kpi,
weightage,goals_review_date
--into #temp
from LIMS..GOALSDTL_Audit where accyear>='20110101' and accyear<='20120101'
and empcode=002244 order by slno
how to create procedure for dis..... while i am crearting procedure its giving NULL
August 24, 2012 at 12:25 am
Can you give some more details on what you want to do please?
Specifically what do you mean by "it is giving null"
Mike
August 24, 2012 at 1:45 am
raghuldrag (8/23/2012)
select slno,goals_type,entrydate,goals,date_of_commitment,kpi,
weightage,goals_review_date
--into #temp
from LIMS..GOALSDTL_Audit where accyear>='20110101' and accyear<='20120101'
and empcode=002244 order by slno
how to create procedure for dis..... while i am crearting procedure its giving NULL
This is a SQL Server 2008 forum. The corresponding SQL Server 2000 forum is here.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply