2013-08-15
1,920 reads
2013-08-15
1,920 reads
2013-08-14
2,311 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,057 reads
2013-08-08
2,299 reads
2013-08-07
2,511 reads
2013-07-30
2,938 reads
Easiest way to search for a string in any object within the database.
2013-08-08 (first published: 2013-07-29)
2,304 reads
2013-07-24
2,391 reads
2013-07-23
3,063 reads
2013-07-22
3,217 reads
By Chris Yates
I get asked a lot about why or how I began working with databases...
By Steve Jones
Earlier this year I visited a customer that was using the Redgate Monitor webhook...
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
Comments posted to this topic are about the item SQL Server 2025 Unveiled: The...
Hi, we lost our sever sql2000 To restore database to a new one we...
Comments posted to this topic are about the item Do You Really Need HA?
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers