Click here to Skip to main content
15,891,184 members
Home / Discussions / Database
   

Database

 
GeneralRe: Missing table in SQL Server Pin
Marek Grzenkowicz23-Apr-08 1:27
Marek Grzenkowicz23-Apr-08 1:27 
AnswerRe: Missing table in SQL Server Pin
blakey40423-Apr-08 1:55
blakey40423-Apr-08 1:55 
GeneralConnectivity with SQl database Pin
Sankalp Verma22-Apr-08 22:56
Sankalp Verma22-Apr-08 22:56 
GeneralRe: Connectivity with SQl database Pin
Marek Grzenkowicz22-Apr-08 23:37
Marek Grzenkowicz22-Apr-08 23:37 
GeneralRe: Connectivity with SQl database Pin
Broken Bokken24-Apr-08 3:01
Broken Bokken24-Apr-08 3:01 
Generaltable-value function from ADO Pin
Green Fuze22-Apr-08 22:39
Green Fuze22-Apr-08 22:39 
AnswerRe: table-value function from ADO [modified] Pin
andyharman23-Apr-08 23:19
professionalandyharman23-Apr-08 23:19 
GeneralRe: table-value function from ADO Pin
Mark J. Miller24-Apr-08 10:17
Mark J. Miller24-Apr-08 10:17 
Are you getting an error of some sort? I can't say I can help with the C++ part, but your query probably won't even work in QueryAnalyzer from the looks of it. UDFs and TVFs must be schema-qualified, like this:

SELECT * FROM dbo.get_user(1)

So what you're missing is "dbo."

I hope that helps.

Mark's blog: developMENTALmadness.blogspot.com

Funniest variable name:
lLongDong - spotted in legacy code, was used to determine how long a beep should be.
- Dave Bacher

GeneralSlow running Insert/Update query for a specific db Pin
Maira K22-Apr-08 19:32
Maira K22-Apr-08 19:32 
GeneralRe: Slow running Insert/Update query for a specific db Pin
Ashfield22-Apr-08 21:21
Ashfield22-Apr-08 21:21 
GeneralRe: Slow running Insert/Update query for a specific db Pin
Maira K22-Apr-08 22:38
Maira K22-Apr-08 22:38 
GeneralRe: Slow running Insert/Update query for a specific db Pin
Ashfield23-Apr-08 2:21
Ashfield23-Apr-08 2:21 
GeneralInput string was not in a correct format Pin
chaitanya_dec2422-Apr-08 18:57
chaitanya_dec2422-Apr-08 18:57 
GeneralRe: Input string was not in a correct format Pin
Colin Angus Mackay22-Apr-08 23:42
Colin Angus Mackay22-Apr-08 23:42 
GeneralDatabase design problem Pin
snouto22-Apr-08 18:35
snouto22-Apr-08 18:35 
Questionlinked server on mysql replication?? Pin
Talsaniya Jayesh22-Apr-08 11:50
professionalTalsaniya Jayesh22-Apr-08 11:50 
AnswerRe: linked server on mysql replication?? Pin
leckey22-Apr-08 16:28
leckey22-Apr-08 16:28 
QuestionLINQ making SQL calls to an Oracle Sun Server. Pin
Steve Holdorf22-Apr-08 11:07
Steve Holdorf22-Apr-08 11:07 
GeneralRe: LINQ making SQL calls to an Oracle Sun Server. Pin
Colin Angus Mackay22-Apr-08 23:44
Colin Angus Mackay22-Apr-08 23:44 
GeneralDefault values in microsoft Sql Server Pin
Neophyte3022-Apr-08 5:25
Neophyte3022-Apr-08 5:25 
GeneralRe: Default values in microsoft Sql Server Pin
SimulationofSai22-Apr-08 7:26
SimulationofSai22-Apr-08 7:26 
GeneralRe: Default values in microsoft Sql Server Pin
Neophyte3022-Apr-08 23:22
Neophyte3022-Apr-08 23:22 
GeneralRe: Default values in microsoft Sql Server Pin
sonia.sardana23-Apr-08 23:38
sonia.sardana23-Apr-08 23:38 
GeneralSQL EXPRESS REPLICATION Pin
briogene22-Apr-08 3:19
briogene22-Apr-08 3:19 
Questionchange date from mm/dd/yyyy to ddmmmyy Pin
tlisom22-Apr-08 2:23
tlisom22-Apr-08 2:23 

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.