This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Invalid object name #41
Labels
Comments
Hey @terminalsamurai, I tried your example and got an error, but not the same error have listed above. Can you post your config and the full command your running? The error I got was related to creating a file ( |
Running windows10 here. Command run: After updating ssc to latest 1.9.1 (from 1.9.0 I believe) the error is now different:
My {
"connections": [
{
"name": "dev",
"server": "SERVERNAME",
"database": "DATABASE",
"port": 1433,
"user": "USER",
"password": "PASSWORD"
}
]
} Let me know if I'm missing anything here. |
Thanks. That looks like the same error I saw. Will need to add support to remove special characters before saving files. Thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type
What kind of issue is this?
Current Behavior
When running
ssc pull [name]
I run into an error due to the naming convention of some of the objects in a database.Expected behavior
I would expect this to work on anything that is a valid object name in sql
Steps to Reproduce
SQL:
then run ssc via
ssc pull [connectionname]
Other Information
Error Dump
The text was updated successfully, but these errors were encountered: