Download
100% FREE
Office Document APIs for .NET
Online: 482
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Bookmarks
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Sql Server
>
Loading ...
Error Invalid object name 'dbo.fn1'.
Posted by
Sanhtech
under
Sql Server
on 6/18/2013 |
Points: 10
| Views : 946 | Status :
[Member]
| Replies : 1
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
I have created function
create function fn1(@a int)
RETURNS int
As
BEGIN
declare @d int
set @d = @a * 2
return @d
END
but its giving error of
Invalid object name 'dbo.fn1'.
after running this
select * from dbo.fn1(3)
Whats error?
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Sanhtech
on: 6/18/2013
[Member]
Starter
|
Points: 25
0
Got the ans
its select [dbo].fn1(3)
Sanhtech
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
Shein Customer Service | Shein Help Center | Shein Customer Care
(0)
New
Solid Wood Dining Table Set Uk
(0)
Updated
How to Find count Details Sql server
(0)
sharepoint installation system requirements
(0)
Web Api not working with mvc
(1)
How to get label text from table reference on database based on TableName and FieldName
(0)
How can i refresh Page after downloading a file in MVC ?
(1)
sql server dba interview questions
(1)
More ...