User contributions
From IronPython Cookbook
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
- 09:59, 20 June 2007 (hist) (diff) m Using SMO to manage a MS SQL Database (top)
- 10:14, 17 June 2007 (hist) (diff) m Using SMO to manage a MS SQL Database (→Backup a Database)
- 10:12, 17 June 2007 (hist) (diff) Contents (→Databases)
- 10:12, 17 June 2007 (hist) (diff) N Using SMO to manage a MS SQL Database (New page: == Using SMO == To use SMO (SQL Managment Objects) you will need to have the SQL Server Management Studio installed locally. The file you must have is Microsoft.SqlServer.Smo.dll, with on...)
- 09:01, 17 June 2007 (hist) (diff) m Contents (→Databases)
- 08:59, 17 June 2007 (hist) (diff) Contents (→Databases)
- 08:55, 17 June 2007 (hist) (diff) m Contents (→Adding Entries)
- 13:58, 1 June 2007 (hist) (diff) N User:Iain (New page: Hi there, I work for the wonderful New Zealand ISP [http://OneSquared.net OneSquared.net] as a Server Admin where I'm using IronPython to automate server/service provisioning and other suc...) (top)
- 12:00, 1 June 2007 (hist) (diff) Working with IIS (top)
- 11:54, 1 June 2007 (hist) (diff) Contents (→System Administration and automation)
- 11:53, 1 June 2007 (hist) (diff) N Working with IIS (New page: The following code will create a new FTP Virtual Directory, Website (including Virtual Directory) and Application Pool on the Local Computer. <pre> import clr import System clr.AddReferen...)
- 11:48, 1 June 2007 (hist) (diff) m Contents (→System Administration and automation)
- 03:29, 1 June 2007 (hist) (diff) N Create a local user (New page: The following will check to see if a user exists already and if not create the user, a directory and assign them modify rights to that directory. <pre> import clr import System from Syste...)
- 03:21, 1 June 2007 (hist) (diff) m Contents
- 03:02, 1 June 2007 (hist) (diff) N Create a new MS SQL Database (New page: The following code uses SMO (SQL Managment Objects) to connect to a remote or local MS SQL Server and create a new blank database. If you want more information on SMO see http://msdn2.mic...)
- 02:54, 1 June 2007 (hist) (diff) m Contents (→Databases)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

