Ethics and Leaders - Database Weekly (Apr 27, 2009)
This week Steve Jones discusses ethics and leadership in IT.
This week Steve Jones discusses ethics and leadership in IT.
Learn more about the new APIs for data mining in SQL Server 2005, and get an introduction to several common development scenarios.
This SQL School video looks at how you add a publication to a replication scenario.
Validates user parameter and displays a pop-up message to the user and handles users response.
Every other Monday is a lunch for the SQL Server group in Baton Rouge. If you live nearby, or are in the area, plan on attending.
This paper provides a comprehensive description of the new feature along with usage guidance and then provides some practical examples.
When defining the attribute, we always specify the surrogate key as the key column for any attribute. I was just thinking if we could make use of the natural key instead of the surrogate key. i.e., in case of a product attribute, the surrogate key say...
This article examines the File System Task which can perform numerous operations on files and directories such as create, move, delete, and also to set the attributes of files and folders.
The person responsible for your career is you. Steve Jones gives you a few thoughts on how you might approach your career.
Continuing with his series on how to centrally monitor your SQL Servers, Drew Salem looks at how to set up remote servers.
By Vinay Thakur
As discussed introduction of Always Encryption blog and initial Encryption at rest as TDE...
By Vinay Thakur
Transparent Data Encryption(TDE): TDE was initially introduced in SQL Server 2008 Enterprise Edition; this...
By Steve Jones
Only a little break for me. I’m actually heading to Las Vegas today for ...
Comments posted to this topic are about the item The day-to-day pressures of a...
Comments posted to this topic are about the item The Problem Isn't Always Your...
Comments posted to this topic are about the item Identity Defaults
What happens when I run this code?
CREATE TABLE dbo.IdentityTest
(
id int IDENTITY(10) PRIMARY KEY,
somevalue VARCHAR(20)
)
GO
See possible answers