Viewing 10 posts - 31 through 40 (of 40 total)
The maximum number of tables in a select is 256.
SQL 2000 http://msdn.microsoft.com/en-us/library/aa933149(SQL.80).aspx
SQL 2005 http://msdn.microsoft.com/en-us/library/ms143432.aspx
Those are the maximum capacity specs for SQL 2000 and 2005, I...
May 6, 2008 at 9:57 am
Rajan John (4/25/2008)
can please you explain why you think 2000 be installed before 2005?
From my personal experience, installing 2000 first followed by 2005, installing 2005 first followed by 2000 broke...
April 25, 2008 at 4:56 pm
brewmanz.sqlservercentral (4/16/2008)
sai.adarsh (4/16/2008)
It works fine with SQL Server 2000 ....
Yes, many of us have said this, including me. But I've yet to have the acknowledgement that our clearly correct answer-that-works...
April 16, 2008 at 8:05 am
Can I change my answer to
E: You should have recognized this as the April Fools Day question, one day early.
Seriously, as someone still learning...
April 1, 2008 at 7:50 am
This is actually much cooler than it looks - a poster above noted this but I did not understand until I tested...
If you specify a column alias that matches a...
March 31, 2008 at 11:47 am
My gut reaction when I first saw this was to choose the "correct" message, then I tested this on my SQL 2005 and SQL 2000 servers, and both times it...
March 31, 2008 at 10:19 am
Seems it tries to conenct it MSSQL 2005
Then I uninstalled SQL server 2005 and then installed SQL server 2000. When I try to connect to SQL 2000 it gives...
March 28, 2008 at 7:40 am
Thats the generic "I can't connect to the SQL server" that .NET 2.0 uses. The hint about SQL 2005 is less than useless in my opinion, because this message...
March 26, 2008 at 10:09 pm
We got into just this sort of thing converting some legacy data.
The old system had tickets, items, and fees. The items were linked to the tickets, the fees were...
March 26, 2008 at 8:17 am
We have similar issues with our software, which is written in VB.NET
If you are the programmer of the .NET code, take a look at the commandtimeout property on the troublesome...
March 12, 2008 at 5:32 pm
Viewing 10 posts - 31 through 40 (of 40 total)