Click here to Skip to main content
15,887,135 members
Home / Discussions / Database
   

Database

 
QuestionMicrosoft Sql Server Problem Pin
snouto9-Feb-09 0:58
snouto9-Feb-09 0:58 
AnswerRe: Microsoft Sql Server Problem Pin
Ashfield9-Feb-09 1:18
Ashfield9-Feb-09 1:18 
QuestionMulticolumn Listboxes in Ms-ACCESS [modified] Pin
ketan bader9-Feb-09 0:31
ketan bader9-Feb-09 0:31 
AnswerRe: Multicolumn Listboxes in Ms-ACCESS Pin
Muhammad Shahid Farooq9-Feb-09 1:15
professionalMuhammad Shahid Farooq9-Feb-09 1:15 
QuestionLeft Right Table Pin
mehrdadc488-Feb-09 22:45
mehrdadc488-Feb-09 22:45 
AnswerRe: Left Right Table Pin
Rupesh Kumar Swami8-Feb-09 23:08
Rupesh Kumar Swami8-Feb-09 23:08 
AnswerRe: Left Right Table Pin
J4amieC8-Feb-09 23:14
J4amieC8-Feb-09 23:14 
AnswerRe: Left Right Table Pin
Muhammad Shahid Farooq8-Feb-09 23:58
professionalMuhammad Shahid Farooq8-Feb-09 23:58 
See the following example:

Select table1.*, table2.*
From table1
join table2 on table1.Id = table2.Id

In the above example table1 is considered left and table2 is considered right.
QuestionShrink DB using Maintenance Plan does not affect the log file size Pin
obarahmeh8-Feb-09 22:35
obarahmeh8-Feb-09 22:35 
AnswerRe: Shrink DB using Maintenance Plan does not affect the log file size Pin
Blue_Boy9-Feb-09 0:01
Blue_Boy9-Feb-09 0:01 
GeneralRe: Shrink DB using Maintenance Plan does not affect the log file size Pin
obarahmeh9-Feb-09 0:10
obarahmeh9-Feb-09 0:10 
QuestionSQL 2005 Reporting Services Pin
Elizma8-Feb-09 17:36
Elizma8-Feb-09 17:36 
AnswerRe: SQL 2005 Reporting Services Pin
εїзεїзεїз8-Feb-09 21:35
εїзεїзεїз8-Feb-09 21:35 
GeneralRe: SQL 2005 Reporting Services Pin
Elizma8-Feb-09 23:33
Elizma8-Feb-09 23:33 
GeneralRe: SQL 2005 Reporting Services Pin
εїзεїзεїз9-Feb-09 0:50
εїзεїзεїз9-Feb-09 0:50 
QuestionAb Initio Conundrums Pin
PoisonCreed8-Feb-09 12:06
PoisonCreed8-Feb-09 12:06 
QuestionProblem with sql server 2000 Pin
BESHOY MARKO8-Feb-09 6:36
BESHOY MARKO8-Feb-09 6:36 
AnswerRe: Problem with sql server 2000 Pin
Blue_Boy8-Feb-09 8:58
Blue_Boy8-Feb-09 8:58 
GeneralRe: Problem with sql server 2000 Pin
BESHOY MARKO8-Feb-09 11:23
BESHOY MARKO8-Feb-09 11:23 
GeneralRe: Problem with sql server 2000 Pin
Blue_Boy8-Feb-09 14:33
Blue_Boy8-Feb-09 14:33 
GeneralRe: Problem with sql server 2000 Pin
N a v a n e e t h8-Feb-09 15:29
N a v a n e e t h8-Feb-09 15:29 
GeneralRe: Problem with sql server 2000 Pin
Wendelius9-Feb-09 6:14
mentorWendelius9-Feb-09 6:14 
AnswerRe: Problem with sql server 2000 Pin
BESHOY MARKO10-Feb-09 1:58
BESHOY MARKO10-Feb-09 1:58 
QuestionHow to write this query? Pin
varshavmane7-Feb-09 21:31
varshavmane7-Feb-09 21:31 
AnswerRe: How to write this query? Pin
Blue_Boy8-Feb-09 2:49
Blue_Boy8-Feb-09 2:49 

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.