I'm in the process of converting several Visual FoxPro 6.0 databases to SQL Server. Table indexes in VFP can be expressions. For example - I have a VFP table with an index expression as follows...
But you can't create indexed expressions such as this in SQL Server can you? How do I go about creating this index in SQL Server?
Thanks for your help.
Code:
Location+DTOS(StartDate)
Thanks for your help.