News

Learn how to master the SELECT statement to form truly useful data queries. This article explains functions, clauses, and keywords that will make your life a lot easier.
Microsoft's SQL Server software, used in thousands of businesses ranging from storefront operations to multinational companies, has capabilities to bulk-insert Comma Separated Value files into a ...
SQLServerSay I have table1 with sayID, X, Y.1, 1, 12, 2, 23, 3, 3I have an empty table2 with:ID, XX, YYI want to insert values contained in table1, but make an operation on X and y, say multiply X ...
My plan was to get the text file and do a Bulk insert into a holder table in Sql server 2000 via the bulk insert command inside a stored procedure.