Viewing 15 posts - 5,896 through 5,910 (of 7,191 total)
Scott
I don't know how the port selection is made, but I do know that you can fix the port if you go into SQL Server Configuration Manager.
John
June 2, 2008 at 6:57 am
preetha.sathyamoorthy (6/2/2008)
I tried your query. It's giving the correct output. The output is starting with 0 only, If the id is starting with 1. If it is starting with...
June 2, 2008 at 6:38 am
Rajan John (6/2/2008)
select a.id - 1 from table_name a where not exists( select b.id from table_name b where a.id = b.id + 1)
the first...
June 2, 2008 at 6:26 am
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/29248949-325b-4063-9f55-5a445fb35c6e.htm
June 2, 2008 at 1:58 am
Sorry, I don't understand. What CAST to nvarchar(800)? Is there a typo in the question?
John
May 29, 2008 at 1:21 am
msbasssinger (5/28/2008)
May 28, 2008 at 9:53 am
Yes, use OUTER JOINs instead of INNER JOINs where appropriate.
John
May 28, 2008 at 9:17 am
msbasssinger (5/28/2008)
[font="Tahoma"]First, it is not the overwhelming majority of the scientific community. When you narrow it down to scientists with expertise in closely related fields, they are quite divided....
May 28, 2008 at 8:58 am
Wouldn't be the first time. Remember the new Ice Age (global cooling)? Science is not a democracy. Scientists discover things daily that change what they thought was...
May 28, 2008 at 8:42 am
msbasssinger (5/28/2008)
May 28, 2008 at 8:07 am
Probably the best way would be to create a "numbers" or "tally" table. Search this site for how to do that and examples of what it can be used...
May 28, 2008 at 4:58 am
Joseph
No, the same limits don't apply to SQL 2005. Have a look on the Microsft website to see what the limits are. Have you checked that you have...
May 16, 2008 at 8:36 am
Mmmm... we're really looking for table DDL in the form of CREATE TABLE statements and sample data in the form of INSERT statements. But anyway, looking at the snippet...
May 16, 2008 at 8:05 am
Joseph
You're right about what the /3GB switch does, but if your application can't use all the memory available to it then it won't. SQL 2000 Standard can only use...
May 16, 2008 at 7:54 am
Viewing 15 posts - 5,896 through 5,910 (of 7,191 total)