Hello All!
I am new to SQL Server 2000 so hopefully someone can help.
We have a package that is run regularly and it is working, I have tested by changing values in my table and when I run the package it updates it in SQL Server. My issue is the following:
I added a new field (date field) to one of the source tables in our application (MAS) and I have entered some values to see if they are updated in SQL Server. But they do not update that field, other data that I change appears in SQL Server but not that field which I just created in our source program.
To make sure I created correctly, I tested it out in Crystal Reports, and when I connect to that table it shows the new field.
Do I need to do something in SQL Server to read that newly created field in the source program table? Please help! Thank you.
I am new to SQL Server 2000 so hopefully someone can help.
We have a package that is run regularly and it is working, I have tested by changing values in my table and when I run the package it updates it in SQL Server. My issue is the following:
I added a new field (date field) to one of the source tables in our application (MAS) and I have entered some values to see if they are updated in SQL Server. But they do not update that field, other data that I change appears in SQL Server but not that field which I just created in our source program.
To make sure I created correctly, I tested it out in Crystal Reports, and when I connect to that table it shows the new field.
Do I need to do something in SQL Server to read that newly created field in the source program table? Please help! Thank you.