Viewing 15 posts - 2,356 through 2,370 (of 3,656 total)
If you don't need double-byte characters (in SQL2000) use TEXT rather than NTEXT.
Phil, have you tried sp_executeSQL as a possible alternative to EXEC, it might give you a bit more...
July 5, 2006 at 5:13 am
CTRL R toggels the results pane off and on just like in QA.
By the way performance is almost acceptable if you stick 2Gb in your development machine.
My dev machine is...
June 29, 2006 at 2:44 am
No problems Daryl, there is actually a typo in your data because it has
2,1,8 AND 3,2,8 which is against the rules as 8 would be in the same 1st...
June 26, 2006 at 12:46 pm
Daryl, as posted earlier there are Sudoko puzzles where there is no automated solution and you have to make a choice at some point. You can make the wrong...
June 25, 2006 at 5:09 pm
Assuming you don't have SQL2005 and therefore the PIVOT function you could always resort to
DECLARE @display TABLE(ID INT IDENTITY(1,1),Display VARCHAR(50)) DECLARE @lRow TINYINT SET @lRow = 0 DECLARE @NewRow VARCHAR(50) INSERT INTO @display (Display)...
June 24, 2006 at 6:53 am
My apologies for the missing stored procedure.
When I started building my solution I prototyped it by bouncing values through tables and the procedure was used to remove solved cells from...
June 23, 2006 at 6:10 am
Tad William's Otherland series.
Arthur C Clarke was pretty good.
Jules Verne was probably the most prophetic.
June 16, 2006 at 2:15 pm
If you want to be shackled to your old achievements then don't bother commenting your code.
As long as you work for the organisation it will always be quicker/cheaper to ask...
June 13, 2006 at 4:32 pm
Diesel in the UK is around 95p per litre and petrol is around 92p.
I've just filled a 50 litre tank of diesel and expect to do around 600 miles on...
June 13, 2006 at 4:27 pm
I think it is worth mentioning that both Apex SQLDoc and Innovasys DocumentX use special (and virtually identical) comment tags so that they can suck out the comments and build...
June 13, 2006 at 7:06 am
In the UK there have been a number of complaints from consumers who have been disappointed with the fuel consumption of the hybrid cars.
I think it is more a case...
June 12, 2006 at 2:34 pm
Here's an embarrassing confession.
Knowing that Metadata is data about data I thought that Wayne Rooney's broken metatarsal was the cancellation of his book deal.
June 10, 2006 at 10:17 am
It depends on what you are intending to track for a sport.
I worked (very briefly) at one of the smaller betting companies and their need to...
June 9, 2006 at 12:15 pm
I'm not sure about the criminal bit but other than that it is a good description.
The other thing that makes Brit's good hackers is having to deliver miracles using hardware/software...
June 6, 2006 at 2:08 am
Viewing 15 posts - 2,356 through 2,370 (of 3,656 total)