Point of Sale Article not fetched in Speed Net
Solution
Solution 1 : POS booked articles not fetching in speednet module after changing the server name or formatting the server
Run these two queries in SQL query analyzer one by one.. ( Use the Database "Master")
sp_configure 'show advanced options',1
go
reconfigure
sp_configure 'Ad Hoc Distributed Queries',1
go
reconfigure
Thanks.
No comments:
Post a Comment
Please comment Here. -