Click here to Skip to main content
15,911,715 members
Home / Discussions / Database
   

Database

 
AnswerRe: HTTP ENDPOINT in SQL Pin
Colin Angus Mackay6-Nov-07 2:51
Colin Angus Mackay6-Nov-07 2:51 
QuestionTRANSACT SQL "TRUNCATE" Pin
craneprince6-Nov-07 2:38
craneprince6-Nov-07 2:38 
AnswerRe: TRANSACT SQL "TRUNCATE" Pin
Colin Angus Mackay6-Nov-07 2:48
Colin Angus Mackay6-Nov-07 2:48 
GeneralRe: TRANSACT SQL "TRUNCATE" Pin
craneprince6-Nov-07 2:54
craneprince6-Nov-07 2:54 
GeneralRe: TRANSACT SQL "TRUNCATE" Pin
Colin Angus Mackay6-Nov-07 3:24
Colin Angus Mackay6-Nov-07 3:24 
AnswerRe: TRANSACT SQL "TRUNCATE" Pin
TJoe7-Nov-07 8:00
TJoe7-Nov-07 8:00 
GeneralRe: TRANSACT SQL "TRUNCATE" Pin
craneprince7-Nov-07 19:23
craneprince7-Nov-07 19:23 
GeneralRe: TRANSACT SQL "TRUNCATE" Pin
TJoe8-Nov-07 1:32
TJoe8-Nov-07 1:32 
The Delete statement I provide would delete EVERY ROW, EXCEPT the row with an ID of 1. The Where clause says "where the id is not 1", which would match every row (because their IDs would not be 1) except the default row (because it's ID is 1).

This is all assuming that the ID for the default row is 1, if it's another number (say -1), then you just have to plug that in place of 1.

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

QuestionWindows integrated Security issues Pin
kinsella_john6-Nov-07 2:31
kinsella_john6-Nov-07 2:31 
AnswerRe: Windows integrated Security issues Pin
BrokenS6-Nov-07 2:55
BrokenS6-Nov-07 2:55 
QuestionODBC Performance Pin
N a v a n e e t h6-Nov-07 2:08
N a v a n e e t h6-Nov-07 2:08 
AnswerRe: ODBC Performance Pin
Colin Angus Mackay6-Nov-07 2:17
Colin Angus Mackay6-Nov-07 2:17 
GeneralRe: ODBC Performance Pin
N a v a n e e t h6-Nov-07 2:31
N a v a n e e t h6-Nov-07 2:31 
GeneralRe: ODBC Performance Pin
Colin Angus Mackay6-Nov-07 2:35
Colin Angus Mackay6-Nov-07 2:35 
GeneralRe: ODBC Performance Pin
N a v a n e e t h6-Nov-07 2:38
N a v a n e e t h6-Nov-07 2:38 
GeneralRe: ODBC Performance Pin
Colin Angus Mackay6-Nov-07 2:45
Colin Angus Mackay6-Nov-07 2:45 
GeneralRe: ODBC Performance Pin
N a v a n e e t h6-Nov-07 2:47
N a v a n e e t h6-Nov-07 2:47 
GeneralOptionally use BCP in stored proc Pin
Brady Kelly6-Nov-07 1:41
Brady Kelly6-Nov-07 1:41 
GeneralRe: Optionally use BCP in stored proc Pin
Brady Kelly6-Nov-07 2:30
Brady Kelly6-Nov-07 2:30 
QuestionCopy data between databases [modified] Pin
Nick De Decker5-Nov-07 23:02
Nick De Decker5-Nov-07 23:02 
AnswerRe: Copy data between databases Pin
belloSoft7-Nov-07 10:55
belloSoft7-Nov-07 10:55 
QuestionGUID in Access 2000 Pin
Christian Graus4-Nov-07 23:44
protectorChristian Graus4-Nov-07 23:44 
GeneralDatabase Testing Concurrency [modified] Pin
Brady Kelly4-Nov-07 22:47
Brady Kelly4-Nov-07 22:47 
GeneralRe: Database Testing Concurrency Pin
Pete O'Hanlon4-Nov-07 22:51
mvePete O'Hanlon4-Nov-07 22:51 
GeneralOT Pin
Mustafa Ismail Mustafa4-Nov-07 23:17
Mustafa Ismail Mustafa4-Nov-07 23:17 

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.