Click here to Skip to main content
15,910,123 members
Home / Discussions / Database
   

Database

 
GeneralRe: Question for an expert Transact SQL GURU! Pin
LizardWiz29-Jan-04 6:11
LizardWiz29-Jan-04 6:11 
GeneralRe: Question for an expert Transact SQL GURU! Pin
mozka29-Jan-04 6:52
mozka29-Jan-04 6:52 
GeneralRe: Question for an expert Transact SQL GURU! Pin
OMalleyW29-Jan-04 13:40
OMalleyW29-Jan-04 13:40 
Generalcreat table on sql Pin
samo7a27-Jan-04 12:26
samo7a27-Jan-04 12:26 
GeneralRe: creat table on sql Pin
Mazdak27-Jan-04 19:14
Mazdak27-Jan-04 19:14 
GeneralExecutiveNonQuery() returns 0 Pin
hkl27-Jan-04 11:53
hkl27-Jan-04 11:53 
GeneralSQL Query (on access) Pin
Jeremy Pullicino26-Jan-04 23:11
Jeremy Pullicino26-Jan-04 23:11 
GeneralRe: SQL Query (on access) Pin
Guillermo Rivero27-Jan-04 2:22
Guillermo Rivero27-Jan-04 2:22 
If your id columns is numeric, try this...

DELETE FROM [Table] WHERE [ID_Column] IN (1,2,3,...,n)

If it's string...

DELETE FROM [Table] WHERE [ID_Column] IN ('1','2','3',...,'n)



Free your mind...
GeneralRe: SQL Query (on access) Pin
-Dr_X-27-Jan-04 2:28
-Dr_X-27-Jan-04 2:28 
GeneralSQL Server - sa password Pin
Kant26-Jan-04 10:04
Kant26-Jan-04 10:04 
GeneralRe: SQL Server - sa password Pin
Mazdak26-Jan-04 10:10
Mazdak26-Jan-04 10:10 
GeneralRe: SQL Server - sa password Pin
Kant26-Jan-04 11:19
Kant26-Jan-04 11:19 
Generaltry to get trigger_body over 32KB size Pin
yu-yu25-Jan-04 14:43
yu-yu25-Jan-04 14:43 
GeneralRe: try to get trigger_body over 32KB size Pin
Guillermo Rivero25-Jan-04 16:06
Guillermo Rivero25-Jan-04 16:06 
GeneralRe: try to get trigger_body over 32KB size Pin
yu-yu25-Jan-04 17:30
yu-yu25-Jan-04 17:30 
GeneralRe: try to get trigger_body over 32KB size Pin
Guillermo Rivero26-Jan-04 3:20
Guillermo Rivero26-Jan-04 3:20 
GeneralRe: try to get trigger_body over 32KB size Pin
yu-yu26-Jan-04 20:24
yu-yu26-Jan-04 20:24 
GeneralRe: try to get trigger_body over 32KB size Pin
Guillermo Rivero27-Jan-04 2:17
Guillermo Rivero27-Jan-04 2:17 
GeneralRe: try to get trigger_body over 32KB size Pin
yu-yu27-Jan-04 15:33
yu-yu27-Jan-04 15:33 
GeneralRe: try to get trigger_body over 32KB size Pin
yu-yu28-Jan-04 0:00
yu-yu28-Jan-04 0:00 
GeneralRe: try to get trigger_body over 32KB size Pin
Guillermo Rivero28-Jan-04 4:42
Guillermo Rivero28-Jan-04 4:42 
GeneralRe: try to get trigger_body over 32KB size Pin
yu-yu28-Jan-04 14:43
yu-yu28-Jan-04 14:43 
GeneralRe: try to get trigger_body over 32KB size Pin
Guillermo Rivero29-Jan-04 2:01
Guillermo Rivero29-Jan-04 2:01 
GeneralRe: try to get trigger_body over 32KB size Pin
yu-yu29-Jan-04 3:58
yu-yu29-Jan-04 3:58 
GeneralRe: try to get trigger_body over 32KB size Pin
Guillermo Rivero29-Jan-04 4:21
Guillermo Rivero29-Jan-04 4:21 

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.