I am trying to use a stored procedure to set a new default. If I execute "CREATE DEFAULT dftMyDefault AS '0'" in Quuery Analyzer, it runs fine. But if I use the same syntax in stored procedure, I get the error message saying the syntax was incorrect. Any suggestions? Thanks.