Viewing 15 posts - 1 through 15 (of 21 total)
Excellent article. This is how I design table fields for over ten years. I did expect that everybody uses the arguments for this parsimonious approach, until I found that...
January 1, 2011 at 5:10 am
P.S. I was too impatient: the very same Windows 2000 Professional SP4 machine, SQL Server 2000 Query Analyzer, after 7:44 minutes: 27,553 / 16.8266. The Access .ADP file...
May 12, 2010 at 3:24 am
My results on a single Windows 2000 Professional SP4 machine:
- In SQL Server 2000 Query Analyzer: did not run within 5 minutes runtime, I do not understand...
May 12, 2010 at 3:17 am
From my own practice: I always use table aliases when two or more tables will be JOINed (and never use an alias if no JOIN is involved). Advantages:
- I always...
May 7, 2009 at 12:10 am
Steve,
Bingo. Great thanks.
We learn every day.
Leendert.
December 21, 2008 at 12:00 pm
I had the very same experience as Pradeep Singh:
- My SQL Server Browser is running.
- Remote connections are enabled (both TCP/IP and named pipes).
...
December 21, 2008 at 8:44 am
I found what was wrong with:
"CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) AS st":
I worked in SSMS / SQL Server 2005 connected to a database having "Compatibility level: SQL Server 2000 (80)".
Either connecting to...
December 19, 2008 at 10:56 pm
Rudy, thanks.
I am using SQL Server 2005, Leendert.
December 19, 2008 at 9:58 am
We learn every day, but my SSMS complains about the line:
"CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) AS st".
I do not know what is going wrong.
Leendert.
December 19, 2008 at 8:35 am
Good article. A minor correction. In the static queries part the article provides option 1, 2 and 3, showing three different ways of writing a conditional WHERE clause for the...
February 28, 2008 at 3:32 am
I found this a very understandable article. Assuming that everything that has been written is correct (and I have no reason to doubt that), this is very valuable information for...
February 28, 2008 at 3:30 am
My suggestions, and my own experience:
· Larson, B. Microsoft SQL Server 2005 Reporting Services. Mc-Graw Hill, 2006.
· Turley, B., T. Bryant, J.Counihan and D. DuVarney. Professional...
August 15, 2007 at 1:41 am
Steve,
Thank you for your answer. I added a new record to the Employee table with my personal facts, including "PCC4200\Administrator" in the user_name field....
March 27, 2007 at 5:09 am
Steve, I have no idea why you suggest me to go to the Calculations tab, but there seems to be the problem. I commented out the calculations of...
March 23, 2007 at 12:48 am
For me this seems to be a very useful article, as I have to deal with a plethora of (mainly binary) attributes. Up to now I use my...
December 13, 2006 at 12:17 pm
Viewing 15 posts - 1 through 15 (of 21 total)