Viewing 6 posts - 1 through 6 (of 6 total)
Andy,
my apologies for quoting your name in my post.
It seems that you have posted a second before I clicked Post reply so I read your name instead of Jerome's
February 2, 2006 at 2:05 am
Andy,
you missed aliasing the distinct select.
Try this:
SELECT COUNT(*) FROM (SELECT DISTINCT marq FROM vehicule) as a
Darko
February 2, 2006 at 1:33 am
On the client site check programs that are triing to logon to your SQL server.
I had similar programs long tima ago, when password for 'sa' user was changed and SQL...
January 25, 2006 at 1:21 am
Hi,
I'm not sure, what are your demands, but there are some thinks you can do to.
1. Check the Where conditions and indexes in table B (source table).
2. DROP all indexes...
January 13, 2006 at 2:31 am
Hi,
problem is that T-SQL does not allow assigning value to image, text or ntext variable.
If you wish to return value from ntext column from a table, use SELECT statement. You...
December 21, 2005 at 2:24 am
In SQL, if you want to specify unigode string you must use N'' style.
in your case
if ( @param1 = N'PING')
BEGIN
...
Darko
September 2, 2005 at 12:40 am
Viewing 6 posts - 1 through 6 (of 6 total)