TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepak Ratan
NA
175
50.3k
How to insert a value for this Table?
Jun 19 2015 5:32 AM
How to insert a value for this Table?
ID
(PK,FK,int,notnull)
DNumber
(nvarchar(15),notnull)
LoginID
(nvarchar(256),notnull)
OrgNode
(hierarchyid,null)
OrgLevel
(computed,smallint,null)
JobTitle
(nvarchar(50),notnull)
BirthDate
(date, notnull)
MaritalStatus
(nchar(1),notnull)
Gender
(nchar(1),notnull)
HireDate
(date, notnull)
SalariedFlag
(Flag(bit),notnull)
VacationHours
(smallint,not null)
SickLeaveHours
(smallint,not null)
CurrentFlag
(Flag(bit),notnull)
rowguid
(uniqueidentifier, notnull)
ModifiedDate
(datetime,notnull)
Reply
Answers (
8
)
programmatically add 30 rows whit date
It's showing System.Data.DataRowView in SQL database