Click here to Skip to main content
15,915,864 members
Home / Discussions / Database
   

Database

 
AnswerRe: Enhance this query Pin
Wendelius10-Sep-08 9:57
mentorWendelius10-Sep-08 9:57 
GeneralRe: Enhance this query Pin
DrukenProgrammer12-Sep-08 23:52
DrukenProgrammer12-Sep-08 23:52 
AnswerRe: Enhance this query Pin
Blue_Boy10-Sep-08 10:02
Blue_Boy10-Sep-08 10:02 
AnswerRe: Enhance this query Pin
nelsonpaixao10-Sep-08 13:15
nelsonpaixao10-Sep-08 13:15 
QuestionImporting fixed length file to SQL server Pin
geekfromindia10-Sep-08 7:26
geekfromindia10-Sep-08 7:26 
AnswerRe: Importing fixed length file to SQL server Pin
Wendelius10-Sep-08 8:06
mentorWendelius10-Sep-08 8:06 
Questionhow to count multiselected queries Pin
harcaype10-Sep-08 5:45
harcaype10-Sep-08 5:45 
AnswerRe: how to count multiselected queries Pin
Blue_Boy10-Sep-08 6:31
Blue_Boy10-Sep-08 6:31 
SELECT table_1.column1,<br />
(select count(*) from table1 as t1 where t1.col = table_1.col) as CountTable1,<br />
<br />
table_2.column4,<br />
(select count(*) from table2 as t2 where t2.col = table_2.col) as CountTable2,<br />
<br />
table_3.column7<br />
(select count(*) from table3 as t3 where t3.col = table_3.col)  as CountTable3<br />
<br />
 FROM table_1,table_2,table_3 WHERE condition



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


AnswerRe: how to count multiselected queries Pin
harcaype11-Sep-08 0:32
harcaype11-Sep-08 0:32 
GeneralRe: how to count multiselected queries Pin
Blue_Boy11-Sep-08 1:58
Blue_Boy11-Sep-08 1:58 
QuestionProblems with installing SQL Server 2008 Pin
makumazan8410-Sep-08 3:55
makumazan8410-Sep-08 3:55 
AnswerRe: Problems with installing SQL Server 2008 Pin
Wendelius10-Sep-08 8:14
mentorWendelius10-Sep-08 8:14 
Questionautomated mail Pin
vjvjvjvj10-Sep-08 3:49
vjvjvjvj10-Sep-08 3:49 
AnswerRe: automated mail Pin
Tim Carmichael10-Sep-08 6:46
Tim Carmichael10-Sep-08 6:46 
GeneralRe: automated mail Pin
Wendelius10-Sep-08 10:26
mentorWendelius10-Sep-08 10:26 
QuestionThread problem in multithreaded database applications Pin
ahmeday10-Sep-08 3:26
ahmeday10-Sep-08 3:26 
AnswerRe: Thread problem in multithreaded database applications Pin
Ashfield10-Sep-08 3:39
Ashfield10-Sep-08 3:39 
GeneralRe: Thread problem in multithreaded database applications Pin
ahmeday10-Sep-08 21:36
ahmeday10-Sep-08 21:36 
GeneralRe: Thread problem in multithreaded database applications Pin
Ashfield11-Sep-08 8:40
Ashfield11-Sep-08 8:40 
GeneralRe: Thread problem in multithreaded database applications Pin
ahmeday11-Sep-08 20:54
ahmeday11-Sep-08 20:54 
Questionsql problrm Pin
mahmoudinirat10-Sep-08 2:11
mahmoudinirat10-Sep-08 2:11 
AnswerRe: sql problrm Pin
Ashfield10-Sep-08 3:21
Ashfield10-Sep-08 3:21 
GeneralRe: sql problrm Pin
mahmoudinirat10-Sep-08 20:49
mahmoudinirat10-Sep-08 20:49 
GeneralRe: sql problrm Pin
Ashfield11-Sep-08 9:07
Ashfield11-Sep-08 9:07 
AnswerRe: sql problrm Pin
shubhi10-Sep-08 22:21
shubhi10-Sep-08 22:21 

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.