Statistiche |
- Views Home Page: 42.893
- Views Posts: 73.378
- Views Gallerie: 823
- n° Posts: 24
- n° Commenti: 11
|
Archivio Posts |
Anno 2007
Anno 2006
|
|
BackUp e Restore con MSDE
Vi illustro di seguito un esempio di codice per poter effettuare il Backup ed il successivo Restore di un Database MSDE....Imports System.Data.SqlClientDim SqlConn As New SqlConnection()Dim SqlCmd As New SqlCommand()SqlConn.ConnectionString="Data Source=(local);Initial Catalog=master;Integrated Secutity=SSPI"SqlConn.Open()Rem -----BackupSqlCmd.Connection=SqlConnSqlCmd.CommandType=CommandType.TextSqlCmd.CommandText="BACKUP DATABASE [nomedb] TO DISK = N'D:\nomedb.bak' WITH INIT,NAME = N'nomedb Bac Leggi tutto il post...
martedì, 04 apr 2006 Ore. 10.54
Stringe di connessione ai Database
Questo post illustra le varie possibili connessioni che possono essere effettuate su Database Sql Server 2000 e 2005: SQL Server ODBC Connessione
Standard Security:"Driver={SQL Server};Server=Zues;Database=Northwind;Uid=sa;Pwd=prova;"
Connessione Trusted
connection:"Driver={SQL Server};Server=Zeus;Database= Northwind;Trusted_Connection=yes;" OLE DB, OleDbConnection (.NET)Connessione
Standard Security:"Provider=sqloledb;Data
Source=Zeus;Initial Catalog= Northwind;User Id=sa;Passwor Leggi tutto il post...
giovedì, 23 feb 2006 Ore. 00.00
|
Calendario |
| l | m | m | g | v | s | d |
---|
28 | 29 | 30 | 31 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|
|