Click here to Skip to main content
15,892,674 members
Home / Discussions / Database
   

Database

 
AnswerRe: sql function to calculate work hours of an employee Pin
thatraja24-Jun-10 23:56
professionalthatraja24-Jun-10 23:56 
QuestionQuery to get all row values as comma separated Pin
indian14324-Jun-10 9:14
indian14324-Jun-10 9:14 
AnswerRe: Query to get all row values as comma separated Pin
Mycroft Holmes24-Jun-10 11:55
professionalMycroft Holmes24-Jun-10 11:55 
QuestionHow to avoid specification of return parameters in an inline table function Pin
jophinmichael24-Jun-10 3:05
jophinmichael24-Jun-10 3:05 
QuestionLogin Fail for user 'XYZ' Pin
Sasmi_Office24-Jun-10 2:19
Sasmi_Office24-Jun-10 2:19 
QuestionRe: Login Fail for user 'XYZ' Pin
Chris Meech24-Jun-10 2:53
Chris Meech24-Jun-10 2:53 
AnswerRe: Login Fail for user 'XYZ' Pin
Sasmi_Office24-Jun-10 4:38
Sasmi_Office24-Jun-10 4:38 
GeneralRe: Login Fail for user 'XYZ' Pin
Chris Meech24-Jun-10 4:46
Chris Meech24-Jun-10 4:46 
I suspect that it works when you are logged in to DB2 as 'sa', because it attempts to use those same credentials on DB1, it will work since 'sa' also exists in DB1 with the same password. When you login to DB2 with 'XYZ', the same login will be attempted on DB1 and since 'XYZ' doesn't exist on DB1, the login fails. The quick and dirty solution is to replicate the userid on DB1 and I suspect that will allow the link to work. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

Questionsql function to calculate work hours Pin
Athira.G.Krishnan24-Jun-10 2:11
Athira.G.Krishnan24-Jun-10 2:11 
AnswerRe: sql function to calculate work hours Pin
Scubapro24-Jun-10 4:18
Scubapro24-Jun-10 4:18 
AnswerRe: sql function to calculate work hours Pin
David Mujica24-Jun-10 6:16
David Mujica24-Jun-10 6:16 
GeneralRe: sql function to calculate work hours Pin
CitrusTech24-Jun-10 21:01
CitrusTech24-Jun-10 21:01 
QuestionGroup By 30 Minutes Pin
It_tech23-Jun-10 23:42
It_tech23-Jun-10 23:42 
AnswerRe: Group By 30 Minutes Pin
Mycroft Holmes24-Jun-10 1:04
professionalMycroft Holmes24-Jun-10 1:04 
GeneralRe: Group By 30 Minutes Pin
It_tech24-Jun-10 2:59
It_tech24-Jun-10 2:59 
AnswerRe: Group By 30 Minutes Pin
J4amieC24-Jun-10 3:31
J4amieC24-Jun-10 3:31 
GeneralRe: Group By 30 Minutes Pin
It_tech24-Jun-10 3:56
It_tech24-Jun-10 3:56 
GeneralRe: Group By 30 Minutes Pin
J4amieC24-Jun-10 6:15
J4amieC24-Jun-10 6:15 
GeneralRe: Group By 30 Minutes Pin
It_tech24-Jun-10 6:20
It_tech24-Jun-10 6:20 
GeneralRe: Group By 30 Minutes Pin
Mycroft Holmes24-Jun-10 11:49
professionalMycroft Holmes24-Jun-10 11:49 
GeneralRe: Group By 30 Minutes Pin
It_tech25-Jun-10 0:50
It_tech25-Jun-10 0:50 
QuestionTrigger Issue Pin
Elizma23-Jun-10 23:08
Elizma23-Jun-10 23:08 
AnswerRe: Trigger Issue Pin
Mycroft Holmes24-Jun-10 1:09
professionalMycroft Holmes24-Jun-10 1:09 
QuestionHow to deny accessing from OleDb Provider when Excel is opening? Pin
[N][Q][H]23-Jun-10 16:35
[N][Q][H]23-Jun-10 16:35 
AnswerRe: How to deny accessing from OleDb Provider when Excel is opening? Pin
Mycroft Holmes23-Jun-10 17:25
professionalMycroft Holmes23-Jun-10 17: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.