Viewing 15 posts - 1 through 15 (of 17 total)
FWIW
I prefer to use pkTableNameID for (you guessed it) the primary key for that table. Tables being pluralised, so tblCategories would have pkCategoryID.
Then fkTableNameID clearly describes the fact that it...
October 2, 2007 at 4:02 am
Hi Jeff,
Thanks for the reply. I'm going to implement this approach in a new project I've been assigned to. Its an internal thing and so I don't have to worry...
September 27, 2007 at 6:36 am
Hi Steven,
Thanks for the reply.
I've created a backup statement, outside of the MP, but the problem I have with that solution is that it doesn't delete the old backup...
July 21, 2005 at 6:59 am
Thanks for the ideas.
Still no joy even with the Oracle tools installed on my PC (also have SQL server 2k installed). I don't want to install more than is...
July 20, 2005 at 9:05 am
Can you change the default language to British English, in Server Properties?
June 28, 2005 at 3:09 am
Many example scripts use PUBS or NORTHWIND and for that reason I would keep a copy of them on a server somewhere. Remi is right there is no need for...
June 22, 2005 at 3:50 am
Remi, just a quick question about your 3rd point... I've always thought it a good idea to prefix things like tables (tblMyTable) to make it clear, maybe 3 years down...
June 22, 2005 at 3:46 am
Chris
Many thanks - that's sorted it out. And like all great solutions blindingly simple when you stop and think about it!
May 26, 2005 at 7:35 am
Hi,
Have tried LIKE
However its throwing back an error "converting the varchar value 'NG19 8DK' to a column of data type int"
The column is varchar so why is it trying...
May 26, 2005 at 7:06 am
We're a bit behind the times where I'm working - we have 2 SQL boxes both running SP3. The IT manager doesn't see the point in installing SP3a or SP4...
May 17, 2005 at 3:58 am
Ahh - that's excellent!
Many thanks for your help
April 19, 2005 at 6:19 am
Thanks James
That's doing the job!
March 9, 2005 at 6:42 am
Yeah - I had worked out a LEFT TRIM after 3 characters version - but then that was matching 'SE1' and 'SE18'
March 9, 2005 at 6:17 am
Viewing 15 posts - 1 through 15 (of 17 total)