public class sun { static long king = 4711; [Microsoft.SqlServer.Server.SqlFunction] public static long sunking() { king++; return (king); } };