Viewing 15 posts - 61 through 75 (of 86 total)
so will it be
select CONVERT ( smalldatetime , start_date , 101 ) from table
December 10, 2008 at 5:47 pm
yes there are FK as well like mgr_id like to manager table with mgr_id,
loc_id links with Location table,
and org_id likns organization table as well.
December 5, 2008 at 7:41 am
sorry to make it confusion on the query:
Tables:
Person : emp_id, org_id,mgr_id,loc_id
manger : Mgr_id, Name
Location : Loc_id, disc
Organization : org_id, disc
so now the question is :
org_id for all empid belong to...
December 5, 2008 at 7:08 am
It is one cell only!!
the colors work fine but only thing i want to achieve is i want to fill color only to the value of the field.
for example
fieldname.value...
August 21, 2008 at 7:36 pm
yeah it is can be one cell but need to know how to fill color for the value of field.
Thanks
August 20, 2008 at 7:09 pm
Also can it make the shade color only to the value of field and not whole cell? such if the value is 69.3 then it needs to color that part...
August 20, 2008 at 5:38 pm
Hi,
It only does green even if the value of fiele is 69.9 which suppose to be different color!!
August 20, 2008 at 5:29 pm
but backup_size!!
is it in kb or mb i need that in GB if possible!!
thanks
Pat
May 13, 2008 at 1:54 pm
but i could not get the reports name which where executed!!
April 17, 2008 at 3:08 pm
yes.
That's exactly i need to do!!
April 11, 2008 at 7:39 am
I understand that but how can i create audit and alert from it if you can help, i am too confuse!
Thanks
Pat
April 10, 2008 at 2:34 pm
I have and after some packages goes fine and then it get stuck on one. but most of the time it goes fine through out!!!
February 14, 2008 at 7:16 am
I also tried
declare @StartDate datetime, @EndDate datetime
set @Startdate = dateadd(day, -2, getdate())
set @Enddate = dateadd(day, -2, getdate())
EXEC testproc @Startdate,@Startdate, 'All'
but resule
0 0 0
while if i do
exec testproc...
February 6, 2008 at 7:56 pm
Viewing 15 posts - 61 through 75 (of 86 total)