Click here to Skip to main content
15,909,503 members
Home / Discussions / Database
   

Database

 
GeneralRe: Performance Question about SQL 2005 Pin
Aman Bhullar23-Jan-09 2:37
Aman Bhullar23-Jan-09 2:37 
GeneralRe: Performance Question about SQL 2005 Pin
Ennis Ray Lynch, Jr.23-Jan-09 3:07
Ennis Ray Lynch, Jr.23-Jan-09 3:07 
GeneralRe: Performance Question about SQL 2005 Pin
Wendelius23-Jan-09 3:29
mentorWendelius23-Jan-09 3:29 
GeneralRe: Performance Question about SQL 2005 Pin
felopater23-Jan-09 9:46
felopater23-Jan-09 9:46 
GeneralRe: Performance Question about SQL 2005 Pin
Wendelius23-Jan-09 9:48
mentorWendelius23-Jan-09 9:48 
QuestionLinked-Server SQL Server 2000 Pin
Indra PR22-Jan-09 20:57
Indra PR22-Jan-09 20:57 
AnswerRe: Linked-Server SQL Server 2000 Pin
Wendelius22-Jan-09 21:34
mentorWendelius22-Jan-09 21:34 
GeneralRe: Linked-Server SQL Server 2000 Pin
Indra PR22-Jan-09 21:56
Indra PR22-Jan-09 21:56 
Mika Wendelius wrote:
especially multi database joins are often problematic


I've read something about this before, it is said that the performance will be better if we create a temporary table from the table in other database first. Then we join the temporary table with the 2nd table. Is that right?


Mika Wendelius wrote:
Linked server is intended for this. Of course there are other techniques such as replication etc, but the data is not typically up to date in those scenarios or you cannot update the data on the other end (stand-by solution etc)


If it so, then it is right for me to use linked-server, and I don't have any other choice of this, the only way is to optimize the query. Isn't it? Correct me if I'm wrong. Wink | ;)

- No Signature Available -

GeneralRe: Linked-Server SQL Server 2000 Pin
Wendelius22-Jan-09 22:17
mentorWendelius22-Jan-09 22:17 
QuestionProblems with SQL Server 2000 connection Pin
Indra PR22-Jan-09 20:52
Indra PR22-Jan-09 20:52 
AnswerRe: Problems with SQL Server 2000 connection Pin
Wendelius22-Jan-09 20:57
mentorWendelius22-Jan-09 20:57 
GeneralRe: Problems with SQL Server 2000 connection Pin
Indra PR22-Jan-09 21:06
Indra PR22-Jan-09 21:06 
GeneralRe: Problems with SQL Server 2000 connection Pin
Wendelius22-Jan-09 21:24
mentorWendelius22-Jan-09 21:24 
AnswerRe: Problems with SQL Server 2000 connection Pin
Aman Bhullar22-Jan-09 21:17
Aman Bhullar22-Jan-09 21:17 
GeneralRe: Problems with SQL Server 2000 connection Pin
Indra PR22-Jan-09 21:40
Indra PR22-Jan-09 21:40 
GeneralRe: Problems with SQL Server 2000 connection Pin
Aman Bhullar23-Jan-09 2:27
Aman Bhullar23-Jan-09 2:27 
GeneralRe: Problems with SQL Server 2000 connection Pin
Indra PR23-Jan-09 19:30
Indra PR23-Jan-09 19:30 
Questionactually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
anujanujanuj22-Jan-09 17:52
anujanujanuj22-Jan-09 17:52 
AnswerRe: actually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
Wendelius22-Jan-09 18:12
mentorWendelius22-Jan-09 18:12 
QuestionT-Sql programming in Sql server 2005 Pin
maheesh22-Jan-09 17:33
maheesh22-Jan-09 17:33 
AnswerRe: T-Sql programming in Sql server 2005 Pin
Wendelius22-Jan-09 18:14
mentorWendelius22-Jan-09 18:14 
QuestionTransfer the data from xls sheet to sqlserver using SSIS Pin
bruze22-Jan-09 3:20
bruze22-Jan-09 3:20 
AnswerRe: Transfer the data from xls sheet to sqlserver using SSIS Pin
Wendelius22-Jan-09 3:30
mentorWendelius22-Jan-09 3:30 
AnswerRe: Transfer the data from xls sheet to sqlserver using SSIS Pin
Jon_Boy22-Jan-09 3:56
Jon_Boy22-Jan-09 3:56 
QuestionHow do I Backup all the Databases on Server 1 and Append Restore the Backup on Server 2 so it gets all the changes in the First Server, I will do this with 7 Servers in Progression so they Loop Every 15 Minutes. Pin
BobClarkSQL22-Jan-09 3:15
BobClarkSQL22-Jan-09 3:15 

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.