|
![]() |
Property | Value |
Name | arch_StudentCombined |
Schema | dbo |
Quoted Identifier Status | True |
Ansi Nulls Status | True |
Returns View Metadata | False |
Create Date | 10/1/2014 11:53 AM |
Description |
Column Name |
Data Type |
Allow Nulls |
Fulltext Indexed |
Identity |
Description / Computed Formula |
date(10, 0) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(25) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(20) |
True |
False |
False |
||
varchar(20) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
date(10, 0) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
date(10, 0) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(30) |
False |
False |
False |
||
varchar(20) |
True |
False |
False |
||
varchar(7) |
False |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
date(10, 0) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(50) |
False |
False |
False |
||
varchar(20) |
True |
False |
False |
||
varchar(30) |
False |
False |
False |
||
varchar(50) |
True |
False |
False |
||
varchar(35) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(1) |
True |
False |
False |
||
varchar(20) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
numeric(4, 2) |
False |
False |
False |
||
numeric(5, 2) |
False |
False |
False |
||
numeric(7, 2) |
False |
False |
False |
||
numeric(5, 2) |
False |
False |
False |
||
numeric(5, 2) |
False |
False |
False |
||
varchar(40) |
True |
False |
False |
||
varchar(5) |
True |
False |
False |
||
varchar(30) |
True |
False |
False |
||
varchar(60) |
True |
False |
False |
||
varchar(30) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(30) |
False |
False |
False |
||
varchar(30) |
False |
False |
False |
||
varchar(30) |
False |
False |
False |
||
varchar(2) |
True |
False |
False |
||
varchar(32) |
True |
False |
False |
||
varchar(32) |
True |
False |
False |
||
varchar(9) |
True |
False |
False |
||
varchar(11) |
True |
False |
False |
||
varchar(8) |
True |
False |
False |
||
varchar(32) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(30) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(6) |
True |
False |
False |
||
varchar(3) |
True |
False |
False |
||
varchar(20) |
True |
False |
False |
||
varchar(11) |
True |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
Name | Type |
View |
|
View |
|
View |
Name | Type |
VIEW |
|
VIEW |
|
VIEW |
Object | Property | Value |
Object | Property | Value |
/****** Object: View [dbo].[arch_StudentCombined] Script Date: 03/09/2017 16:47:09 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE VIEW [dbo].[arch_StudentCombined] AS SELECT Student.StudentId ,Student.FirstName ,Student.LastName ,SUBSTRING(Student.MiddleName, 1, 1) AS MiddleInitial ,Student.MiddleName ,Student.CellPhone ,Student.HomePhone ,Student.WorkPhone ,Student.PersonalEmailAddress ,StAddr.Street1 ,StAddr.Street2 ,StAddr.City ,StAddr.State ,StAddr.ZipCode ,StAddr.Country ,Student.HomeCampus ,Student.ProspectApplication ,Student.InstitutionalEmailAddress ,CONVERT(Date,Student.DateOfBirth) AS DateOfBirth ,Student.CreditApplicationTerm ,Student.CreditReAdmitTerm ,Student.NonCreditApplicationTerm ,Student.NonCreditReAdmitTerm ,Student.VocationalApplicationTerm ,Student.VocationalReAdmitTerm ,Student.HighSchoolApplicationTerm ,Student.HighSchoolReAdmitTerm ,Student.LastTermAttended ,StPrimAwd.PrimaryObjective ,StPrimAwd.PrimaryObjectiveAwardType ,StPrimAwd.EffectiveTerm ,StPrimAwd.PrimaryObjectiveTitle ,StPrimAwd.PrimaryObjectiveTrackTitle1 ,StPrimAwd.TransferInstitution ,StPrimAwd.TransferInstitutionName ,StPrimAwd.TransferMajor ,StPrimAwd.TransferMajorDescription ,Student.ResidencyState ,Student.ResidencyCounty ,Student.ResidencyCountry ,Student.ImmigrationStatus ,Student.Ethnicity ,Student.Gender ,Student.Asian ,Student.BlackAfricanAmerican ,Student.AmIndianAKNative ,Student.HawaiianPacIslander ,Student.White ,Student.CreditApplicationDate ,Student.OverallCumGPA ,Student.OverallGradePoints ,Student.OverallHoursEarned ,Student.OverallHoursAttempted ,Student.OverallGpaHours ,Student.AddDate ,Student.HighSchoolGraduationDate ,Student.ApplicationFeeStatus ,Student.StudentSSN FROM dbo.arch_Student Student INNER JOIN dbo.arch_StudentAddressesAll StAddr ON ( Student.StudentId = StAddr.StudentId ) LEFT OUTER JOIN dbo.arch_StudentPrimaryAward StPrimAwd ON ( Student.StudentId = StPrimAwd.StudentId ) |
Powered by BI Documenter |