Microsoft
Software
Hardware
Network
Question : SQL Best way to delete multiple records from a database
If I have a table that has a million records. And I also have a text file list of one field in those records that is unique. Lets call it ID. What is the best SQL statement to do a delete for those records? Do I have to make a second lookup table or can i simple do something like:
DELETE FROM table_name
WHERE ID = {value1, value11, value34, value39}
the values are not consequtive so wondering if i can just paste all the values in the where statement or not nad what the connotation would be.
Answer : SQL Best way to delete multiple records from a database
DELETE FROM table_name
WHERE ID = in (value1, value11, value34, value39)
Random Solutions
One of my Excel file always gives me a "File already open" messge.
Always Displaying The Last Text In A Scrolling Text Box
SBS08 - RWW - FQDN - Can't Get it to Work?
Conversion failed when converting date and/or time from character string.
Dropdown of Word 2003, Insert Autotext subfolders are all empty
Certreq in Windows 2003 Server (Certificate Authority)
Excel spreadsheet
Monthname function in Access and Infopath
Redirect websites on SBS 2003
Export 4 Queries to the same Worksheet