9 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
1
answer
872
views
Troubleshooting GPT-4 Integration with SQLDatabaseToolkit and create_sql_agent for Prompt Passing Error
I was previously using SQLDatabaseChain to connect LLM (Language Model) with my database, and it was functioning correctly with GPT-3.5. However, when attempting the same process with GPT-4, I ...
0
votes
2
answers
1k
views
kubernetes pod (mssql-tools) failing with CrashLoopBackOff error and restarting
I'm using Rancher Dekstop for K8 in WSL 2 in Windows 11.
I'm trying to create a pod using the simple yaml:
apiVersion: v1
kind: Pod
metadata:
name: mssql-tools
labels:
name: mssql-tools
spec:
...
0
votes
0
answers
1k
views
How to execute a data script from inside of a .dacpac file (SSDT project) using powershell or any other tool?
When I publish an SSDT project, as shown in the attached image, it generates the .dacpac file. From that .dacpac file, I want to execute a specific script after publishing the .dacpac. Is it possible ...
0
votes
1
answer
2k
views
Apple Silicon M1 + docker
I have a dockerfile and docker-compose that works fine on Intel and/or AMD based chips, but there are some issues when it's expected to build on a M1 Apple Silicon chip.
It follows the errors:
#6 12....
1
vote
1
answer
10k
views
How to run docker-based mssql-tools using a regular way
I have installed a mssql server using docker microsoft/mssql-server-linux. It behaves the same as a regular mssql server. i.e my client can access it exactly the same way they access a regular mssql ...
1
vote
1
answer
1k
views
BCP throwing "String data, right truncation @#" even though data types match
Attempting to copy a TSV file data into an MSSQL DB via bcp from mssql-tools package. Getting bcp error logs of the form:
#@ Row 1, Column 20: String data, right truncation @#
"1234" "ASDFG Z ...
3
votes
1
answer
3k
views
What does it mean when BCP fails ("BCP copy in failed"), but not -e error log contents generated?
Using BCP from mssql-tools on CentOS7 and trying to copy some TSV data into a local MSSQL DB, BCP fails to do the copy and throws error "BCP copy in failed". The command being run is:
...
3
votes
1
answer
262
views
Docker Login Failed Using mssql-tools
SSMS connects just fine. Run this code in PowerShell to duplicate the following error.
Any advice? Thanks!
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'SA'..
...
3
votes
2
answers
4k
views
How to install Microsoft Drivers for PHP for SQL Server on Amazon Linux AMI
I am trying to install Microsoft Drivers for PHP for SQL Server using the document provided by Microsoft. Link is https://github.com/Microsoft/msphpsql
It provides installation steps for Ubuntu and ...