Click here to Skip to main content
15,903,632 members
Home / Discussions / Database
   

Database

 
GeneralRe: Help determining start and end times associated with today's date Pin
Marcus J. Smith26-Apr-07 4:29
professionalMarcus J. Smith26-Apr-07 4:29 
GeneralRe: Help determining start and end times associated with today's date Pin
Pete O'Hanlon26-Apr-07 4:41
mvePete O'Hanlon26-Apr-07 4:41 
GeneralRe: Help determining start and end times associated with today's date Pin
Marcus J. Smith26-Apr-07 5:39
professionalMarcus J. Smith26-Apr-07 5:39 
QuestionStored Procs in Stored Procs Pin
tadhg8826-Apr-07 3:39
tadhg8826-Apr-07 3:39 
AnswerRe: Stored Procs in Stored Procs Pin
Pete O'Hanlon26-Apr-07 3:52
mvePete O'Hanlon26-Apr-07 3:52 
GeneralRe: Stored Procs in Stored Procs Pin
tadhg8826-Apr-07 4:20
tadhg8826-Apr-07 4:20 
GeneralRe: Stored Procs in Stored Procs Pin
Hasan Jaffal26-Apr-07 4:22
Hasan Jaffal26-Apr-07 4:22 
GeneralRe: Stored Procs in Stored Procs Pin
tadhg8826-Apr-07 4:45
tadhg8826-Apr-07 4:45 
thanks again but one last q about this statement i want to execute the proc pr_cd_GetFirstTeamLeagues which accepts a clubid which is 7 here do u have any idea why it aint workin

Select s.ID
From Match m
Join Squad s on (m.SquadA = s.ID or m.SquadB = s.ID)


Where exec pr_cd_GetFirstTeamLeagues 7



And m.CompetitionID = 0 -- Premier League
And m.Date Between (Select StartDate From Seasons Where ID = 50) And (Select EndDate From Seasons Where ID = 50)
Group By s.ID
Order By dbo.pr_bll_GetSquadLeaguePointsForSeason(s.id, 50) Desc


GeneralRe: Stored Procs in Stored Procs Pin
Pete O'Hanlon26-Apr-07 4:48
mvePete O'Hanlon26-Apr-07 4:48 
GeneralRe: Stored Procs in Stored Procs Pin
tadhg8826-Apr-07 4:53
tadhg8826-Apr-07 4:53 
GeneralRe: Stored Procs in Stored Procs Pin
Pete O'Hanlon26-Apr-07 4:58
mvePete O'Hanlon26-Apr-07 4:58 
GeneralRe: Stored Procs in Stored Procs Pin
tadhg8826-Apr-07 5:27
tadhg8826-Apr-07 5:27 
QuestionPaging in SQL Server per-2005 Pin
__DanC__26-Apr-07 1:49
__DanC__26-Apr-07 1:49 
Questioncommon genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 0:12
Hasan Jaffal26-Apr-07 0:12 
AnswerRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 1:02
Colin Angus Mackay26-Apr-07 1:02 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 1:28
Hasan Jaffal26-Apr-07 1:28 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 2:19
Colin Angus Mackay26-Apr-07 2:19 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 3:16
Hasan Jaffal26-Apr-07 3:16 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 4:14
Colin Angus Mackay26-Apr-07 4:14 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 4:21
Hasan Jaffal26-Apr-07 4:21 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 5:18
Colin Angus Mackay26-Apr-07 5:18 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 4:21
Colin Angus Mackay26-Apr-07 4:21 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 4:31
Hasan Jaffal26-Apr-07 4:31 
Questioncreating a crystal report using a dataset Pin
rkherath25-Apr-07 23:50
rkherath25-Apr-07 23:50 
AnswerRe: creating a crystal report using a dataset Pin
Tirthadip25-Apr-07 23:57
Tirthadip25-Apr-07 23:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.