Click here to Skip to main content
15,914,642 members
Home / Discussions / Database
   

Database

 
Question'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
PadmaPriya.S19-Aug-08 1:08
PadmaPriya.S19-Aug-08 1:08 
AnswerRe: 'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
Bassam Saoud19-Aug-08 15:28
Bassam Saoud19-Aug-08 15:28 
QuestionSQL query Pin
Zafar Sultan18-Aug-08 23:59
Zafar Sultan18-Aug-08 23:59 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 0:20
Tripathi Swati19-Aug-08 0:20 
GeneralRe: SQL query [modified] Pin
Zafar Sultan19-Aug-08 2:26
Zafar Sultan19-Aug-08 2:26 
GeneralRe: SQL query Pin
Blue_Boy19-Aug-08 15:26
Blue_Boy19-Aug-08 15:26 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 2:48
Tripathi Swati19-Aug-08 2:48 
GeneralRe: SQL query Pin
Zafar Sultan21-Aug-08 4:27
Zafar Sultan21-Aug-08 4:27 
Both of you thanks for suggestions but its not working.
Let me make a final attempt to clear my issue

if I create a stored procedure as:
create procedure selectworks
(
@maincategory nvarchar(50)
)
as
select profile.category,
project.title,
project.subcategory,
project.expirydate from profile,project
where profile.category=@maincategory
and project.category=@maincategory

this is going to give me result for one category which i am going to provide( @maincategory)
but the issue is that the user has profiles in more than one category

if he has profiles in 3 categories this procedure should run for 3 times for 3 different categories but the result should come combined similarly if a user has profiles in 5 categories this procedure should run for 5 times for 5 different categories but should give combined result.
Thanks in advance..
GeneralRe: SQL query Pin
Tripathi Swati21-Aug-08 19:09
Tripathi Swati21-Aug-08 19:09 
GeneralRe: SQL query Pin
Zafar Sultan22-Aug-08 1:12
Zafar Sultan22-Aug-08 1:12 
Questionfirst three highest salaries Pin
chithra.r18-Aug-08 23:19
chithra.r18-Aug-08 23:19 
AnswerRe: first three highest salaries Pin
Tripathi Swati18-Aug-08 23:28
Tripathi Swati18-Aug-08 23:28 
GeneralRe: first three highest salaries Pin
chithra.r19-Aug-08 6:54
chithra.r19-Aug-08 6:54 
GeneralRe: first three highest salaries Pin
Wendelius19-Aug-08 8:06
mentorWendelius19-Aug-08 8:06 
GeneralRe: first three highest salaries Pin
TheFM23419-Aug-08 18:36
TheFM23419-Aug-08 18:36 
QuestionView ??????? Pin
.NET- India 18-Aug-08 22:36
.NET- India 18-Aug-08 22:36 
AnswerRe: View ??????? Pin
That's Aragon19-Aug-08 1:19
That's Aragon19-Aug-08 1:19 
GeneralRe: View ??????? Pin
netJP12L19-Aug-08 4:14
netJP12L19-Aug-08 4:14 
AnswerRe: View ??????? Pin
John_Adams19-Aug-08 3:25
John_Adams19-Aug-08 3:25 
AnswerRe: View ??????? Pin
Jerry Hammond19-Aug-08 5:29
Jerry Hammond19-Aug-08 5:29 
AnswerRe: View ??????? Pin
Wendelius19-Aug-08 7:50
mentorWendelius19-Aug-08 7:50 
QuestionHow to restore backup file from sqlserver2005 to sqlserver2000? Pin
Ashish Kumar Vyas18-Aug-08 19:50
Ashish Kumar Vyas18-Aug-08 19:50 
AnswerRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Colin Angus Mackay18-Aug-08 21:27
Colin Angus Mackay18-Aug-08 21:27 
AnswerRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Tripathi Swati18-Aug-08 21:40
Tripathi Swati18-Aug-08 21:40 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Ashish Kumar Vyas18-Aug-08 23:22
Ashish Kumar Vyas18-Aug-08 23:22 

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.