Viewing 15 posts - 496 through 510 (of 993 total)
Someone earlier asked a good question - does Oracle support the newer syntax? (I might have to extract data from an Oracle system soon - would hate to have to...
May 17, 2006 at 10:22 pm
I took great interest in this thread as I am faced with a similar situation - or at least I have been avoiding it and was wondering if I was...
May 15, 2006 at 10:11 pm
Good info. There won't be a problem having two DBs containing a file with same logical filename (although I think that within a DB itself you need unique logical filenames).
I...
May 15, 2006 at 9:44 pm
If you expect to do a wildcard for numbers like
"all numbers beginning with 199", then you will need to cast the numbers to a varchar and feed this into a...
May 15, 2006 at 9:41 pm
I've always used the newer syntax as it made things obvious and clear to me... I suppose if I had grown up using the old syntax I might think differently...
May 15, 2006 at 9:36 pm
Some questions / comments.
Is there any flag in the legacy system to let you know when rows have changed? This could even be a "last updated" column against the row. ...
May 15, 2006 at 9:18 pm
If your app is offline and you really do need ALL transactions to fail or succeed, why not
a) Backup the DB before the data insert
b) Perform the insert in small...
May 12, 2006 at 1:02 am
The BLOBs in SQL Server work very well - provides some benefits that the file system doesn't offer - but that's another story and not the point of the question...
May 12, 2006 at 12:58 am
Or, if you are lucky enough to develop against 2005 exclusively (I'm not in that category yet
), you could use the new...
May 12, 2006 at 12:54 am
I have used param types on stored procs such as image & text - ntext is no different... That's why if you post code we can perhaps see what you...
May 12, 2006 at 12:53 am
Also, if this code is coming to SQL from your client application / web application, you should read about "SQL Injection attacks" and how to prevent them... Do a search...
May 2, 2006 at 7:22 pm
After having performed some data extraction work yesterday on a Paradox DB that made use of MUCK tables, I definitely am not in favour of them - at least not...
April 19, 2006 at 11:04 pm
I suspect the note about nested triggers in the article is stating that one trigger cannot refer to another trigger - it is implicit by performing an action against another...
April 19, 2006 at 11:01 pm
I see both sides of the argument, except where people claim a MUCK table will make their GUI easier... I tend to dislike direct mapping of controls such as Grids...
March 28, 2006 at 10:12 pm
Viewing 15 posts - 496 through 510 (of 993 total)