Click here to Skip to main content
15,905,233 members
Home / Discussions / Database
   

Database

 
AnswerRe: where can i find the northwind sql script Pin
cyber-drugs5-Nov-08 0:12
cyber-drugs5-Nov-08 0:12 
GeneralRe: where can i find the northwind sql script Pin
prasadbuddhika5-Nov-08 0:34
prasadbuddhika5-Nov-08 0:34 
GeneralRe: where can i find the northwind sql script Pin
cyber-drugs5-Nov-08 0:41
cyber-drugs5-Nov-08 0:41 
AnswerRe: where can i find the northwind sql script Pin
Wendelius5-Nov-08 10:38
mentorWendelius5-Nov-08 10:38 
QuestionFiltering Query results Pin
Andy_L_J4-Nov-08 23:28
Andy_L_J4-Nov-08 23:28 
AnswerRe: Filtering Query results Pin
J4amieC5-Nov-08 0:57
J4amieC5-Nov-08 0:57 
GeneralRe: Filtering Query results Pin
Andy_L_J5-Nov-08 1:36
Andy_L_J5-Nov-08 1:36 
QuestionError while executing Query Pin
praveenkumar_k4-Nov-08 20:50
praveenkumar_k4-Nov-08 20:50 
All,

I have created LinkedServer and try to run a query. it is throwing error like

"
OLE DB provider "SQLNCLI" for linked server "SRCSVR" returned message "Login timeout expired".
OLE DB provider "SQLNCLI" for linked server "SRCSVR" returned message "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.".
Msg 53, Level 16, State 1, Line 0
Named Pipes Provider: Could not open a connection to SQL Server [53].
"

My SP_AddLinedServer is
"
exec sp_addlinkedserver
@server='SRCSVR',
@srvproduct= '',
@provider='SQLOLEDB',
@datasrc='SERVER=MyServer;UID=user;PWD=pass'
"



I tried to execute this Query

select Name from SRCSVR.DBNAme.dbo.TableName


I have enabled
Firewall
tcp/ip
Named Pipes


But still it comes.
Please let me help to overcome this problem.

Thanks
Praveen Kuamr K
AnswerRe: Error while executing Query Pin
Wendelius5-Nov-08 10:43
mentorWendelius5-Nov-08 10:43 
Questionconnection string Pin
LiYS4-Nov-08 19:15
LiYS4-Nov-08 19:15 
AnswerRe: connection string Pin
Giorgi Dalakishvili4-Nov-08 20:05
mentorGiorgi Dalakishvili4-Nov-08 20:05 
GeneralRe: connection string Pin
LiYS4-Nov-08 20:18
LiYS4-Nov-08 20:18 
GeneralRe: connection string Pin
Giorgi Dalakishvili4-Nov-08 20:25
mentorGiorgi Dalakishvili4-Nov-08 20:25 
Questionget difference between two double precision columns Pin
kani984-Nov-08 12:36
kani984-Nov-08 12:36 
AnswerRe: get difference between two double precision columns Pin
Blue_Boy4-Nov-08 14:26
Blue_Boy4-Nov-08 14:26 
GeneralRe: get difference between two double precision columns Pin
kani984-Nov-08 17:52
kani984-Nov-08 17:52 
AnswerRe: get difference between two double precision columns Pin
Wendelius4-Nov-08 18:13
mentorWendelius4-Nov-08 18:13 
Questioncorrelated subselect Pin
Smithers-Jones4-Nov-08 0:30
Smithers-Jones4-Nov-08 0:30 
AnswerRe: correlated subselect [modified] Pin
Wendelius4-Nov-08 4:58
mentorWendelius4-Nov-08 4:58 
GeneralRe: correlated subselect Pin
Smithers-Jones4-Nov-08 8:07
Smithers-Jones4-Nov-08 8:07 
GeneralRe: correlated subselect Pin
Wendelius4-Nov-08 8:23
mentorWendelius4-Nov-08 8:23 
AnswerRe: correlated subselect Pin
Blue_Boy4-Nov-08 6:10
Blue_Boy4-Nov-08 6:10 
GeneralRe: correlated subselect Pin
Smithers-Jones4-Nov-08 9:24
Smithers-Jones4-Nov-08 9:24 
AnswerRe: correlated subselect Pin
SomeGuyThatIsMe4-Nov-08 7:28
SomeGuyThatIsMe4-Nov-08 7:28 
GeneralRe: correlated subselect Pin
Smithers-Jones4-Nov-08 8:25
Smithers-Jones4-Nov-08 8:25 

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.