Viewing 9 posts - 1 through 9 (of 9 total)
Thanks for the reply Ben,
Does this mean that I can set up the web portion without worrying about the licensing? I was under the impression that that was part...
June 23, 2007 at 8:22 am
well.. i've been searching some more since my post and have found some info about the licensing question..(narrows my options considerably)
From the SQL Server 2005 Pricing and Licensing White paper...
June 18, 2007 at 12:04 pm
fantastic!
thanks Michael.
I think the answer to this question really enforces and reminds me of the fact that tables are sets and can be replaced by sets when needed.
thanks again
will
October 27, 2006 at 7:49 am
maybe i just need to make a temp table with the max values of state and then inner join it instead of the full state table..
sorry.. thinking out loud
October 26, 2006 at 3:33 pm
i guess it is worth mentioning that The result set above is pretty much exactly what i want only i need to get rid of the rows that have rows...
October 26, 2006 at 3:25 pm
well.. i guess it would be a better way, but that isn't why i need it. the other query that does work is really performing a totally different task. ...
October 26, 2006 at 3:17 pm
thanks..
i found a similarly worded answer in the msdn documentation while waiting for a reply.
I may very well be coming back for more help but i first have to apply...
October 26, 2006 at 1:34 pm
Found the problem...
the php mssql extension has some setting in the php.ini file.
had to extend the settings below
- mssql.textlimit = 145536 (max is 2 million something characters)
- mssql.textsize = 145536...
August 22, 2006 at 8:51 am
ok.. here is a small update.
I updated the field using the currently stored string copied twice into a text query.
(i.e. text size was twice the currently stored data)
and it...
August 21, 2006 at 2:37 pm
Viewing 9 posts - 1 through 9 (of 9 total)