Run a couple fast queries and save the results as csv comma delimited.
Right click the results of each and save as to save it. Select csv format i mentioned above then import that for shStudio.
Code:
USE PS_GameDefs SELECT * FROM dbo.Mobs
Code:
USE PS_GameDefs SELECT * FROM dbo.MobItems