Create Dynamic External Table in Azure synapse Analytics
This script creates an external table in Synapse.
2023-08-21 (first published: 2023-07-26)
1,119 reads
This script creates an external table in Synapse.
2023-08-21 (first published: 2023-07-26)
1,119 reads
Validating different types of data like Gmail, Outlook email addresses, phone numbers, and URLs in SQL can be a bit challenging since SQL is primarily used for data manipulation in databases and not for complex data validation. However, depending on the database system you are using, there might be some limited string manipulation functions available that can help you perform basic validation checks.
2023-07-28
336 reads
I prepared this version (my original did not used XML)
By being helped by forums feedback from SQL central
Forward it to yours peers.
2023-07-18 (first published: 2010-05-13)
1,833 reads
2023-07-18 (first published: 2010-03-18)
2,071 reads
If you need to get a range sequence of numbers this script can help you to acomplish it. For example : the sequency of numbers between -5 and 5 or 1 and 200, etc..
2023-07-18 (first published: 2012-04-23)
1,438 reads
2023-07-18 (first published: 2009-03-13)
2,093 reads
2023-07-18 (first published: 2012-12-04)
1,635 reads
Some times you need to parse over punch values at the while running a query.
Here is an utility function to help with that task.
2023-07-18 (first published: 2018-10-31)
792 reads
This function return the text format of a month calendar. It could be useful for sending through emails when you do do not have other tools, but T-SQL to send text emails.
2023-07-18 (first published: 2012-10-31)
1,891 reads
2023-07-18 (first published: 2009-04-28)
3,721 reads
Want to boost your SQL game? Check out this free course, SQL Subqueries: Real-World...
By Steve Jones
The more I work with the Data API Builder (DAB), the more I lean...
By Steve Jones
It’s time for the first T-SQL Tuesday blog of 2025, with an invite from...
I want to replace all the oledb source editors as shown below with powershell...
New to Azure Data Factory, and as a starting point, we're trying to see...
Hi everyone, I need advice from the experts, this is the structure I created...
When does a column declared as SPARSE use no storage?
See possible answers