Click here to Skip to main content
15,916,945 members
Home / Discussions / Database
   

Database

 
GeneralRe: check database exists Pin
Jeff Martin29-Apr-04 9:02
Jeff Martin29-Apr-04 9:02 
GeneralRe: check database exists Pin
Jeff Varszegi29-Apr-04 9:38
professionalJeff Varszegi29-Apr-04 9:38 
GeneralInstalling ole db provider for microsoft project without installing microsoft project Pin
vinay_mat26-Apr-04 20:39
vinay_mat26-Apr-04 20:39 
GeneralLinked server from SQL Server 2000 to Sybase 12 Pin
Janya26-Apr-04 14:30
Janya26-Apr-04 14:30 
QuestionHow to create linked tables using ADOX? Pin
Santanu Lahiri26-Apr-04 12:06
Santanu Lahiri26-Apr-04 12:06 
AnswerFollowup: How to create linked tables using ADOX? Pin
Santanu Lahiri29-Apr-04 10:13
Santanu Lahiri29-Apr-04 10:13 
GeneralRestore database Pin
tmcafee26-Apr-04 8:40
tmcafee26-Apr-04 8:40 
GeneralRe: Restore database Pin
Mazdak26-Apr-04 20:52
Mazdak26-Apr-04 20:52 
I don't think you need to backup when your application start. Just set proper recovery option for your database. See online help for SQLServer to see which one suit you , then just run RESTORE command from your appliaction whith SqlCommand class. There are examples of using this class in this site/MSDN/googling. This way you could recover to different time and many optionn you can use. Another way which I think is better is using SqlTransaction class . For sample and how to use it see SqlConnection.BeginTransaction() in MSDN. You can set different point and restore to them in your application.

Mazy

"One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji

GeneralImport Oracle *.DMP into MS-SQL (without Oracle DB Server) Pin
johncogan26-Apr-04 3:45
johncogan26-Apr-04 3:45 
GeneralRe: Import Oracle *.DMP into MS-SQL (without Oracle DB Server) Pin
RichardGrimmer26-Apr-04 3:56
RichardGrimmer26-Apr-04 3:56 
GeneralRe: Import Oracle *.DMP into MS-SQL (without Oracle DB Server) Pin
Steve S28-Apr-04 1:31
Steve S28-Apr-04 1:31 
GeneralSimple Insert Statement Pin
dabuskol25-Apr-04 23:09
dabuskol25-Apr-04 23:09 
GeneralRe: Simple Insert Statement Pin
Peet Schultz26-Apr-04 3:19
Peet Schultz26-Apr-04 3:19 
GeneralRe: Simple Insert Statement Pin
Janya26-Apr-04 14:34
Janya26-Apr-04 14:34 
GeneralEncrypted Tables From ASP.NET & Access Pin
MKlucher24-Apr-04 14:42
MKlucher24-Apr-04 14:42 
GeneralData Grid / update when going to next record Pin
xstoneheartx23-Apr-04 13:24
xstoneheartx23-Apr-04 13:24 
GeneralDatagrid Multi-table update Pin
Anonymous23-Apr-04 7:03
Anonymous23-Apr-04 7:03 
GeneralMinimum of 2 values Pin
Colin Angus Mackay22-Apr-04 12:05
Colin Angus Mackay22-Apr-04 12:05 
GeneralRe: Minimum of 2 values Pin
Mike Ellison23-Apr-04 5:46
Mike Ellison23-Apr-04 5:46 
GeneralRe: Minimum of 2 values Pin
Colin Angus Mackay23-Apr-04 5:54
Colin Angus Mackay23-Apr-04 5:54 
GeneralRe: Minimum of 2 values Pin
Mike Ellison23-Apr-04 5:54
Mike Ellison23-Apr-04 5:54 
GeneralRe: Minimum of 2 values Pin
Peet Schultz26-Apr-04 3:41
Peet Schultz26-Apr-04 3:41 
GeneralRename a table Pin
suhredayan22-Apr-04 0:27
susssuhredayan22-Apr-04 0:27 
GeneralRe: Rename a table Pin
suhredayan22-Apr-04 0:29
susssuhredayan22-Apr-04 0:29 
GeneralRe: Rename a table Pin
Mazdak22-Apr-04 0:39
Mazdak22-Apr-04 0:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.