Viewing 9 posts - 1 through 9 (of 9 total)
I think you can use something like this:
CREATE FUNCTION PureNumeric
(
@STRING VARCHAR(255)
)
RETURNS BIT
AS
BEGIN
IF ISNUMERIC(@STRING) = 1
BEGIN
IF (CHARINDEX('D', @STRING) <> 0) OR (CHARINDEX('E', @STRING) <> 0) OR ( CHARINDEX('$', @STRING) <> 0)
RETURN...
March 20, 2008 at 12:58 pm
ng949 (3/20/2008)
I am trying to write a SQL statement to find related videos in a video site for a particular video. The TAG terms under a video goes as a...
March 20, 2008 at 12:41 pm
Jack Corbett (3/4/2008)
March 19, 2008 at 7:12 pm
Tomm Carr (3/19/2008)
Both pseudo tables exist for every trigger. Here is a code snippet I include in every multiple-operation trigger.
Nicely done :). Actually, I've never checked the "existence" of those...
March 19, 2008 at 6:59 pm
Hi,
I would recommend you to use a %NT% over the fields.
However, you should check the architecture of the app. Maybe you can make regular searches on the data en build...
March 18, 2008 at 7:22 am
jagpalsingh4 (3/18/2008)
hi,plz check this query and find out y its not running .where is the fault
select 'my details'=addressline1 +or+'city' from person.address
thaxxx
regards
jagpal singh
Hi,
I don't understand what you want...
However, I...
March 18, 2008 at 7:17 am
True.
Remember that you can have as many triggers as you want, even for the same event.
Regardless of that, I guess you can try to check the existance of the INSERTED...
March 18, 2008 at 7:14 am
That's true, scheduled or regular shrink is a bad practice, in paper.
Sometimes there isn't enough time to fix the App and we need to solve things on the run. Change...
March 17, 2008 at 8:08 pm
Hi,
I think that's the issue isn't only the usefulness of the script. The script itself it's ugly :p
Actually, you should be getting first the recovery mode of the DB and...
March 17, 2008 at 6:37 am
Viewing 9 posts - 1 through 9 (of 9 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy