Viewing 3 posts - 1 through 3 (of 3 total)
Hi Gaz ... where exactly would I find that?
April 12, 2012 at 8:39 am
Thank you for you response. I've never used Profiler before. Are you referring to SQL Profiler? The front end program is installed. Would Profiler still be...
April 12, 2012 at 6:05 am
Hi Gaz,
It is a datetime datatype. It has a getdate() default set on the column in the design of the table.
This the Personnel table:
Column NameData TypeAllow Nulls
pk_PersGUIDuniqueidentifierUnchecked
sIDNumbernvarchar(13)Checked
sFirstNamenvarchar(30)Unchecked
sSurnamenvarchar(30)Unchecked
uiRegionuniqueidentifierUnchecked
uiGenderuniqueidentifierUnchecked
dDOBdatetimeChecked
uiDisabilityuniqueidentifierUnchecked
bIDCheckedbitUnchecked
uiRaceuniqueidentifierUnchecked
bPreEmployMedicalbitUnchecked
uiEmpStatusuniqueidentifierUnchecked
uiPersTypeuniqueidentifierChecked
bIncompleteIDbitChecked
RowVersiondatetimeChecked
iPersonnelIDintChecked
sContactNumvarchar(30)Checked
uiEduGUIDuniqueidentifierChecked
Unfortunately the program...
April 12, 2012 at 5:56 am
Viewing 3 posts - 1 through 3 (of 3 total)