0

I've done this before but I lost my notes. There's lots of web pages from sybase infocenter explaining how to SET it, but I need to find the current value on two machines so I can compare them.

Stu
  • 2,198
  • 2
  • 16
  • 23

1 Answers1

2
sp_helpconfig "row lock promotion"

At server level.
or

sp_help table_name

Should do the job on table level.
See this link as a example.

Jacobvdb
  • 137
  • 5