Sign In
Aakash Kambuj's blog
Windows Live Core
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Browse Mode
Archive
Archives
February 2009
(1)
December 2004
(1)
September 2004
(3)
August 2004
(1)
MSDN Blogs
>
Aakash Kambuj's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Aakash Kambuj's blog
My blog has moved!
Posted
over 3 years ago
by
aakashk
1
Comments
My blog has moved! It now lives at http://del.icious.info . The focus of the new blog will no longer be SQL Server topics, but a broader discussion of issues encountered when building scalable internet services. -Aakash
Aakash Kambuj's blog
How operator new works
Posted
over 8 years ago
by
aakashk
2
Comments
I've always been confused about how operator new works. Finally, I found this article which clarifies how the compiler generates code when it encounters new. C++ Language Reference How new Works The allocation-expression — the expression containing the...
Aakash Kambuj's blog
SQL Server support
Posted
over 8 years ago
by
aakashk
2
Comments
I have gotten a number of emails from people through my blog, asking various questions about SQL Server 2000 and SQL Server 2005. While I appreciate getting these questions, please note that the best place for SQL Server support is the SQL Server newsgroups...
Aakash Kambuj's blog
datetime quirks
Posted
over 8 years ago
by
aakashk
2
Comments
Datetime and smalldatetime data types can be confusing at times. For example, consider the following select statement: create table t1(c1 datetime) go insert t1 values('20010101') go select c1 + '1/1/3' from t1 go If you expected '1/1/3' to represent...
Aakash Kambuj's blog
Tell me about your experience with Browse mode
Posted
over 8 years ago
by
aakashk
1
Comments
I'd like to get a feel of how many of you out there are using Browse mode (appending FOR BROWSE to your SELECT statements, and then using the additional key column metadata returned in order to update the table) directly in your applications in SQL 2000...
Aakash Kambuj's blog
Talking about SQL server topics
Posted
over 8 years ago
by
aakashk
6
Comments
Hi all, My name is Aakash Kambuj, and I'm a developer on the SQL Server team, working on SQL Server 2005. Over the next few weeks, I'm going to be writing about some of the more esoteric features of SQL Server and Transact-SQL, like FOR BROWSE and Bulk...
Page 1 of 1 (6 items)