Click here to Skip to main content
15,891,431 members
Home / Discussions / Database
   

Database

 
QuestionProblem in Read data from Excel sheet Pin
Bragadeeshwaran28-Apr-09 21:22
Bragadeeshwaran28-Apr-09 21:22 
QuestionDatabase Duplication Pin
Leo Smith28-Apr-09 6:05
Leo Smith28-Apr-09 6:05 
AnswerRe: Database Duplication Pin
David Mujica28-Apr-09 7:51
David Mujica28-Apr-09 7:51 
GeneralRe: Database Duplication Pin
Leo Smith28-Apr-09 8:19
Leo Smith28-Apr-09 8:19 
QuestionUsing SQL Server 2008 Pin
musefan28-Apr-09 1:30
musefan28-Apr-09 1:30 
AnswerRe: Using SQL Server 2008 Pin
Rob Smiley28-Apr-09 2:04
Rob Smiley28-Apr-09 2:04 
GeneralRe: Using SQL Server 2008 Pin
musefan28-Apr-09 2:13
musefan28-Apr-09 2:13 
Questionwhat is the best method to install SQL server Express 2005 programmatically Pin
sunil goyalG28-Apr-09 0:44
sunil goyalG28-Apr-09 0:44 
hi all,
i want to install SQL server Express 2005 programmatically. so i use following statement

str = Application.StartupPath & "\SQLEXPR32\setup.exe /qb ADDLOCAL=ALL INSTANCENAME=" & InstanceName & " SECURITYMODE=SQL SAPWD=password DISABLENETWORKPROTOCOLS=0 "<br />
            Shell(str, AppWinStyle.Hide, True)


above code works well. but when i try to Create backup pro grammatically, then it create backup only in Backup folder of SQL server. if i specify other path(other then Backup) then Backup process failed.

Please suggest
QuestionOracle On Vista?? Pin
Muammar©27-Apr-09 23:06
Muammar©27-Apr-09 23:06 
AnswerRe: Oracle On Vista?? Pin
RussellT5-Jun-09 9:24
professionalRussellT5-Jun-09 9:24 
QuestionCreate backup of Database of SQL server from Client and server Pin
sunil goyalG27-Apr-09 21:47
sunil goyalG27-Apr-09 21:47 
AnswerRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 0:32
professionalscottgp28-Apr-09 0:32 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
sunil goyalG28-Apr-09 0:46
sunil goyalG28-Apr-09 0:46 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 1:03
professionalscottgp28-Apr-09 1:03 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
sunil goyalG28-Apr-09 1:57
sunil goyalG28-Apr-09 1:57 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 2:17
professionalscottgp28-Apr-09 2:17 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
sunil goyalG28-Apr-09 2:47
sunil goyalG28-Apr-09 2:47 
GeneralRe: Create backup of Database of SQL server from Client and server Pin
scottgp28-Apr-09 3:16
professionalscottgp28-Apr-09 3:16 
QuestionDB with Dataset Pin
lost_in_code27-Apr-09 21:46
lost_in_code27-Apr-09 21:46 
AnswerRe: DB with Dataset Pin
SayreCC27-Apr-09 23:42
SayreCC27-Apr-09 23:42 
Questionconvert nonnumberic nvarchar to float Pin
AndieDu27-Apr-09 19:25
AndieDu27-Apr-09 19:25 
AnswerRe: convert nonnumberic nvarchar to float Pin
Ashfield27-Apr-09 20:53
Ashfield27-Apr-09 20:53 
GeneralRe: convert nonnumberic nvarchar to float Pin
AndieDu27-Apr-09 21:50
AndieDu27-Apr-09 21:50 
GeneralRe: convert nonnumberic nvarchar to float Pin
riced28-Apr-09 0:29
riced28-Apr-09 0:29 
GeneralRe: convert nonnumberic nvarchar to float Pin
AndieDu28-Apr-09 1:22
AndieDu28-Apr-09 1:22 

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.