Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Table in a SQL Server DatabaseContent of Create a Table in a SQL Server Database.vbsMD5 Hash: CD49E0D0E4D84EF71816FEF612182AAE |
||
strComputer = "atl-sql-01"
Set objConnection = CreateObject("ADODB.Connection") objConnection.Open _ "Provider=SQLOLEDB;Data Source=" & strComputer & ";" & _ "Trusted_Connection=Yes;Initial Catalog=Master" objConnection.Execute "CREATE TABLE TestTable (UserName TEXT,TotalAmount INTEGER)" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |