![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Table in a SQL Server Database
|
||
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 :: |