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)
September, 2004
MSDN Blogs
>
Aakash Kambuj's blog
>
September, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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...
Page 1 of 1 (3 items)