Init initializes the default SQLServer connection.
It checks if SQLServer is enabled and selected as the default database.
If the connection is successful, it initializes the database and returns nil.
New creates and returns a new SQLServer database connection with the given configuration.
Returns (*gorm.DB, error) where error is non-nil if the connection fails.