Viewing 10 posts - 226 through 235 (of 235 total)
An excellent article, a logical approach and elegant examples. Personally I found his English, although grammatically incorrect, was understandable and has a certain charm.
David
May 6, 2005 at 1:11 am
I also disagree with Steve. In the UK, with the election imminent, immigration is a hot topic. The EU is expanding all the time and has an open borders policy....
May 4, 2005 at 2:22 am
Hello Chris
Please excuse a question from a newbie, but is there an advantage in using the between operator as opposed to using >= and <= comparisons.
Looking at the execution plans...
April 29, 2005 at 2:15 am
This data does not seem normalised. Are you keeping it this way for ease of reporting ?
Why not create a separate table with an IDENTITY column and all the distinct...
April 12, 2005 at 8:01 am
You could use SQL Profiler to record all the SQLBatch activity on your database. If you use the TSQL SQLBatch : Completed event and the Stored Proc RPC : Completed...
April 6, 2005 at 1:08 am
I didn't realise this, but if you concatenate strings to give a valid numeric value SQL Server converts them to a numeric and the isnumeric() function returns TRUE.
So if you...
April 5, 2005 at 1:59 am
Great article thanks.
Off to rewrite all my CASE statements using COALESCE()
David
March 18, 2005 at 1:36 am
Huh,
all I got when I tried this out afterwards was
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 't2'.
Is this a SQL Server 2005 operator ?
March 11, 2005 at 1:02 am
Hi, I had problems restoring an archive database from a SQL Server 7.0 server to a SQL Server 2000 server. Although you could specify the logical filenames and the restore as...
February 25, 2005 at 2:03 am
I use temporary tables to store large results sets for reporting, usually where the values required cannot be calculated in a single SELECT statement. The reporting runs in a third...
February 11, 2005 at 1:33 am
Viewing 10 posts - 226 through 235 (of 235 total)