Viewing 15 posts - 31 through 45 (of 202 total)
Jeff Moden (12/23/2007)
C'mon, Midan... this one is easy. Figure it out. If you're returning a column you don't want, then remove it from the SELECT list!
how
i must...
December 24, 2007 at 7:48 am
TNX it help
it working 100%
can i do this is it right ?
i need to know
i must to search between 2 rows
1 )day before Last day of the Previous Month
2)"day before...
December 22, 2007 at 2:31 pm
can i use it inside a view ?
this is my table
my table
----------------------
empid basedate unit_date shift...
December 22, 2007 at 1:43 pm
hi
i ask the friends here if thay can help only !
i am working on complex project and i need it
to find the "day before Last day of the...
December 22, 2007 at 1:02 pm
tnx
i have only 3 tables
1) employee_tb
empid name
---------------------
12345678 abc-defg
98765432 hijk-lmno
........ ..........
100...
December 21, 2007 at 7:54 am
TNX men
i try to do it + fiil the zero value :hehe:
the main problem i need to do it to specific month in year
how to do it like this ?
select...
December 21, 2007 at 7:12 am
OK OK
it work but to convert it to a view OR function
this is the working code
----------------------------------------
SET NOCOUNT ON;
IF OBJECT_ID('dbo.Nums') IS NOT NULL
DROP TABLE dbo.Nums;
GO
CREATE TABLE dbo.Nums(n INT...
December 20, 2007 at 6:17 am
John Mitchell (12/20/2007)
December 20, 2007 at 3:48 am
wow complicated
friends
can someone please please
sohw me example how to do it
TNX
December 20, 2007 at 3:11 am
Jason TNX
To change to your language, change the language of the user account connecting.
Assume you run this statement Tuesday December 11, 2007
If the user account language is english then the...
December 11, 2007 at 3:29 pm
Derek Dongray (12/10/2007)
December 10, 2007 at 7:22 am
this function working ok whan spliting the employee shift value (1,1,2,2,3,3,4,5) .
but for the "UNIT" value for
the employee i need that value "UNIT" the value(1,2,3,4)
change evry first day in the...
December 9, 2007 at 1:29 am
need help with this function !
first prolem
this line
--------------------------------------------------------
(convert(int,(datediff(dd,b.unit_date,d.dt) / 30)) % 4) + 1)
-------------------------------------------------------------
i don't get in unit value the correct division the "/30"
how to handling in month 28...
December 8, 2007 at 11:48 am
Viewing 15 posts - 31 through 45 (of 202 total)