News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - slestak

#1
General Support / MSSQL 2000
December 19, 2013, 06:49:57 PM
Hello.  First wanted to say thank you for your project.

I am having an issue with installation on MSSQL 2000 using 1.2.10.

Seems all the Create tables work, but all the create index's and insert statements are failing.

This occurs with the sql driver and the odbc driver.

I think I have it traced to the fact that mssql2000 wants user.table to resolve names.

So I needed to modify my dbinit_mssql to remove all the CREATE's (they already executed), and prepend "netxms." to each table reference.

Thoughts?

edited: spelling