Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find a schema on function
Message
 
 
To
02/06/2008 08:09:21
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01320930
Message ID:
01320933
Views:
10
What are you trying to do?

>
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform