Faking Multidimensional Arrays in T-SQL made easy!
Another method to create arrays in T-SQL which is actually a "throwback" to the earlier days of compilers!
2008-11-04
10,884 reads
Another method to create arrays in T-SQL which is actually a "throwback" to the earlier days of compilers!
2008-11-04
10,884 reads
By Rayis Imayev
(2021-Jan-19) I was raised listening and reading fairy tales where the main character would reach...
“One Gerbil, Two Gerbils or Three Gerbils?” is a common DBA joke about server...
By Ed Elliott
The next example is how to do a CTE (Common Table Expression). When creating...
I have 2 tables, df1, and df2. I would like to join the two...
Hi , Has anyone tried to do this...I'm trying to select only "new customers"...
Hello, I'm trying to get the server name programmatically. Even after I do this:...