Viewing 15 posts - 16 through 30 (of 295 total)
You don't specify the value for max in varchar and varbinary columns; it has a specific value already. Also, the text datatype is deprecated - you should use varchar(max) or...
February 24, 2025 at 11:24 am
The square brackets are there in case the object name contains special characters such as a space, eg. [Birth Date]. If you name objects without special characters, eg. BirthDate, the...
February 24, 2025 at 9:12 am
I would also recommend the "stairways". You can pick a topic and jump in at whatever your current level is.
https://www.sqlservercentral.com/stairways
February 19, 2025 at 11:43 am
My main worry is that these engines can only ever be as good as the data they're trained on. Presumably that means that malicious actors could flood forums, community sites,...
February 12, 2025 at 1:41 pm
I had a bad experience with an app for theatre tickets. It required mobile data even to display tickets I had already bought and the theatre was in a...
November 8, 2024 at 11:04 am
I had a bad experience with an app for theatre tickets. It required mobile data even to display tickets I had already bought and the theatre was in a...
November 8, 2024 at 11:03 am
In my career I've seen very little difference in ability between people with a degree and people without; still less between those with a CS degree and those with a...
November 4, 2024 at 1:19 pm
Even between RDBMS there are differences that can have a profound impact on the availability, performance, security and data quality.
There are certain fundamental principles that apply to managing databases,...
November 1, 2024 at 9:41 am
That is SQL's method for handling insufficient space on a CAST.
I can see why CAST might do that (although I'd expect it to cause an error instead), but why...
October 16, 2024 at 6:18 am
Another good reason to clear out unused code is when you have a column that is used to filter results and you find that it can contain a new set...
October 2, 2024 at 1:11 pm
Are you saying that Stp B, Stp C and Stp D also contain BEGIN TRAN...COMMIT/ROLLBACK pairs and the whole lot is wrapped in a BEGIN TRAN...COMMIT/ROLLBACK in Stp A? If...
September 18, 2024 at 10:20 am
Another advantage of taking on a less experienced person (as long as they aren't shy) is their ability to ask a "stupid" question. In an established team, this can lead...
August 22, 2024 at 10:40 am
IT often gets compared negatively with physical engineering, but we should remember that people have had centuries more practice at buildings, bridges, etc. yet we still have tragedies like Surfside...
July 29, 2024 at 8:24 am
July 25, 2024 at 8:44 am
Viewing 15 posts - 16 through 30 (of 295 total)