skip to main
|
skip to sidebar
Lost Latest News
Thursday, November 12, 2009
Writing SP
CREATE PROCEDURE InsertFileData
(
@FileName nvarchar(200),
@FileData nvarchar(4000)
)
AS
BEGIN
BEGIN
INSERT INTO fileData ([FileName], FileData)
VALUES (@FileName, @FileData)
END
END
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2009
(8)
▼
November
(8)
How to get nth highest value from a table
Accessing Web service and delete files
Accessing files
Connection String
Writing SP
Read Text Files
Working with background worker
Example for FolderBrowserDialog
►
2008
(15)
►
May
(1)
►
April
(7)
►
March
(7)
About Me
Iroshan
View my complete profile
No comments:
Post a Comment