Hi All,
I am trying to create the dump configuration as per the note 1588316 but i am getting the following error.
C:\Users\rfdadm>isql -Usapsa -SRFD -w300
Password:
1> use master
2> sp_config_dump @config_name='RFDDB',
3> @stripe_dir = '\\SAP-DEVL\sybase\RFD\backups' ,
4> @compression = '101' ,
5> @verify = 'header'
6> go
Msg 102, Level 15, State 181:
Server 'RFD', Line 2:
Incorrect syntax near 'sp_config_dump'.
Can any one please help me on this..??
Regards,
Letz..