Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

60 Days of Data Days! Live and on-demand sessions, challenges, study groups and more! And it's all FREE!. Join now. Learn more

Reply
selsoft1907
New Member

Generate some views create script

I have a Fabric Data Warehouse. I want to export some views create script into a SQL file. Basically generate script operation. Is it possible ? 
This type of scripts is not working:
SELECT
s.name AS schema_name,
v.name AS view_name,
m.definition
FROM sys.views v
INNER JOIN sys.sql_modules m ON v.object_id = m.object_id
INNER JOIN sys.schemas s ON v.schema_id = s.schema_id
where v.name like '%TEST'
ORDER BY s.name, v.name;

2 ACCEPTED SOLUTIONS
smeetsh
Continued Contributor
Continued Contributor

I ran the script (without the where and order by clause) and that works just fine in SSMS and the fabric UI.

 

The '%TEST' may be invalid. Try running it without the where and see what the results are? PS Keep in mind it is case sensitive.

smeetsh_0-1753159188604.png

 

What is it exactly what you are trying to achieve?

 

Cheers

Hans

Cheers

Hans

(If my solution was usefull, please give it a kudo, and mark it as a solution)

View solution in original post

v-dineshya
Community Support
Community Support

Hi @selsoft1907 ,

Thank you for reaching out to the Microsoft Community Forum.

 

Hi @smeetsh  Thank you for your prompt response.

 

Hi @selsoft1907 , As mentioned by @smeetsh , please provide more details about your issue and what you are trying to achieve.

 

Regards,

Dinesh

View solution in original post

3 REPLIES 3
v-dineshya
Community Support
Community Support

Hi @selsoft1907 ,

Thank you for reaching out to the Microsoft Community Forum.

 

Hi @smeetsh  Thank you for your prompt response.

 

Hi @selsoft1907 , As mentioned by @smeetsh , please provide more details about your issue and what you are trying to achieve.

 

Regards,

Dinesh

smeetsh
Continued Contributor
Continued Contributor

I ran the script (without the where and order by clause) and that works just fine in SSMS and the fabric UI.

 

The '%TEST' may be invalid. Try running it without the where and see what the results are? PS Keep in mind it is case sensitive.

smeetsh_0-1753159188604.png

 

What is it exactly what you are trying to achieve?

 

Cheers

Hans

Cheers

Hans

(If my solution was usefull, please give it a kudo, and mark it as a solution)

I fix the issue. The reason behind ssms. When I run this script it return space for view definition column. However when I run under fabric portal it returns data. Maybe reason is permissions.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.