Viewing 15 posts - 1 through 15 (of 18 total)
I knew it. The author's answer to this question was wrong.
I knew about the 2 bytes used at the end of a varchar or nvarchar, so I...
June 5, 2009 at 6:43 am
Jesse McLain (2/12/2009)
...Anyways, glad everyone seemed to like the question (maybe not getting it wrong, but in terms of learing something surprising).
Thanks Jesse McLain for this question.
I surely learned something...
February 12, 2009 at 11:51 am
Myles Sigal (2/11/2009)
February 11, 2009 at 8:27 am
This was a pretty good catch!
It got me :crazy:
Who the heck would use comments like that. I practice the KISS method which stands for "Keep It Simple...
February 11, 2009 at 7:38 am
Congratulation Steve, SQL Server Central & Red Gate.
-- Here is a nice query for you guys:
SELECT 'Congratulation to ' + PersonName + ' for the success of SQL Server Central.'
FROM...
January 29, 2009 at 8:29 am
Excellent article. CIA is the main purpose of a DBA.
All future DBA's and all managers of DBA should read this.
November 18, 2008 at 7:52 am
If my previous post doesn't work, I think you have no choice but to rebuild the entire database.
You can do to the following in replacement of bcp in/out.
Create a new...
October 6, 2008 at 8:45 am
You could try this if you haven't yet.
Script out all Primary Keys, Foreign Keys and Indexes.
Backup the actual Database files (stop SQL Server, copy data files and log files, restart...
October 6, 2008 at 8:36 am
I also agree.
These guys work hard to provide very good book for the IT community. Unless you get it free from the author himself, you are steeling...
June 18, 2008 at 10:34 am
After that book, go for the "Inside SQL Server 2005: T-SQL Programming". It's a continuation of the previous book.
It goes deeply into programming:
scripts, stored procedures, temporary tables,...
June 17, 2008 at 8:27 am
I'm presently at the last chapter of "Inside Microsoft SQL Server 2005: T-SQL Querying". It's an excellent book, a must have.
I've took some training with the author, Itzik Ben-Gan,...
June 17, 2008 at 8:21 am
I got the whole series of Inside Microsoft SQL Server 2005.
1- T-SQL Querying (Itzik Ben-Gan): Only one chapter left to read! I was already an expert in query tuning,...
June 17, 2008 at 8:01 am
I took some training last year on SQL Server 2005 with http://www.traininghott.ca/. I liked it.
I was originaly registered for the Montreal classes, but they cancelled...
April 1, 2008 at 7:22 am
I wouldn't be suprised that these wanabe DBA are trying to attach the Access database directly into SQL Server. But hey, I'm not here to judge anyone.
A quick and...
February 19, 2008 at 7:33 am
Thanks Grant,
I heard about Solid Quality Mentors.
I see on their site that they offer course named "Microsoft SQL Server Performance Tuning Bootcamp". The mentor is Randy Dyess....
February 13, 2008 at 10:36 am
Viewing 15 posts - 1 through 15 (of 18 total)