Knowledge.ToString()

Month: December 2008

  • Change Database Name in SQL Server

    SQL Server Enterprise Manager does not let you change your database name once you create it. If you want to change your database name, you may have to manually run the following script to change it. First of all you have to login to SQL Server using osql command line utility. Once you are in,…

    |

  • ADODB Command.Execute Does Not Return Error for RAISERROR

    Description I was executing a stored proc which would halt its execution using RAISERROR. When I tried to run the stored proc in Query Analyzer it worked fine and gave me error but in VBA it couldn’t halt the execution and continued to the next statement.

    |