Topics
Started by
Posts
Last post
hi, I heard many people saying "functions are denounced in tsql" is there any catch? q1) need to kn…
8 replies
I am using a query (using TMSCHEMA) to derive the tabular tables to be processed. The aim is to pro…
3 replies
Back in pre-history, I posted a question about a recursive query to get "course depth/sequence" to …
3 replies
We have state of the art latest and greatest managed SQL Azure MI Business critical. Table has 84 M…
9 replies
I have a stock market table that includes 70 tickers per day: ticker date, ticker, close, open I ne…
2 replies
WITH MaxD AS (select t1.* from D as t1 inner join ( SELECT ID, CN, TB, MAX(BD) as MaxBD FROM ( SELE…
6 replies
Hi All, I have an excel data that need to to import in SQL Server. Here I have 628 columns. When I …
4 replies
there is a field userid, firstname and last name which is allowing such userids Allowing upper case…
4 replies
I want to use R and Python with SQL Server 2022, but I get an error if I try to exec the Python syn…
1 replies
Good Morning , I have a policy table with below structure. I would like to get how many acti…
17 replies
Hi, products like SQL Compare detects if a column has been renamed. To detect new columns, dropped …
2 replies
When it comes to programming and how robust / flexible the programming can be with SQL Server - hav…
2 replies
Dear all, Thank you for looking into my question. I have a table with 7.2 million records (table si…
10 replies
I need to find Generic_Code from the table. Data in Length_Min, Length_Max, and Length columns are…
4 replies
Verified on latest CU 10 for SQL 2022. Confirmed works correctly on SQL 2019 (i.e. no open transact…
7 replies
Viewing 15 topics - 196 through 210 (of 393 total)
You must be logged in to create new topics.