Viewing 15 posts - 226 through 240 (of 1,988 total)
It really depends on what the DBA's are doing.
Are they primarily focused on database development for applications or etl or reports etc....? If so it would make sense for them...
June 2, 2021 at 3:17 pm
This isn't a new trend it's been going on for a long long time that you either accept certain terms or you might lose access to certain features or even...
May 26, 2021 at 3:01 pm
And how it is actually stored and transmitted is not at all standard.
Well of course not, the whole point of the relational model is that you don't have to...
May 21, 2021 at 6:50 pm
The information_schema is an ansi standard for SQL metadata supported by every DBMS. So the format for representing SQL data is standard.
No the basic syntax for describing the structure...
May 21, 2021 at 6:05 pm
SQL is not a data format, it's s syntax for querying data.
You have perhaps heard of the DDL part of SQL?
Which is once again not a data format, it's...
May 21, 2021 at 5:53 pm
There is no equivalent for a relational data set.
You have perhaps heard of SQL?
SQL is not a data format, it's s syntax for querying data.
May 21, 2021 at 5:37 pm
So once again I can say this data will be in JSON format and that is a common format that can be processed by any number of standard interfaces.
The...
May 21, 2021 at 5:05 pm
How do you write a query that shows which customers bought particular product groups? You have to navigate down the customer hierarchy and then back up the product group one.
What...
May 21, 2021 at 4:03 pm
On the contrary, the relational representation is far more flexible than a hierarchical one. What data is sent to the client is the product of a query - and hence...
May 21, 2021 at 2:38 pm
The issue isn't so much that SQL server can't parse and format json it's that the data is represented in fundamentally different ways.
In which case why bother with JSON?...
May 20, 2021 at 9:06 pm
How could a system that actually makes sense work? If SQL Server is capable of reading/writing JSON then (for many requests) there's no reason for (de)serialization and type conversion on...
May 20, 2021 at 6:36 pm
If you want a single return set like you'd get with the function you would need to union the two queries together.
May 18, 2021 at 4:12 pm
A lot of this really does depend on company but I've found ETL Developer naturally lends itself to a broader spectrum of offshoots. As DB Developer the most natural path...
May 7, 2021 at 7:20 pm
Well just looking at the location_id in the result set these are not duplicate records.
May 4, 2021 at 7:37 pm
When you say it's sending clear text passwords, where are you seeing them? In a log? Are you running a packet capture?
May 4, 2021 at 5:34 pm
Viewing 15 posts - 226 through 240 (of 1,988 total)