Click here to Skip to main content
15,912,756 members
Home / Discussions / Database
   

Database

 
AnswerRe: Stored Procedure Pin
Private_Void13-Dec-06 11:58
Private_Void13-Dec-06 11:58 
GeneralRe: Stored Procedure Pin
tommypa7514-Dec-06 9:43
tommypa7514-Dec-06 9:43 
QuestionMS-SQL Stored Procedures returning both parameters and recordset Pin
Leo Smith13-Dec-06 8:38
Leo Smith13-Dec-06 8:38 
AnswerRe: MS-SQL Stored Procedures returning both parameters and recordset Pin
Pete O'Hanlon14-Dec-06 0:38
mvePete O'Hanlon14-Dec-06 0:38 
GeneralRe: MS-SQL Stored Procedures returning both parameters and recordset Pin
Leo Smith14-Dec-06 12:33
Leo Smith14-Dec-06 12:33 
QuestionIntellisense in SSMS available Pin
Steve Schaneville13-Dec-06 6:24
professionalSteve Schaneville13-Dec-06 6:24 
AnswerRe: Intellisense in SSMS available Pin
Pete O'Hanlon14-Dec-06 1:05
mvePete O'Hanlon14-Dec-06 1:05 
QuestionLinked Server and query analyzer [modified] Pin
Tuwing.Sabado13-Dec-06 5:42
Tuwing.Sabado13-Dec-06 5:42 
Is it possible to query the table of a remote data server (MS SQL) in "query analyzer" without using a Linked Server? What are the items that I need to setup/know in order to do that?

For example:


Select
local.*,
Rmt.*
From
LocalServer.LocalDatabase.dbo.Table1 local,
RemoteServer.RemoteDatabase.dbo.Table2 Rmt



NOTE: Query analyzer current server is “Local”








-- modified at 11:52 Wednesday 13th December, 2006
AnswerRe: Linked Server and query analyzer Pin
Andy Brummer13-Dec-06 6:23
sitebuilderAndy Brummer13-Dec-06 6:23 
GeneralRe: Linked Server and query analyzer [modified] Pin
Tuwing.Sabado13-Dec-06 14:52
Tuwing.Sabado13-Dec-06 14:52 
AnswerRe: Linked Server and query analyzer Pin
Frank Kerrigan14-Dec-06 3:36
Frank Kerrigan14-Dec-06 3:36 
Questionwhy using variable in where clauses cause poor performance? Pin
zhangxinghai13-Dec-06 1:08
zhangxinghai13-Dec-06 1:08 
AnswerRe: why using variable in where clauses cause poor performance? Pin
Pete O'Hanlon13-Dec-06 2:06
mvePete O'Hanlon13-Dec-06 2:06 
GeneralRe: why using variable in where clauses cause poor performance? Pin
zhangxinghai13-Dec-06 13:36
zhangxinghai13-Dec-06 13:36 
AnswerRe: why using variable in where clauses cause poor performance? Pin
Colin Angus Mackay13-Dec-06 2:53
Colin Angus Mackay13-Dec-06 2:53 
Questionquery? Pin
Ravi Shankar4312-Dec-06 18:26
Ravi Shankar4312-Dec-06 18:26 
AnswerRe: query? Pin
Colin Angus Mackay12-Dec-06 22:28
Colin Angus Mackay12-Dec-06 22:28 
GeneralRe: query? Pin
Frank Kerrigan13-Dec-06 1:00
Frank Kerrigan13-Dec-06 1:00 
Questionsql query Pin
diya_dev12-Dec-06 18:12
diya_dev12-Dec-06 18:12 
AnswerRe: sql query Pin
Colin Angus Mackay12-Dec-06 22:30
Colin Angus Mackay12-Dec-06 22:30 
GeneralRe: sql query Pin
Frank Kerrigan13-Dec-06 1:01
Frank Kerrigan13-Dec-06 1:01 
GeneralRe: sql query Pin
Colin Angus Mackay13-Dec-06 2:49
Colin Angus Mackay13-Dec-06 2:49 
AnswerRe: sql query Pin
PavanPareta14-Dec-06 17:18
PavanPareta14-Dec-06 17:18 
Questionif not exists for stored procedure query [modified] Pin
steve_rm12-Dec-06 17:21
steve_rm12-Dec-06 17:21 
AnswerRe: if not exists for stored procedure query Pin
Colin Angus Mackay12-Dec-06 22:35
Colin Angus Mackay12-Dec-06 22:35 

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.