Viewing 15 posts - 2,731 through 2,745 (of 3,616 total)
As posted earlier immigration is a big issue in the UK right now, especially with the general election tomorrow.
We have a problem called the BNP (British National Party). Imagine...
May 4, 2005 at 3:58 pm
I loved the books but hated the movie.
Gags I liked
* The gun designed by a woman!
* The bottom falling out of the airlock
* Arthur Dent's "I'm British, I know how...
May 4, 2005 at 3:36 pm
Adam, I'm not sure what you are getting at.
It is possible to be valued as an individual but be irrelevant to the organisation.
May 4, 2005 at 3:23 pm
Within EM right-click on your database and select properties.
Under the general tab look at the Collation name (at the bottom), the chances are it is different in one database to...
May 4, 2005 at 2:00 am
I liked the gag about a gun designed by a woman and the airlock where the bottom falls out of it, but yes, they rushed through the opening (and best)...
May 3, 2005 at 7:11 am
I thought the whole point of a cluster is that the nodes were identical and therefore if a node went down the other nodes would take over?
We originally recommended that...
May 3, 2005 at 7:03 am
If companies are in a non-competitive but symbiotic relationship it could work.
As pointed out liability for faulty code may be an issue although I suspect the sticking point would come...
May 3, 2005 at 2:04 am
What about the department name column?
What do you want to happen when a salary in Company is updated?
What is the link between Company and sales_dpt?
It could be as simple as
CREATE...
April 30, 2005 at 10:14 am
I originally learnt BASIC and over the years have learnt a variety of langauges. If you are a MS shop then going for a .NET language is a no-brainer.
I...
April 30, 2005 at 10:07 am
It wasn't a slight on Canada it was a back handed compliment. My admitedly limited experience of Canada (Ontario/Quebec) and word of mouth from relatives in Vancouver, Grandfathers journal...
April 30, 2005 at 9:57 am
God I'd hate to live in Canada.
A country that defines the great outdoors, and you have to spend most of it indoors doing the impossible for the ungrateful. Bummer.
April 29, 2005 at 8:37 am
I think it is different things for different people but Kumaran certainly nails it as far as I am concerned.
"they feel that they are NOT BECOMING MORE VALUABLE by the...
April 29, 2005 at 1:44 am
May be a small aperetif?
If you look at a postscript file you can almost tell what is going to print. Within certain limits you can say the same about...
April 26, 2005 at 9:42 am
Try this in the Northwind database to select the every 5th record from products
DECLARE @tbl TABLE (RowNum INT IDENTITY(1,1), ProductName VARCHAR(40))
INSERT @tbl (ProductName)
SELECT ProductName FROM dbo.Products
SELECT * from @tbl
WHERE RowNum...
April 26, 2005 at 2:08 am
Viewing 15 posts - 2,731 through 2,745 (of 3,616 total)