Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
GeneralRe: INLINE FUNCTION Pin
Mycroft Holmes3-Jun-10 14:20
professionalMycroft Holmes3-Jun-10 14:20 
GeneralRe: INLINE FUNCTION Pin
J4amieC3-Jun-10 21:30
J4amieC3-Jun-10 21:30 
GeneralRe: INLINE FUNCTION Pin
It_tech3-Jun-10 23:45
It_tech3-Jun-10 23:45 
GeneralRe: INLINE FUNCTION Pin
J4amieC4-Jun-10 0:02
J4amieC4-Jun-10 0:02 
GeneralRe: INLINE FUNCTION Pin
It_tech4-Jun-10 0:35
It_tech4-Jun-10 0:35 
GeneralRe: INLINE FUNCTION Pin
J4amieC4-Jun-10 0:57
J4amieC4-Jun-10 0:57 
GeneralRe: INLINE FUNCTION Pin
Eddy Vluggen4-Jun-10 1:48
professionalEddy Vluggen4-Jun-10 1:48 
GeneralRe: INLINE FUNCTION Pin
It_tech4-Jun-10 2:51
It_tech4-Jun-10 2:51 
Many thanks for your help.

I have the following Error :

Msg 7403, Level 16, State 1, Line 2
The OLE DB provider "PC-NAME\SqlDev" has not been registered.



Here is how i changed it on my Development :

sp_configure 'Show Advanced Options', 1
GO
RECONFIGURE
GO
sp_configure 'Ad Hoc Distributed Queries', 1
GO
RECONFIGURE
GO

SELECT *
INTO #MyTempTable
FROM OPENROWSET(
'Kibrom\SqlDev',
'Server=(local);Trusted_Connection=yes;',
'Exec [dbo].[C_WEB_sp_RevenueAchievedByShow] 1,2'
)
GeneralRe: INLINE FUNCTION [modified] Pin
Eddy Vluggen4-Jun-10 3:27
professionalEddy Vluggen4-Jun-10 3:27 
QuestionSQL QUERY PROBLEM.. Pin
mjawadkhatri2-Jun-10 23:41
mjawadkhatri2-Jun-10 23:41 
AnswerRe: SQL QUERY PROBLEM.. Pin
Eddy Vluggen2-Jun-10 23:59
professionalEddy Vluggen2-Jun-10 23:59 
GeneralRe: SQL QUERY PROBLEM.. Pin
mjawadkhatri3-Jun-10 0:10
mjawadkhatri3-Jun-10 0:10 
GeneralRe: SQL QUERY PROBLEM.. Pin
Eddy Vluggen3-Jun-10 0:39
professionalEddy Vluggen3-Jun-10 0:39 
GeneralRe: SQL QUERY PROBLEM.. Pin
Tim Carmichael3-Jun-10 2:38
Tim Carmichael3-Jun-10 2:38 
GeneralRe: SQL QUERY PROBLEM.. Pin
Luc Pattyn3-Jun-10 3:25
sitebuilderLuc Pattyn3-Jun-10 3:25 
GeneralRe: SQL QUERY PROBLEM.. Pin
Tom Deketelaere3-Jun-10 4:38
professionalTom Deketelaere3-Jun-10 4:38 
GeneralRe: SQL QUERY PROBLEM.. Pin
Luc Pattyn3-Jun-10 4:42
sitebuilderLuc Pattyn3-Jun-10 4:42 
GeneralRe: SQL QUERY PROBLEM.. Pin
Tom Deketelaere3-Jun-10 4:45
professionalTom Deketelaere3-Jun-10 4:45 
GeneralRe: SQL QUERY PROBLEM.. Pin
Eddy Vluggen3-Jun-10 5:24
professionalEddy Vluggen3-Jun-10 5:24 
AnswerRe: SQL QUERY PROBLEM.. Pin
Aman786Singh3-Jun-10 0:09
Aman786Singh3-Jun-10 0:09 
GeneralRe: SQL QUERY PROBLEM.. Pin
mjawadkhatri3-Jun-10 0:20
mjawadkhatri3-Jun-10 0:20 
GeneralRe: SQL QUERY PROBLEM.. Pin
Tom Deketelaere3-Jun-10 2:59
professionalTom Deketelaere3-Jun-10 2:59 
GeneralRe: SQL QUERY PROBLEM.. Pin
Not Active3-Jun-10 3:07
mentorNot Active3-Jun-10 3:07 
GeneralRe: SQL QUERY PROBLEM.. Pin
i.j.russell3-Jun-10 3:31
i.j.russell3-Jun-10 3:31 
GeneralRe: SQL QUERY PROBLEM.. Pin
Not Active3-Jun-10 3:46
mentorNot Active3-Jun-10 3:46 

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.