Click here to Skip to main content
15,918,330 members
Home / Discussions / Database
   

Database

 
GeneralRe: In search of a better solution... Pin
Jörgen Sigvardsson16-Feb-09 8:35
Jörgen Sigvardsson16-Feb-09 8:35 
GeneralRe: In search of a better solution... Pin
Wendelius17-Feb-09 1:26
mentorWendelius17-Feb-09 1:26 
GeneralRe: In search of a better solution... Pin
Jörgen Sigvardsson17-Feb-09 1:34
Jörgen Sigvardsson17-Feb-09 1:34 
GeneralRe: In search of a better solution... Pin
Wendelius17-Feb-09 2:10
mentorWendelius17-Feb-09 2:10 
GeneralRe: In search of a better solution... Pin
Jörgen Andersson17-Feb-09 2:53
professionalJörgen Andersson17-Feb-09 2:53 
GeneralRe: In search of a better solution... Pin
Jörgen Sigvardsson17-Feb-09 1:34
Jörgen Sigvardsson17-Feb-09 1:34 
GeneralRe: In search of a better solution... Pin
Wendelius17-Feb-09 2:10
mentorWendelius17-Feb-09 2:10 
AnswerRe: In search of a better solution... Pin
Ennis Ray Lynch, Jr.17-Feb-09 5:15
Ennis Ray Lynch, Jr.17-Feb-09 5:15 
CREATE TABLE slot(
    id int not null,
    slot1 bit,
    slot2 bit,
    slot... bit,
    slotn bit,
   ...
)

J/k. I would use the associate table approach that contains the list of available slots exactly as you have mentioned. Its not fancy, but it is efficient and easy to read.


Need custom software developed? I do C# development and consulting all over the United States.


If you don't ask questions the answers won't stand in your way.


Doing a job is like selecting a mule, you can't choose just the front half xor the back half so when you ask me to do a job don't expect me to do it half-assed.


AnswerRe: In search of a better solution... Pin
PIEBALDconsult17-Feb-09 16:15
mvePIEBALDconsult17-Feb-09 16:15 
GeneralRe: In search of a better solution... Pin
Jörgen Sigvardsson17-Feb-09 20:58
Jörgen Sigvardsson17-Feb-09 20:58 
QuestionFull Text Query Pin
Muhammad Fahim Baloch16-Feb-09 4:51
Muhammad Fahim Baloch16-Feb-09 4:51 
GeneralDouble-Post: Full Text Query Pin
Wendelius16-Feb-09 5:06
mentorWendelius16-Feb-09 5:06 
GeneralRe: Ansssssssssssssss meeeeeeeeeeeeee Pin
Muhammad Fahim Baloch16-Feb-09 19:14
Muhammad Fahim Baloch16-Feb-09 19:14 
GeneralRe: Ansssssssssssssss meeeeeeeeeeeeee Pin
Mycroft Holmes16-Feb-09 21:25
professionalMycroft Holmes16-Feb-09 21:25 
GeneralRe: Ansssssssssssssss meeeeeeeeeeeeee Pin
Muhammad Fahim Baloch16-Feb-09 22:14
Muhammad Fahim Baloch16-Feb-09 22:14 
GeneralYou are a fool Pin
Mycroft Holmes16-Feb-09 22:33
professionalMycroft Holmes16-Feb-09 22:33 
GeneralRe: You are a fool Pin
Muhammad Fahim Baloch16-Feb-09 23:11
Muhammad Fahim Baloch16-Feb-09 23:11 
GeneralRe: You are a fool Pin
J4amieC16-Feb-09 23:25
J4amieC16-Feb-09 23:25 
RantRe: You are a fool Pin
Wendelius17-Feb-09 0:45
mentorWendelius17-Feb-09 0:45 
GeneralRe: You are a fool Pin
leckey17-Feb-09 14:44
leckey17-Feb-09 14:44 
AnswerFOUR total posts with the same question since Feb 3rd. Pin
leckey17-Feb-09 14:44
leckey17-Feb-09 14:44 
QuestionError in DTS package - URGENT!!!!!!!!!!!!!! Pin
CodalcoholicNBrainy16-Feb-09 3:54
CodalcoholicNBrainy16-Feb-09 3:54 
QuestionConnection String to SQLServer 2005 with user/password [modified] Pin
Diving Flo16-Feb-09 3:19
Diving Flo16-Feb-09 3:19 
AnswerRe: Connection String to SQLServer 2005 with user/password Pin
Blue_Boy16-Feb-09 3:25
Blue_Boy16-Feb-09 3:25 
GeneralRe: Connection String to SQLServer 2005 with user/password Pin
Diving Flo16-Feb-09 3:35
Diving Flo16-Feb-09 3:35 

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.