Hi, I have created a view as follows:
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER View v_LoadGrid WITH VIEW_METADATA as
SELECT ORG_tblOrganizations.ORG_strOrganizationLegalName AS Company, ORG_trelOrganizationLocations.ORG_strLocationStateCode AS State...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.