Function Table not available in MSSQL

[expired user #7196]'s profile image [expired user #7196] posted 11 years ago in General Permalink
Function scalar detected, but Function table not detected
Pleaseeeee.....
wink

GBU
ansgar's profile image ansgar posted 11 years ago Permalink
What?
[expired user #8309]'s profile image [expired user #8309] posted 10 years ago Permalink
I cannot see Table-valued functions in HeidiSQL for MSSQL. Is there a way to do this that I am missing?
ansgar's profile image ansgar posted 10 years ago Permalink
What is a "table-valued" function? And where in HeidiSQL exactly do you expect these to see?
[expired user #8309]'s profile image [expired user #8309] posted 10 years ago Permalink
Table- valued funcion is a SQL function that is created by the user with a simple SQL statement that returns a SQL select result set. It should appear in the tree on the left along with tables, views, stored procedures.
jfalch's profile image jfalch posted 10 years ago Permalink
please give an example.
[expired user #8268]'s profile image [expired user #8268] posted 10 years ago Permalink
I have the same problem.
[expired user #8309]'s profile image [expired user #8309] posted 10 years ago Permalink
create FUNCTION dbo.test()
RETURNS table
AS
RETURN
SELECT 1 AS RESULT
jfalch's profile image jfalch posted 10 years ago Permalink
what is the version of sql server you are using ? (select @@version)
[expired user #8309]'s profile image [expired user #8309] posted 10 years ago Permalink
Microsoft SQL Server 2008 (SP2) - 10.0.4064.0 (X64)
Feb 25 2011 13:56:11
Copyright (c) 1988-2008 Microsoft Corporation
Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (VM)

Please login to leave a reply, or register at first.