Viewing 15 posts - 91 through 105 (of 109 total)
How would i create this variable ? it would have to be based on the current month and year (possibly a day as well, this will be confirmed)
Is it possible...
December 2, 2009 at 6:47 am
ive worked out what the problem was, I had an additional where clause that checked for null postcodes, that was excluding some rows from the update process. Appologies for...
November 30, 2009 at 4:39 am
after some initial testing, im still having problems with the actual update, running this query
UPDATE Address
SET County = mc.CountyName
FROM MasterCounty mc
INNER...
November 30, 2009 at 3:08 am
I ended up creating another database that was basically a copy of the other (on my local server) and I tried the import process locally. From the results it...
November 26, 2009 at 8:48 am
already tried the except clause
November 26, 2009 at 2:58 am
many thanks for your advice Jeff, much appreciated. I ran your version and it worked in about the same amount of time, but your way has made me much...
November 26, 2009 at 2:26 am
already tried that one, it seems to do the job. I wasnt aware of it as its new to sqls server
November 25, 2009 at 9:40 am
managed to do it myself in the end
update Address set County = mc.County FROM MasterCounty mc
INNER JOIN MasterTown mt ON mc.CountyID = mt.CountyID
WHERE Address.Town = mt.TownName
November 25, 2009 at 8:02 am
I tried running it several times with different integer vales passed in, the first 2 were slower, but the third was faster. The integer values i passed in were...
November 23, 2009 at 3:04 am
jpgrotator>
parameters>
rotatetime>5
randomplay>false
shownavigation>false
transition>bgfade
width>207
height>162
wmode>window
/parameters>
photos>
photo path="image1.jpg"...
April 29, 2009 at 9:56 am
anyone know how to post xml ???
ive tried saving to a text file and attaching it, but you cant subsequently view it !
April 29, 2009 at 9:52 am
GSquared (4/29/2009)
April 29, 2009 at 9:50 am
Viewing 15 posts - 91 through 105 (of 109 total)