Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete listings on Azure SQL #9

Open
DataStrategist opened this issue Dec 4, 2018 · 4 comments
Open

Incomplete listings on Azure SQL #9

DataStrategist opened this issue Dec 4, 2018 · 4 comments

Comments

@DataStrategist
Copy link

Hi, I am using your code on a Azure SQL db, and it worked great, but seems to have somehow missed two references. Take a look: this is the output when I develop dm using this function:

sQuery <- dm_re_query("sqlserver")
dm <- sqlQuery(channel, sQuery, stringsAsFactors = FALSE, errors=TRUE)

image

The little red diamonds added by me so you can see the affected fields.

I have gone through and developed the dm using this query: 'SELECT *, CONVERT(varchar(8000), AccessProperties) as AcProp FROM "AccessSystem"."GetFieldSchemaCache"' which gives me:

image

(I'm hiding the ID field... so don't worry bout it) Bizzare, no? What could it be?

@bergant
Copy link
Owner

bergant commented Dec 4, 2018

I'm sorry, it's hard to see anything without the data... Is it possible to get the data frames of these two queries?

@DataStrategist
Copy link
Author

Sure... shall I email you? The email in your github?

@bergant
Copy link
Owner

bergant commented Dec 6, 2018

OK

@DataStrategist
Copy link
Author

did you receive my email? it should have been from a @ acdivoca.org account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants