Click here to Skip to main content
15,892,005 members
Home / Discussions / Database
   

Database

 
QuestionRecords in sql server Pin
iamdking26-Jun-08 23:51
iamdking26-Jun-08 23:51 
AnswerRe: Records in sql server Pin
Mycroft Holmes27-Jun-08 1:11
professionalMycroft Holmes27-Jun-08 1:11 
GeneralRe: Records in sql server Pin
iamdking27-Jun-08 1:48
iamdking27-Jun-08 1:48 
GeneralRe: Records in sql server Pin
Ashfield27-Jun-08 2:41
Ashfield27-Jun-08 2:41 
GeneralRe: Records in sql server Pin
Mycroft Holmes27-Jun-08 4:13
professionalMycroft Holmes27-Jun-08 4:13 
QuestionI need to transfer data between tables within a database Pin
jmohan26-Jun-08 20:37
jmohan26-Jun-08 20:37 
AnswerRe: I need to transfer data between tables within a database Pin
Mycroft Holmes27-Jun-08 1:15
professionalMycroft Holmes27-Jun-08 1:15 
QuestionBest practice? Pin
econner26-Jun-08 15:52
econner26-Jun-08 15:52 
With the following table I am looking for suggestions on the best way to query the table for the follow criteria.

ID SalesID FKey FValue
1 1 12345 1.25
2 1 555 2.25
3 1 775 3.00
4 2 432 2.00
5 2 12345 1.00
6 3 321 1.11
7 3 223 1.00
8 4 12345 1.25
9 4 775 3.00
10 4 222 1.00

I need to query the table for the SalesID number for the sales that sold both '12345' and '775'. This would be only SalesIDs 1 and 4.

Querying FKey = '12345' OR FKey = '775' would return 1,2, and 4 and not just 1 and 4.
AnswerRe: Best practice? Pin
Krish - KP26-Jun-08 17:33
Krish - KP26-Jun-08 17:33 
GeneralRe: Best practice? Pin
econner27-Jun-08 10:47
econner27-Jun-08 10:47 
QuestionCreate Clustered Index on VIEW Pin
Ahmet GULBAY26-Jun-08 3:24
Ahmet GULBAY26-Jun-08 3:24 
AnswerRe: Create Clustered Index on VIEW Pin
Ashfield26-Jun-08 3:44
Ashfield26-Jun-08 3:44 
GeneralRe: Create Clustered Index on VIEW Pin
Ahmet GULBAY26-Jun-08 3:59
Ahmet GULBAY26-Jun-08 3:59 
GeneralRe: Create Clustered Index on VIEW Pin
Ashfield26-Jun-08 4:28
Ashfield26-Jun-08 4:28 
GeneralRe: Create Clustered Index on VIEW Pin
Mycroft Holmes27-Jun-08 1:23
professionalMycroft Holmes27-Jun-08 1:23 
GeneralRe: Create Clustered Index on VIEW Pin
Ahmet GULBAY26-Jun-08 5:35
Ahmet GULBAY26-Jun-08 5:35 
GeneralRe: Create Clustered Index on VIEW Pin
Ashfield26-Jun-08 21:27
Ashfield26-Jun-08 21:27 
Questioninserting into database Pin
Smithers-Jones26-Jun-08 3:08
Smithers-Jones26-Jun-08 3:08 
AnswerRe: inserting into database Pin
John_Adams26-Jun-08 3:58
John_Adams26-Jun-08 3:58 
GeneralRe: inserting into database Pin
Smithers-Jones26-Jun-08 7:40
Smithers-Jones26-Jun-08 7:40 
GeneralRe: inserting into database Pin
Mark Churchill26-Jun-08 17:04
Mark Churchill26-Jun-08 17:04 
GeneralRe: inserting into database Pin
Smithers-Jones26-Jun-08 19:50
Smithers-Jones26-Jun-08 19:50 
QuestionURL truncation problem on URL based images in MSSQL Reporting services Pin
adamb.geoform26-Jun-08 2:14
adamb.geoform26-Jun-08 2:14 
Questioninsert statement Pin
taherjaorawala26-Jun-08 2:11
taherjaorawala26-Jun-08 2:11 
AnswerRe: insert statement Pin
Ashfield26-Jun-08 2:23
Ashfield26-Jun-08 2:23 

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.