Click here to Skip to main content
15,910,123 members
Home / Discussions / Database
   

Database

 
GeneralRe: Trigger Dates Pin
Tom Wright2-Feb-05 4:39
Tom Wright2-Feb-05 4:39 
GeneralConnecting to the remote Sqlserver instance. Pin
RuchirD31-Jan-05 3:05
RuchirD31-Jan-05 3:05 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
David Salter31-Jan-05 8:54
David Salter31-Jan-05 8:54 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
RuchirD31-Jan-05 16:25
RuchirD31-Jan-05 16:25 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
David Salter1-Feb-05 9:09
David Salter1-Feb-05 9:09 
GeneralRe: Connecting to the remote Sqlserver instance. Pin
RuchirD1-Feb-05 16:23
RuchirD1-Feb-05 16:23 
GeneralJOIN tables in different databases Pin
Just Greeky Creek30-Jan-05 22:27
Just Greeky Creek30-Jan-05 22:27 
GeneralRe: JOIN tables in different databases Pin
Colin Angus Mackay30-Jan-05 23:14
Colin Angus Mackay30-Jan-05 23:14 
You need to UNION the results into one dataset. What you are doing here is putting the rows side-by-side by joining the result set of one with the result set of another.

SELECT column1, column2, column3
FROM mb0001..IntegratedCheckAccounts
UNION
SELECT column1, column2, column3
FROM mb0002..IntegratedCheckAccounts



Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


GeneralRe: JOIN tables in different databases Pin
Just Greeky Creek31-Jan-05 3:54
Just Greeky Creek31-Jan-05 3:54 
GeneralRe: JOIN tables in different databases Pin
Colin Angus Mackay2-Feb-05 3:04
Colin Angus Mackay2-Feb-05 3:04 
GeneralSQL transaction rollback and commit Pin
ppp00130-Jan-05 21:54
ppp00130-Jan-05 21:54 
GeneralRe: SQL transaction rollback and commit Pin
David Salter31-Jan-05 7:28
David Salter31-Jan-05 7:28 
GeneralCrosstab in SQL Server 2000 Pin
ColdWaterBlue30-Jan-05 10:51
ColdWaterBlue30-Jan-05 10:51 
GeneralRe: Crosstab in SQL Server 2000 Pin
Colin Angus Mackay30-Jan-05 12:45
Colin Angus Mackay30-Jan-05 12:45 
GeneralNeed your help on SQL learning. Pin
denniskang200430-Jan-05 7:19
denniskang200430-Jan-05 7:19 
QuestionHandling quote marks in sql? Pin
davebarkshire28-Jan-05 23:52
davebarkshire28-Jan-05 23:52 
AnswerRe: Handling quote marks in sql? Pin
Colin Angus Mackay29-Jan-05 0:04
Colin Angus Mackay29-Jan-05 0:04 
GeneralRe: Handling quote marks in sql? Pin
davebarkshire29-Jan-05 1:18
davebarkshire29-Jan-05 1:18 
GeneralRe: Handling quote marks in sql? Pin
Colin Angus Mackay29-Jan-05 1:35
Colin Angus Mackay29-Jan-05 1:35 
GeneralReading Dataset's DataTable Pin
ZisisGR28-Jan-05 0:22
ZisisGR28-Jan-05 0:22 
GeneralRe: Reading Dataset's DataTable Pin
Colin Angus Mackay28-Jan-05 0:36
Colin Angus Mackay28-Jan-05 0:36 
GeneralRe: Reading Dataset's DataTable Pin
ZisisSim28-Jan-05 3:33
ZisisSim28-Jan-05 3:33 
GeneralConvert SqlDataReader to DataSet Pin
ILoveSing27-Jan-05 22:47
ILoveSing27-Jan-05 22:47 
GeneralRe: Convert SqlDataReader to DataSet Pin
Colin Angus Mackay27-Jan-05 22:51
Colin Angus Mackay27-Jan-05 22:51 
GeneralDetermining the ID of an inserted row Pin
Ahmed Hefny27-Jan-05 21:26
Ahmed Hefny27-Jan-05 21:26 

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.