How can we help you today? How can we help you today?
JR_GER

Activity overview

Latest activity by JR_GER

Try this:  SELECT cast(getDate() As Date)  If this looks good for you, replace ''getDate()' with the name of column that holds the datetime data. JR / comments
Try this: SELECT cast(getDate() As Date) If this looks good for you, replace ''getDate()' with the name of column that holds the datetime data.JR
0 votes
Formatting code with BulkInsert and CODEPAGE
Hi,In a stored procedure, I'm using "BULK INSERT" to import a CSV which is UTF-8 encoded.So the code looks like:--->8  SNIP --- BULK INSERT tbl_XYZ<br>FROM 'D:\Imports\txt.csv'<br>WITH<br>(<br>&nbs...
2 followers 3 comments 0 votes