Viewing 15 posts - 16 through 30 (of 37 total)
I also get error
Msg 195, Level 15, State 10, Line 2
'VARCHAR' is not a recognized built-in function name.
March 18, 2016 at 6:40 am
Thanks SSC. Now I've learnt something new! Cheers:-D
February 18, 2016 at 7:44 am
SS Committed
SELECT compatibility_level
FROM sys.databases
WHERE database_id=DB_ID();
Your code resulted in compatibility_level 100! :unsure:
February 18, 2016 at 7:18 am
SSCommitted
SSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommitted
Group: General Forum Members
Last Login: Today @ 2:04:58 PM
Points: 1,712, Visits: 4,801
Thanks
It appears I have SQL Server 12.0.2000 (top of the instance). ...
February 18, 2016 at 7:14 am
I was using SQL Server 2014 instance
Microsoft SQL Server Management Studio12.0.2000.8
February 18, 2016 at 4:37 am
I got error message too so I failed the question.
Msg 195, Level 15, State 10, Line 3
'VARCHAR' is not a recognized built-in function name.
February 18, 2016 at 4:34 am
Wish I was at th PASS Summit - Always wanted to visit Seattle! :-:alien:
October 28, 2015 at 8:11 am
Strange - I got 5 rows returned. Rows id 1,2,3,4,5 am I losing my lid? GM the Old Hand
October 28, 2015 at 5:36 am
The result I get when I ran all the code is 48893
August 11, 2015 at 4:00 am
August 11, 2015 at 3:57 am
OK Thanks. Since I'm new to the forum's I appreciate the feedback.
August 7, 2015 at 3:47 am
Sorry but I think the question was misleading/unclear. All were valid Object Reference Format of object names.
server.database.schema.object
Four-part name.
server.database..object
Schema name is omitted.
server..schema.object
Database...
August 7, 2015 at 3:15 am
Viewing 15 posts - 16 through 30 (of 37 total)