Hi everyone, I used to work for a company that use...
# suiteql
x
Hi everyone, I used to work for a company that used the ODBC driver to do a data warehouse from NS to an instance of SQL Server. I never touched that particular piece of the whole system myself. I was wondering if it is possible to use the ODBC driver to have the data flow from SQL Server to Netsuite? The company I'm at now wants to do a data migration and am wondering if that is a viable method.
c
No, it's read only
d
Yup, as CD says, its read only. I've done a direct migration from a live SQL Server db, used C# and RESTlets. You just have to consider processors and governance, especially if its a weekend cutover or something.
x
Yeah, I figured that'd be the case. I've done a data migration before from a legacy system and know those will work. Also CSV uploads, but dunno if we want to go that route.
c
CSV is easiest