Viewing 15 posts - 61 through 75 (of 102 total)
Hi, thanks for the example,
Reason im using nolock is purely because my line manage has said i have to use it, I understand what it does etc iv tried...
May 13, 2013 at 6:20 am
Managed to get it to work
select * from
(
SELECT pl.ID, usr.FirstName +' ' + usr.Surname as Createdby, pl.ProspectGuid, pl.MobileNumber as CTN, pl.Firstname + ' ' +...
May 13, 2013 at 4:07 am
I need to return all the columns from the ProspectLead (pl) table which are already in the main select statement but i also need to retrieve the additional three columns...
May 13, 2013 at 3:53 am
Can any one help me with the above or point me in the right direction to help me resolve this problem.
May 4, 2013 at 2:41 pm
Hi Thanks for the snippet,
Iv been playing around with the informations iv been trying to get and this is my SQL
DECLARE @DateFrom datetime
DECLARE @DateTo datetime
DECLARE @Count int
Select u.FirstName +...
July 3, 2012 at 5:16 am
Brilliant,
Thanks for the information, do you know how i could work out the percentage of orders verified? as i have the total now just curious if that was possible????
July 3, 2012 at 4:24 am
sturner (5/7/2012)
.Netter (5/7/2012)
May 7, 2012 at 2:17 pm
Hi thanks for the information,
Its not in the company standard its my line manger which has said its the number 1 rule every SQL person follows, which i did find...
May 7, 2012 at 10:38 am
Thanks for the link ill take a look 😀
May 1, 2012 at 1:31 pm
Iv spent the past 30 minutes browsing the new trying to find examples of different ways you can do a select statement etc but iv just come across one, its...
May 1, 2012 at 1:27 pm
I was just curious thats all, because i saw a select statement few months back that had a "in" in it, followed by brackets etc
May 1, 2012 at 1:24 pm
Yeah you were right i had it as a string! damn it!
Thanks for the information and snippet!!
April 29, 2012 at 9:23 am
Hi thanks the snippet i recently gave didnt work it was moaning about EXISTS but iv stuck with yours and added an additional line to cater for my needs, the...
April 29, 2012 at 3:15 am
Hi Thanks for the snippert i was playing around and i think this could work aswell?
Declare @CorrectAnswers int;
set @CorrectAnswers = (
SELECT er.UserID,
SUM(CASE...
April 29, 2012 at 2:47 am
Viewing 15 posts - 61 through 75 (of 102 total)