Hi Guys
I have used oracle to create a flat txt file using UTL.
I am now really struggling to understand the concept of writing data to a text file in sql server.
I have to pretty much produce a flat file which produces data from a table called users. (ID, LOGINNAME, FORENAME SURNAME) are the columns i require to extract from the users table.
I am stuck on how it works in sql server. Any chance I could get some help please?
Many Thanks