Viewing 15 posts - 1 through 15 (of 22 total)
March 15, 2017 at 3:16 am
what it mean by 'expensive' ? Can give some sample ?
September 1, 2016 at 4:31 am
here the sql statement
select title,userid,users.name,manager,manager.name managername,hrid,hr.name hrname
from employee inner join users on
userid = users.id inner join users manager on
manager = manager.id inner join users hr on
hrid = hr.id
But beside...
April 2, 2016 at 10:59 am
id is null is not applicable in this situations because id is always not null values
October 12, 2015 at 5:17 am
Thanks for the replied. Is that mean filegroups only useful if I've multiples data files ? For instance sales data files can group to filegroup sales, marketing data files go...
September 1, 2015 at 10:14 pm
Hi, Would like to ask your opinion, if I create a database for this new team as below, is that mean any database objects created for that database will go...
September 1, 2015 at 9:45 pm
I think can run on SSMS... not necessary must in cmd mood
May 27, 2011 at 3:41 am
I already found the solutions ...thanks
January 17, 2011 at 10:11 pm
Thanks for the solutions .. now i having a new issues, i try to summarizing data with rollup in order to get the total amount of durations for each employees,...
January 17, 2011 at 8:35 pm
Hi Goldman,
The UDF was used to broken the list into a result set, with each individual letter as its own row. But it still didn't solve the...
November 2, 2010 at 1:27 am
Hi, this is the solution that i managed to come out
-----------------------------------------------------
select City,
Case When Sun = 0 Then 'NA' ELSE MovieNames + '...
July 19, 2010 at 3:26 am
Viewing 15 posts - 1 through 15 (of 22 total)