Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems while editing tables : GETMAXROWS

Status
Not open for further replies.

Laffern

Programmer
Dec 6, 2004
18
AT
I am trying add or edit a table row and get this error message:

'GETMAXVERSION' is not a recognized function name
The updatelineage function requires 2 arguments

If I create a new table, I am able to edit it, but not with old entries in old tables.

Any suggestions ?

 
Is this a user defined function?

==========================
Date is a way to show you care
Time is a great healer
DateTime is just damn confusing

Tim
 
No,
happened after I deleted the publication for this database.

I think this is the reason and that some parts were not deleted from the DB. I have still problems solving it.
 
You say GETMAXVERSION isn't a User Defined Function. What is it then? I've looked in SQL Server's BOL and can't find that anywhere.

-SQLBill

BOL=Books OnLine=Microsoft SQL Server's HELP
Installed as part of the Client Tools
Found at Start>Programs>Microsoft SQL Server>Books OnLine

Posting advice: FAQ481-4875
 
The problem was the replication itself. I have deleted all replication related entries and now it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top