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

Database

 
AnswerRe: What way of datastorage should be use for small aaplication Pin
David Skelly25-Jun-09 6:22
David Skelly25-Jun-09 6:22 
AnswerRe: What way of datastorage should be use for small aaplication Pin
riced25-Jun-09 6:25
riced25-Jun-09 6:25 
GeneralRe: What way of datastorage should be use for small aaplication Pin
Eddy Vluggen25-Jun-09 6:26
professionalEddy Vluggen25-Jun-09 6:26 
AnswerRe: What way of datastorage should be use for small aaplication Pin
Eddy Vluggen25-Jun-09 6:25
professionalEddy Vluggen25-Jun-09 6:25 
GeneralRe: What way of datastorage should be use for small aaplication Pin
David Skelly25-Jun-09 22:39
David Skelly25-Jun-09 22:39 
GeneralRe: What way of datastorage should be use for small aaplication Pin
Eddy Vluggen26-Jun-09 0:17
professionalEddy Vluggen26-Jun-09 0:17 
AnswerRe: What way of datastorage should be use for small aaplication Pin
Andy_L_J26-Jun-09 19:14
Andy_L_J26-Jun-09 19:14 
QuestionSplit table Pin
sujithkumarsl24-Jun-09 20:46
sujithkumarsl24-Jun-09 20:46 
Hi i want to split one large table into two. But here my problem is, i need to query from both the tables, which should give the data same as the parent table.
For example If the large table is like
COLA    COLB
     1       A
     2       B
     3       C
     4       D
     5       E

and if i split this into
FIRST table
COLA   COLB
     1      A
     3      C
     5      E


Second table as

COLA   COLB
     2      B
     4      D


Now i want to query the two tables, so that i should give the value order by COLA. Result shold be like
COLA    COLB
    1       A
    2       B
    3       C
    4       D
    5       E


My small attempt...

AnswerRe: Split table Pin
WoutL24-Jun-09 21:55
WoutL24-Jun-09 21:55 
GeneralRe: Split table Pin
sujithkumarsl24-Jun-09 22:01
sujithkumarsl24-Jun-09 22:01 
GeneralRe: Split table Pin
J4amieC25-Jun-09 0:26
J4amieC25-Jun-09 0:26 
GeneralRe: Split table Pin
sujithkumarsl25-Jun-09 0:30
sujithkumarsl25-Jun-09 0:30 
GeneralRe: Split table Pin
Mycroft Holmes25-Jun-09 0:54
professionalMycroft Holmes25-Jun-09 0:54 
GeneralRe: Split table Pin
sujithkumarsl25-Jun-09 1:15
sujithkumarsl25-Jun-09 1:15 
QuestionSQL Profiler for Oracle? Pin
devvvy24-Jun-09 20:43
devvvy24-Jun-09 20:43 
AnswerRe: SQL Profiler for Oracle? Pin
r a m e s h25-Jun-09 0:25
r a m e s h25-Jun-09 0:25 
AnswerQuest tools Pin
David Mujica25-Jun-09 2:52
David Mujica25-Jun-09 2:52 
GeneralRe: Quest tools Pin
devvvy25-Jun-09 4:15
devvvy25-Jun-09 4:15 
GeneralQuery for finding high read SQL statements Pin
David Mujica25-Jun-09 4:34
David Mujica25-Jun-09 4:34 
GeneralRe: Query for finding high read SQL statements Pin
devvvy25-Jun-09 4:35
devvvy25-Jun-09 4:35 
Questionhow to check duplicate Id record in table: Pin
LTMKH24-Jun-09 19:15
LTMKH24-Jun-09 19:15 
AnswerRe: how to check duplicate Id record in table: Pin
Mycroft Holmes24-Jun-09 19:28
professionalMycroft Holmes24-Jun-09 19:28 
GeneralRe: how to check duplicate Id record in table: Pin
WoutL24-Jun-09 20:19
WoutL24-Jun-09 20:19 
GeneralRe: how to check duplicate Id record in table: Pin
Mycroft Holmes24-Jun-09 20:37
professionalMycroft Holmes24-Jun-09 20:37 
GeneralRe: how to check duplicate Id record in table: Pin
LTMKH30-Jun-09 15:08
LTMKH30-Jun-09 15:08 

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.