Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Connecting/Viewing Netsuite Data from within Microsoft SQL Server
Does anyone know how to connect and view the NetSuite data from within Microsoft SQL Server?
We've tried the following without success;
exec sp_addlinkedserver
@server='NETCRM',
@srvproduct='NetSuite.com',
@provider='MSDASQL',
@datasrc='NetSuite.com',
@provstr='Database=NetSuite.com; Uid=xxx@xxx.com ;Pwd=xxx'
select * from NETCRM.dbo.Administrator.tasks
The 'sp_addlinkedserver' command executes successfully but we've noticed that you can enter invalid parameters and it will accept it. The connection string above was provided by NetSuite so it's believed to be correct.
The ODBC connection has been successfully installed and tested. The data can be viewed via Excel, Perl and SQLDBX but just not through MS SQL Server.