2013-08-15
1,931 reads
2013-08-15
1,931 reads
2013-08-14
2,327 reads
Specialized tasks like cryptography require external libraries that are not available in SQL Server. Methods for such tasks can be compiled in a .NET language and deployed to SQL Server as a CLR assembly where the assembly's methods can be referenced by SQL Server stored procedures and functions.
2013-08-13
9,180 reads
2013-08-08
2,320 reads
2013-08-07
2,519 reads
2013-07-30
2,953 reads
Easiest way to search for a string in any object within the database.
2013-08-08 (first published: 2013-07-29)
2,321 reads
2013-07-24
2,397 reads
2013-07-23
3,077 reads
2013-07-22
3,224 reads
By Steve Jones
dorgone– adj. wondering if you could slip away from an event or group conversation...
By ReviewMyDB
Many of us use AI the same way every single day. Open a tab....
By SQLPals
SQL Server Transaction Log Forensics: Preserving Evidence During an Incident SQL...
Comments posted to this topic are about the item Make It Routine
Comments posted to this topic are about the item Finding Gaps in Sequential Data...
Comments posted to this topic are about the item Negative and Positive Numbers
If I want to know whether a number of negative, positive, or zero, what is the easiest way to get this in T-SQL?
See possible answers