Budget: 2000 UAH Deadline: 1 day
Hello! I am ready to take on your project and will complete it urgently. I have extensive experience with similar tasks, and there will be no difficulties. If I have piqued your interest, feel free to write; I am happy to collaborate!
Budget: 2000 UAH Deadline: 1 day
I can set up a user in Microsoft SQL Server with read-only access and without rights to change the structure or data.
In terms of time - approximately 1 day, if there is access to the server and it is clear which specific database is needed for openclawbot.
Well, here it’s more like - I would do it simpler and more reliably through a separate login, a separate user in the required database, with minimal SELECT rights only on the necessary schemas or tables, without db_owner and without unnecessary roles.
To limit the load, I will check the edition of SQL Server and the available mechanisms - Resource Governor, limits through the classifier, if necessary, restrictions on queries, timeouts, and rights, so that the user cannot overload the server with heavy queries =)
Look, there’s a nuance here... Resource Governor is not available in all editions of SQL Server, so before a precise scheme of restrictions, we need to check the version and edition.
If it’s not available - I will suggest a practical option through rights, views, separate queries, indexes, timeouts on the connection side, and access regulations.
After the setup, I will provide a brief instruction on how to create such users in the future and how to regulate the load.
It will be necessary to have access via AnyDesk within the exchange rules, administrative access to SQL Server Management Studio or the server, and the name of the database from which openclawbot should read data.
I would like to clarify two questions.
> What version and edition of SQL Server - Standard, Enterprise, Express, or another?
> Should openclawbot read the entire database or only specific tables/schemas?
Similar logical system tasks with access, analytics, and corporate processes
> https://business.ingello.com/platforma - corporate platform with roles, data, and access management
> https://business.ingello.com/forma-bpm - automation of business processes and systematic work with data
More about us - https://systems-fl.ingello.com/ua
Overall, it’s fine, the task is small, but it’s better to do it carefully - because in databases, as they say, check rights seven times, give SELECT once.
Budget: 5000 UAH Deadline: 1 day
Hello.
The task is clear, it is divided into two parts: creating a read-only user and limiting its load on the server.
Read-only access is standard: a separate login, rights only for SELECT, without the ability to change data, structure, or run administrative commands.
Regarding load limitation (CPU/RAM/throttling), an important question arises: what edition of SQL Server do you have? The Resource Governor resource limit mechanism is only available in the Enterprise Edition. If you have Standard, then there is no full CPU/RAM limitation per user, and the solution will be different (limits on parallelism, query timeouts, application-side restrictions). The answer will determine what can actually be done.
To assess accurately, please clarify:
- edition and version of SQL Server (SELECT SERVERPROPERTY('Edition'), SERVERPROPERTY('ProductVersion'))
- On-prem or Azure
- does the analytics connect directly to the database or through an application
The work itself will take a few hours: setup, load testing, and instructions on how to create such users and regulate limits in the future. I am ready to perform via AnyDesk.
Budget: 2000 UAH Deadline: 1 day
Welcome!
The Devoxen team has experience working with Microsoft SQL Server and managing access for external services and bots.
We can perform:
- creation of a separate user for openclawbot;
- setting up read-only access (SELECT only);
- restricting access to specific tables/schemas;
- checking the possibility of throttling depending on the SQL Server edition;
- configuring Resource Governor or alternative load limiting mechanisms;
- testing the connection and verifying access security.
We work carefully without impacting the current operation of the database. After completion, we will provide a brief documentation and recommendations for further administration.
We are ready to connect promptly and perform the setup. We also provide a guarantee and support after the work is completed.
Budget: 2000 UAH Deadline: 1 day
Good day. I am ready to configure your analytical bot. The task is clear and consists of two logical parts.
The first part is security. We will create a Login and Database User, assigning it exclusively the role of db_datareader. This will prevent any INSERT, UPDATE, DELETE, as well as the creation or modification of tables at the database core level.
The second part is throttling of resources. In Microsoft SQL Server, this is implemented through the Resource Governor mechanism. I will create a separate resource pool where we will strictly limit the maximum CPU consumption (for example, to 20%) and memory (for example, to 15%). Next, I will write a classifier function that will automatically intercept the bot's connections (by its login) and place all its heavy analytical queries into this isolated "sandbox." Thus, even if the bot runs the heaviest query, the main server will not hang.
After completion (via AnyDesk), I will provide you with a detailed text instruction explaining how to change the CPU/RAM limits if the bot needs more or less resources, and how to create similar users.
I have only one critical clarification before starting: which edition of SQL Server do you have installed? (Enterprise, Standard, Express?). This is important because the Resource Governor functionality for strict CPU/RAM limitation is fully supported only in the Enterprise/Developer editions. If you have Standard, I will suggest alternative options for limiting query heaviness.
The cost of the "turnkey" work with the instruction writing is 1500 UAH. I am ready to connect via AnyDesk today.
Budget: 2000 UAH Deadline: 1 day
Good day, I can create a user with restrictions and write instructions.
Proposals concealed
Proposals are currently absent
Proposals concealed
Current freelance projects in the category Databases & SQL
A separate CRM system needs to be developed for the centralized processing of all retail orders from various sales channels (Prom, Rozetka, own websites, and manual orders). Main requirements: A unified order registry from all sources, preserving information about the source and its status. A separate internal CRM status that operates independently of the status on the marketplace or website, with two-way synchronization of statuses where supported. Flexible integration with 1C: for each source, the administrator can separately enable or disable automatic order export. Integration with carriers for automatic creation of shipping documents, saving their numbers in the CRM, and transmitting the shipping document numbers to Prom and Rozetka. Integration with Checkbox for creating receipt projects, using customizable payment method matching, with subsequent fiscalization control. Support for manual order creation (phone, Viber, Telegram, Direct, etc.) with a complete subsequent processing cycle through the CRM. All API keys and integration settings must be managed by the administrator through the CRM interface without the involvement of a programmer. A complete action log and integration logging for system operation control. Main goal The manager must be able to fully process orders in one CRM interface — from receiving the order to creating a document in 1C, shipping document, receipt project, and completing the order, without the need to access the cabinets of Prom, Rozetka, websites, carriers, or Checkbox.
We have synchronization of two data sources with the CRM. The system as a whole is stable. However, there remains a part that becomes desynchronized. The main hypothesis is that in one of the sources, the data changes after the initial synchronization, and these changes are not always pulled into the CRM. + the data in the two sources have different names/identifiers even though they represent the same entities.
Task: deploy an LLM service that knows all the company's documentation and answers questions from the sales department managers. Current situation: the client has independently assembled a prototype (a separate project with uploaded company information, hosted on a server), but the information from the database is not transmitted to the model — likely, there is an issue with the API. We will provide the code and access. The first step is an audit: fix the existing setup or justifiably rebuild from scratch. Required functionality: Upload all company documentation: description of each service, regulations, FAQ, pricing (all materials will be provided). Answers strictly based on the uploaded documents (RAG). The model does not invent facts; if the answer is not in the database — it honestly informs about it. Access for managers via a link (web interface), with authorization. Scenarios: the manager asks any question about the company's work; inserts the client's question "as is" and receives a ready answer for sending; finds the necessary regulation/report by request. Knowledge base updates without a developer (uploading files through the interface or a connected folder). English language. History of requests for quality control. Technical expectations: LLM via API (Claude/OpenAI — propose with a cost calculation for tokens), RAG pipeline (vector database, embeddings), hosting on our server or in the cloud, HTTPS. The architecture should allow for future connection of the assistant to the analytical data warehouse (parallel project). In the response, indicate: examples of similar RAG projects, stack, timeline, cost of work, and estimated monthly ownership cost (tokens + hosting).
Hello There is a small department where patients are admitted. It is necessary to develop a simple "database" where consumables, medications, and others can be entered, along with incoming and outgoing records, as well as assigning usage to a specific patient. Required functionality Directories Medications Consumables (manual entry option) Patients (ability to continuously add new ones and delete those who have been discharged) Employees (ability to modify)Movement Accounting A single table (movement log) where everything is registered Incoming and write-off Manual correction option When writing off, the nurse must select: date; patient; medication or material; quantity; her full name. The system automatically reduces the balance. When receiving, the head nurse must be able to enter: Delivery date; Medication/material; Remaining quantity; Source; Expiration dateAutomatic Functionality automatic balance calculation; minimum stock control; expiration date control; low stock warnings; protection against writing off more than is available; drop-down lists; data entry validation; conditional formatting.Reports It is necessary to implement automatic reports: current balances; usage over a period; usage by patient; usage by employee; history of movement of a specific medication.Preferred implementation on Google Sheets; We will fill in the databases ourselves. A template for work is needed. I don't know how much this costs, so let's start with $50, and you can suggest your options, preferably with experience.
It is necessary to calculate statistics in a medical project (including correlations). Additionally, there is a request to create a mathematical model for predicting the development of pathologies based on available data.