If I try to execute just a part of the code the result is "Command completed successfully"
ALTER TABLE [tsysassetlinks] NOCHECK CONSTRAINT ALL
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('Hewlett-Packard','http://search.hp.com/query.html?cc=us&lang=en&qt={model}')
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('HP','http://search.hp.com/query.html?cc=us&lang=en&qt={model}')
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('IBM','http://www-307.ibm.com/pc/support/site.wss/quickPath.do?sitestyle=lenovo&quickPathEntry={model}')
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('Compaq','http://search.hp.com/query.html?cc=us&lang=en&qt={model}')
ALTER TABLE [tsysassetlinks] CHECK CONSTRAINT ALL
GO