Viewing 15 posts - 751 through 765 (of 859 total)
Evil Kraig F (3/30/2012)
March 30, 2012 at 5:02 pm
Each college has their own names and requirements for majors. is there a specific college your looking at or just in general. if in general that is near...
March 30, 2012 at 4:30 pm
Jeff Moden (3/30/2012)
March 30, 2012 at 4:10 pm
PaulB-TheOneAndOnly (3/30/2012)
opc.three (3/30/2012)
March 30, 2012 at 2:12 pm
hbtkp (3/30/2012)
hiwhats wrong with this exp
=iif(trim(cstr(Fields!Total.Value ="")),"?",iif(trim(cstr(isnothing(Fields!Total.Value))),"?",Fields!Total.Value))
plz help
this is int field
thats not sql? what program are you using for this. its probably a syntax error as you suggest...
March 30, 2012 at 2:02 pm
a.jean89 (3/30/2012)
If you have a table 'person'
in which you store Father and Mother who points on an other row in the Table.
There is a lot...
March 30, 2012 at 1:58 pm
MyDoggieJessie (3/30/2012)
Jeff Moden (3/30/2012)
MyDoggieJessie (3/30/2012)
You could try this, works pretty wellSELECT
Pin,
CDate,
btn,
callduration,
charge
FROM #gmreport
ORDER BY pin
COMPUTE SUM(callduration), SUM(charge) BY pin
Careful now... that's actually been deprecated not to mention that it will...
March 30, 2012 at 12:46 pm
Lowell (3/30/2012)
it's usually something like an Entity and need to to identify the "prime" entity,
an example might be a table of bank...
March 30, 2012 at 12:44 pm
opc.three (3/30/2012)
capn.hector (3/30/2012)
March 30, 2012 at 11:52 am
Using [MMG-Events] makes for better code portability than relying on quoted identifiers being on.
March 30, 2012 at 11:49 am
it may also be DBO.sp_name not DDO. may try that before bugging the dba but if thats not it i think that is the only course of action.
March 30, 2012 at 11:44 am
here in my shop we have a history table that we have no PK on. we just have FK's to the pertinent data and just insert to it.
since it...
March 30, 2012 at 10:55 am
Duplicate post, Please continue discussion in http://www.sqlservercentral.com/Forums/Topic1275106-392-1.aspx
March 30, 2012 at 10:54 am
PaulB-TheOneAndOnly (3/29/2012)
amita.gham (3/29/2012)
March 29, 2012 at 10:08 pm
Lynn Pettis (3/29/2012)
SELECT DISTINCT
bo.BackOfficeId,
u.ID,
u.UserName,
u.Email
FROM
dbo.BackOffice bo INNER JOIN
...
March 29, 2012 at 11:23 am
Viewing 15 posts - 751 through 765 (of 859 total)