Viewing 8 posts - 46 through 53 (of 53 total)
OK Not a commercial tool (as yet) however we've developed a tool for 2000/2005 that using t-sql, dts and a couple of other tricks keeps client databases in sync. We have...
October 6, 2006 at 2:34 am
I've used VMWares early ESX products and unfortunately encountered one of their features, other than that the experience was relatively good. The box ran SQL server, Lotus Notes and File...
May 31, 2006 at 7:38 am
Given that I live in the UK(ish) the IRS doesn't grab me but the QOD points for an hours programming might be fun - language limited of course (C, COBOL,...
April 22, 2006 at 5:56 pm
If I get a chance these days after work and the family and rebuilding the house, its motor bikes. Building/rebuilding/customising and designing...
New toys going...
December 11, 2005 at 7:38 am
I live in the Channel Islands, a small group of islands between France and England and here, tidal energy is picking up speed. Its much more sustainable, predictable with little...
April 5, 2005 at 2:05 am
Hi Steve,
I usually scan the database daily and the community update. There are at least two articles a time in the daily database where as in the community update I...
January 31, 2005 at 2:05 am
I use this TSQL:
Declare @TableID Int
Set @TableID=(Select ID From SysObjects Where xtype='u' and name='MyTable')
Select sc.name, sc.id, sc.colid, datatype=st.name, sc.length, sc.prec,
sc.scale, IsID=Case When sc.autoval Is Null Then 0 Else 1 End,
...
July 22, 2004 at 8:41 am
Viewing 8 posts - 46 through 53 (of 53 total)