This package makes it easier to execute sqlcmd scripts from node.js. It will use an mssql url string as a connection string. The path should be /INSTANCENAME ...
Help! This is really strange, as it seems correct to me. Code: Dim PKID As Guid = Membership.GetUser(User.Identity.Name).ProviderUserKey sqlCmd.Parameters.AddWithValue("@PKID", PKID) ...