Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I'd like to know if it is possible to create a SQL table in a lakehouse (no warehouse) and inserting some rows as a insert t-sql statement.
F.e. I could want to create a table having code and description columns to feed by some established values by an insert statement.
Thanks
Solved! Go to Solution.
Hi @pmscorca so you won't be able to use the SQL Endpoint of the Lakehouse to use T-SQL to modify data as it's read only.
Hiwever you can use Spark SQL in Notebooks to run SQL against the lakehouse and insert/update/delete data
Hi @pmscorca so you won't be able to use the SQL Endpoint of the Lakehouse to use T-SQL to modify data as it's read only.
Hiwever you can use Spark SQL in Notebooks to run SQL against the lakehouse and insert/update/delete data
Hi @pmscorca
Glad that you query got resolved.
Please continue using Fabric Community for further queries.
Thanks.