Softlogger
Categories

Handling "GO" Separators in SQL Scripts - the easy way


If you've ever had to execute one or more SQL scripts from ADO.NET, you've likely run into the GO batch terminator issue. Any SQL script that does anything worthwhile has more than one batch, separated by a GO terminator. The problem is that "GO" isn't valid T-SQL, it's just a command

Filed under: Database,SQL  |    On : 2006 Nov 07  |  From: JonGalloway.ToString()   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003