Use statement doesn't work in Synapse serverless
This sequence of statements doesn't work, after the USE statement, the context is still on master database, anything we execute will be on master.
Create Database NYTaxi2
GO
use NYTaxi2
GO
1
vote

This is a known issue, will be resolved soon.