From Text File to Sql Server Table using Queries | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

From Text File to Sql Server Table using Queries


Could u help me that how v can use queries for extracting the conditional data
from text file
like
select name,rollno from textfile
where classname=’5′

My suggestion is to import data in a table and apply delete Delete from table
where classname<>’5′ Madhivanan Failing to plan is Planning to fail
]]>