Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find a schema on function
Message
From
02/06/2008 08:09:21
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Find a schema on function
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01320930
Message ID:
01320930
Views:
77
hi,

i want to get the schema for a file on a function, I use to have this on other SP as following:-

DECLARE @RESULT VARCHAR(100);SET @RESULT=''
DECLARE @mpq int;SET @mpq=0
DECLARE @FILENAME VARCHAR(40);SET @FILENAME='parm'
SELECT @RESULT =SCHEMA_NAME((SELECT SCHEMA_ID FROM SYS.TABLES WHERE NAME=@FILENAME)+'.'
SELECT @MPQ = SELECT MPQ FROM @RESULT + 'PARM'

Thanks for any help.



Best Regards
Next
Reply
Map
View

Click here to load this message in the networking platform