Given: def save(f: => Any)(run:Boolean) { if (run) { println(\"running f\"); f } else println(\"not running f\") }
im trying to transfer my database from local machine to server, im using the publish to provider wizard in visual web developer to generate a scrip, im then using the generated script on the serever d