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
Bineesh Viswanath
NA
1k
777.8k
SQL Server Insert into Command
May 30 2013 1:27 AM
Sir, I did a SQL Server Insert Command, but i can't execute. Here the command. what the Problem this command has?
Please correct the fault and send me.
CREATE PROCEDURE ClassAdd
@classId int,
@ClassName nvarchar(50),
@Dates datetime
AS
insert into tbl_Class
values(classId=@classId,className=@className,Dates=@Dates)
Reply
Answers (
5
)
SQL Database Problem
Sql Server Districts Table