I have the follow script to create the table autolife.log:
CREATE TABLE `log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `idpoint` int(11) NOT NULL, `valu
cool question. What about
USE GO
clause before executing script?
Normally all SP, tables have those 2 lines before execution