Hi, I have a problem that gives me quite a headache. I'm writing this code (simplified example): DECLARE @SumDECIMAL SET @Sum = 88.5 SELECT @Sum...
quote:Originally posted by Roji. P. Thomas With INNER JOINs it doesnt matter. But with outer joins its a different story. I'd recommend putting the...
Hi, What is most efficient: SELECT * FROM Company a INNER JOIN Store s ON a.companyID = s.companyID INNER JOIN Department d...
Hi,<br />I want to search for a specific word in a number of pdf<img src='/community/emoticons/emotion-7.gif' alt=':s' /> (and .doc<img...
Hi, I need to use UPDATE CASCADE on a table. Is this a major performance hit? It will be a quite small database, so I expect it won't. But is there a...
Separate names with a comma.