Hi ALL,
I am a relative newbie to SQL server. I've created a small handful of views and now I need to go to the next level by creating some custom fields. I am creating these views from within VB.Net for use in a Crystal Report (v. 10). For instance, my database has fields for last and first name. Instead of passing both to the report, I would like to create a custom field called "FullName". The SQL for that might look like this:
LastName & ", " & FirstName
Unfortunately, I've been unable to find any documentation on how to accomplish such a simple task from within the Server Explorer tool in VB.Net.
Any suggestions???
TIA, Randy
I am a relative newbie to SQL server. I've created a small handful of views and now I need to go to the next level by creating some custom fields. I am creating these views from within VB.Net for use in a Crystal Report (v. 10). For instance, my database has fields for last and first name. Instead of passing both to the report, I would like to create a custom field called "FullName". The SQL for that might look like this:
LastName & ", " & FirstName
Unfortunately, I've been unable to find any documentation on how to accomplish such a simple task from within the Server Explorer tool in VB.Net.
Any suggestions???
TIA, Randy