Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in SQL Server only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
SQL Server
ROW_NUMBER() in SQL 2005
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
govind161986
New Member
Join Date:
Dec 2009
Posts:
21
#1
ROW_NUMBER() in SQL 2005
Mar 24 '10, 02:51 PM
When I try to user ROW_NUMBER() function in sql server 2005, then I receive an error message stating "'ROW_NUMBE R' is not a recognized function name."
Please help.
Thanks.
Govind
ck9663
Recognized Expert
Specialist
Join Date:
Jun 2007
Posts:
2878
#2
Mar 24 '10, 04:59 PM
Can you post the whole T-SQL?
~~ CK
Comment
Post
Cancel
nbiswas
New Member
Join Date:
May 2009
Posts:
149
#3
Mar 25 '10, 02:47 AM
Check the database compatability level
exec sp_dbcmptlevel '<Name of db>'.
I think it will show 80 ( I presume that you had sql server 2000 instance at some point of time in your machine).
If this initial routine check is correct then do the following
- Right click on the database
- Go to properties
- In options change the compatibility level of your database to Sql Server 90
Hope this helps.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment