C++

Solution Search:
Advanced JavaScript: Closures, Prototypes and Inheritance Demystified by The Ajax Experience
different than "classical" languages like Java and C++, and we have to make sure we use the right tool the right way. In this talk you'll learn about JavaScript's most commonly...
SQL Server Resource Center
Implementing security audit in SQL Server 2008
example:

USE master
GO
CREATE SERVER AUDIT SrvAudit
TO FILE (FILEPATH='C:\Data', MAXSIZE=5 MB)
WITH (QUEUE_DELAY = 3000)

Notice, you must create the audit from the... More...

Nov 11, 2008
SQL Server replication methods: Snapshot, merge or transactional
front of the existing parameters. The default path for SQL Server 2008 is C:\Program Files\Microsoft SQL Server\100\COM (replace 100 with 80 for SQL... More...
Oct 30, 2008
Basic objects of T-SQL in SQL Server 2008
marks)
0x53514C0D

Example 4.2
The following are not string constants:

'AB'C' (odd number of single quotation marks)
'New York" (same type of quotation mark&mdash... More...

Oct 15, 2008
SQL Related Articles
Litchfield: Database security is IT's biggest problem by Bill Brenner, Senior News Writer
execution via a "SET DEBUG FILE" statement.

Privilege escalation via C code UDR.

The storing of user passwords in plain text in shared memory.

Permissions for any user to create a database.

The... More...

Aug 2, 2006
What are you worth? IT salary surveys shed some light by Ed Tittel, Contributor
Foote report are marked f, those from Certification Magazine are marked c: Senior Information Security analyst (f, $73K to $100K), especially for holders of information security-related certs such as CISSP (c... More...
Mar 9, 2006