Click here to Skip to main content
15,888,236 members
Home / Discussions / Database
   

Database

 
AnswerRe: User ownership of a specific data row? Pin
Member 914293612-Sep-13 3:23
Member 914293612-Sep-13 3:23 
GeneralRe: User ownership of a specific data row? Pin
Eddy Vluggen12-Sep-13 4:58
professionalEddy Vluggen12-Sep-13 4:58 
GeneralRe: User ownership of a specific data row? Pin
Member 914293612-Sep-13 6:36
Member 914293612-Sep-13 6:36 
GeneralRe: User ownership of a specific data row? Pin
Eddy Vluggen13-Sep-13 7:17
professionalEddy Vluggen13-Sep-13 7:17 
GeneralRe: User ownership of a specific data row? Pin
Member 914293613-Sep-13 10:30
Member 914293613-Sep-13 10:30 
Questionautomatice databackup in sql server 2005 Pin
Member 1026685111-Sep-13 1:56
Member 1026685111-Sep-13 1:56 
AnswerRe: automatice databackup in sql server 2005 Pin
Richard Deeming11-Sep-13 2:11
mveRichard Deeming11-Sep-13 2:11 
AnswerRe: automatice databackup in sql server 2005 Pin
Corporal Agarn11-Sep-13 2:39
professionalCorporal Agarn11-Sep-13 2:39 
You could always setup a SQL Job to run:
SQL
BACKUP DATABASE MyDB TO DISK = N'G:\SQLBackup\MyDB_Backup.bak' 
        WITH INIT, NAME = N'MyDB Backup', SKIP, NOFORMAT, COMPRESSION

Questionhow to sql injection attackes for security login form Pin
Member 1030263011-Sep-13 0:13
Member 1030263011-Sep-13 0:13 
AnswerRe: how to sql injection attackes for security login form Pin
Chris Quinn11-Sep-13 0:31
Chris Quinn11-Sep-13 0:31 
AnswerRe: how to sql injection attackes for security login form Pin
Amol_B11-Oct-13 4:24
professionalAmol_B11-Oct-13 4:24 
QuestionExcel spreadsheet report with dollar totals, grouped by sales person in region Pin
vkEE9-Sep-13 5:19
vkEE9-Sep-13 5:19 
AnswerRe: Excel spreadsheet report with dollar totals, grouped by sales person in region Pin
Mycroft Holmes9-Sep-13 12:58
professionalMycroft Holmes9-Sep-13 12:58 
QuestionMs access database and vb6.0 Pin
Otekpo Emmanuel6-Sep-13 8:48
Otekpo Emmanuel6-Sep-13 8:48 
AnswerRe: Ms access database and vb6.0 Pin
jschell6-Sep-13 8:51
jschell6-Sep-13 8:51 
AnswerRe: Ms access database and vb6.0 Pin
Mycroft Holmes6-Sep-13 13:50
professionalMycroft Holmes6-Sep-13 13:50 
QuestionDatabase name keeps on Disapearing from SQL SMS Pin
chdboy5-Sep-13 17:19
chdboy5-Sep-13 17:19 
AnswerRe: Database name keeps on Disapearing from SQL SMS Pin
Mycroft Holmes5-Sep-13 17:51
professionalMycroft Holmes5-Sep-13 17:51 
GeneralRe: Database name keeps on Disapearing from SQL SMS Pin
chdboy5-Sep-13 17:54
chdboy5-Sep-13 17:54 
AnswerRe: Database name keeps on Disapearing from SQL SMS Pin
Eddy Vluggen6-Sep-13 0:31
professionalEddy Vluggen6-Sep-13 0:31 
AnswerRe: Database name keeps on Disapearing from SQL SMS Pin
Richard Deeming6-Sep-13 1:53
mveRichard Deeming6-Sep-13 1:53 
QuestionUsing Textbox and dropdownlist while displaying a grid in struts2 Pin
VKey1133-Sep-13 18:25
professionalVKey1133-Sep-13 18:25 
AnswerRe: Using Textbox and dropdownlist while displaying a grid in struts2 Pin
Mycroft Holmes3-Sep-13 19:11
professionalMycroft Holmes3-Sep-13 19:11 
Question[solved]The conversion of the nvarchar value overflowed an int column. Pin
chdboy3-Sep-13 5:13
chdboy3-Sep-13 5:13 
AnswerRe: The conversion of the nvarchar value overflowed an int column. Pin
Simon_Whale3-Sep-13 5:37
Simon_Whale3-Sep-13 5:37 

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.