Click here to Skip to main content
15,888,610 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need Help to Develop Query: Pin
Shahzad.Aslam27-Mar-07 20:39
Shahzad.Aslam27-Mar-07 20:39 
GeneralRe: Need Help to Develop Query: Pin
Krish - KP28-Mar-07 0:26
Krish - KP28-Mar-07 0:26 
Questionsql server 2005 reporting services Pin
balaji.t26-Mar-07 22:56
balaji.t26-Mar-07 22:56 
AnswerRe: sql server 2005 reporting services Pin
Frank Kerrigan27-Mar-07 4:59
Frank Kerrigan27-Mar-07 4:59 
GeneralRe: sql server 2005 reporting services Pin
balaji.t28-Mar-07 23:55
balaji.t28-Mar-07 23:55 
QuestionHow to connect Northwind database in SQL SERVER 2005? Pin
Care Career26-Mar-07 21:48
Care Career26-Mar-07 21:48 
AnswerRe: How to connect Northwind database in SQL SERVER 2005? Pin
Paul Conrad27-Mar-07 6:18
professionalPaul Conrad27-Mar-07 6:18 
QuestionSimple partitioning question SQL Server 2005 Pin
Nigor26-Mar-07 10:15
Nigor26-Mar-07 10:15 
Most examples for SQL Server 2005 involve a sales table that you split based on date, i.e. sales records prior to 2000 go to this partition, and the ones after that go to another one. Nice and simple.

Say I have a sales table:

id.....Amount....Date
1......10........1/1/1999
2......9.99......1/1/2007

Now then, I put all the records prior to 2000 in it's own partition.

So when I do something like this: SELECT * FROM Sales WHERE DATE = 1/1/1999
the SQL server will know which partition to look at. Very nice.

Now then, if I do this: SELECT * FROM Sales WHERE id = 1
How will the SQL server know which partition to look at?


Thank You!
AnswerRe: Simple partitioning question SQL Server 2005 Pin
andyharman28-Mar-07 4:56
professionalandyharman28-Mar-07 4:56 
Questionlow spead in multi user request Pin
hamid_m26-Mar-07 9:07
hamid_m26-Mar-07 9:07 
AnswerRe: low spead in multi user request Pin
Christian Graus26-Mar-07 9:16
protectorChristian Graus26-Mar-07 9:16 
GeneralRe: low spead in multi user request Pin
hamid_m26-Mar-07 11:02
hamid_m26-Mar-07 11:02 
GeneralRe: low spead in multi user request Pin
Rob Graham26-Mar-07 12:54
Rob Graham26-Mar-07 12:54 
GeneralRe: low spead in multi user request Pin
hamid_m26-Mar-07 21:11
hamid_m26-Mar-07 21:11 
GeneralRe: low spead in multi user request Pin
Pete O'Hanlon27-Mar-07 0:14
mvePete O'Hanlon27-Mar-07 0:14 
GeneralRe: low spead in multi user request Pin
Rob Graham27-Mar-07 4:16
Rob Graham27-Mar-07 4:16 
QuestionConfigure MS SQL server 2005 Pin
phokojoe26-Mar-07 5:14
phokojoe26-Mar-07 5:14 
AnswerRe: Configure MS SQL server 2005 Pin
mghiassi26-Mar-07 7:29
mghiassi26-Mar-07 7:29 
GeneralRe: Configure MS SQL server 2005 Pin
phokojoe26-Mar-07 21:32
phokojoe26-Mar-07 21:32 
GeneralRe: Configure MS SQL server 2005 Pin
Rob Graham27-Mar-07 8:44
Rob Graham27-Mar-07 8:44 
QuestionSQL Date problem. Pin
BooleanTrue26-Mar-07 5:04
professionalBooleanTrue26-Mar-07 5:04 
AnswerRe: SQL Date problem. Pin
Paddy Boyd26-Mar-07 5:09
Paddy Boyd26-Mar-07 5:09 
GeneralRe: SQL Date problem. Pin
BooleanTrue26-Mar-07 5:13
professionalBooleanTrue26-Mar-07 5:13 
GeneralRe: SQL Date problem. Pin
BooleanTrue26-Mar-07 5:22
professionalBooleanTrue26-Mar-07 5:22 
GeneralRe: SQL Date problem. Pin
Paddy Boyd26-Mar-07 5:23
Paddy Boyd26-Mar-07 5: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.