2024-03-13
436 reads
2024-03-13
436 reads
2023-11-08
443 reads
There is sometimes a need to figure out the maximum space that is being used by a particular column in your database. You would initially think that the LEN() function would allow you to do this, but this function does not work on Text, NText or Image data types, so how do you figure out the length of a value in a column that has one of these data types?
2022-04-20
2021-09-29
668 reads
2021-01-12
438 reads
2021-01-05
526 reads
2019-12-19
255 reads
2019-06-11
846 reads
2018-11-27
1,019 reads
This article will show how to change the data type of a column when the table contains more than 1 billion records.
2017-11-09
5,260 reads
By Steve Jones
This is my last week of the year working (I guess I come back...
By Steve Jones
suente– n. the state of being so familiar with someone that you can be...
Anyone (everyone?) who has ever tried to learn a programming language knows that to...
I am getting the below error when I execute a SQL command in SQL...
I am getting the below error when I execute a SQL command in SQL...
Hi everyone. I have this table and this information. (left side of the image)...