Viewing 3 posts - 1 through 3 (of 3 total)
Hi, what column delimiter are you using when writing to the .CSV? (you can check this by opening the .csv in notepad or other text editor.
It sounds like you're using...
March 30, 2009 at 6:40 am
Hi again - just to answer my own question, I've now learnt the following:
Using the following query to find the language settings:
SELECT @@language, @@langid
Resultater:
Development: us_english,0
Test: norsk,8
Production: us_english,0
Then a little test...
March 30, 2009 at 6:17 am
Hi, I don't know what resources you've been using so far, but I found the MSDN tutorials a good start point.
http://msdn.microsoft.com/en-us/library/ms167031(SQL.90).aspx
A couple of blogs that have helped me...
November 11, 2008 at 1:41 am
Viewing 3 posts - 1 through 3 (of 3 total)