|
Solution Search:
|
SQL Server Resource Center
The keys to database backup protection for SQL Server
restore your backups to another server without using anything that is stored on your production server. This means keeping the encryption keys stored in a...
More...
Jun 22, 2009
The short course on how SQL Server really works
of text. The real data can then be spread across multiple pages, or even stored in a file (that's the special FILESTREAM type which we'll discuss later). SQL Server...
More...
Jun 10, 2009
Understanding transparent data encryption in SQL Server 2008
is a feature of SQL Server 2008 where varbinary columns can be stored in the file system and asynchronously streamed to the client.
Read-only file groups... More... Jun 9, 2009
Working with sparse columns in SQL Server 2008
and SellEndDate columns as sparse. As a result, null values will be stored more efficiently in these columns (note that the source data contains a...
More...
Jun 2, 2009
SQL Related Articles
Saying yes, no or maybe to stored procedures
that occurred just a few years before they started their careers.
Take stored procedures. Middle-tier specialists tried mightily to avoid these rolled up bits of logic placed in the database. They did that because the... More... Aug 16, 2006
SQL Server vs. MySQL: Syntax differences, similar GUIs
only within the routine. In either case, variable assignments in MySQL stored procedures use the SET or SELECT...INTO statements. Building dynamic queries requires use of a user variable, rather than a local variable, along...
More...
Aug 2, 2006
|