Viewing 15 posts - 871 through 885 (of 2,469 total)
this has been modified using a similar solution given in another post...
DECLARE @text varchar(75) SET @text = 'this is multiple spaces reduced...
**ASCII stupid question, get a stupid ANSI !!!**
October 13, 2005 at 5:45 pm
do you have an id column ?! what is the ddl of the table on which you're setting the trigger ?!
are you not able to grab the modified row using...
**ASCII stupid question, get a stupid ANSI !!!**
October 13, 2005 at 8:44 am
I just posted these links yesterday in response to another post - there're a couple of excellent articles on bitwise operators/operations by the "database geek" featured on yesterday's front page...
**ASCII stupid question, get a stupid ANSI !!!**
October 13, 2005 at 8:13 am
There is a script on this site that you can modify to do what you want...
**ASCII stupid question, get a stupid ANSI !!!**
October 13, 2005 at 8:07 am
Hey Phill - if everyone read BOL then you'd be out of a job...![]()
Eric...here're a link to an article by the "database geek"...
**ASCII stupid question, get a stupid ANSI !!!**
October 12, 2005 at 8:18 pm
'kay farrell - trying once again - type (all bolded words) exactly in the order given below:
1) start with lesser than sign followed by a - then single space
2) href="http://www.sommarskog.se/dynamic_sql.html"
3)...
**ASCII stupid question, get a stupid ANSI !!!**
October 12, 2005 at 3:37 pm
Other forums that discuss this issue suggest storing the hyperlink datatypes as varchar in sql server and use the app. to interpret it as hyperlink...here's one such link
**ASCII stupid question, get a stupid ANSI !!!**
October 12, 2005 at 10:50 am
yes indeed - this has been noted & discussed before...search site
**ASCII stupid question, get a stupid ANSI !!!**
October 12, 2005 at 9:51 am
Best place to start for anything to do with sql server is BOL (books online)...you can go to English Query....Overview....for a beginning..
Here's the definition from that page..
Using English Query, you...
**ASCII stupid question, get a stupid ANSI !!!**
October 9, 2005 at 10:30 am
- thought I might learn something about Lotus N...but find instead that the one SSC member - who, until now, has been...
**ASCII stupid question, get a stupid ANSI !!!**
October 8, 2005 at 7:16 pm
here it is...in BOL..RESTORE DATABASE....and in the Topics found listbox - select the very last one - RESTORE for the syntax details...
**ASCII stupid question, get a stupid ANSI !!!**
October 8, 2005 at 6:31 pm
I believe it is - "Restore myDB From dbBackup with file = 2"...
I'm sure BOL has something on this...
**ASCII stupid question, get a stupid ANSI !!!**
October 8, 2005 at 6:22 pm
Ray - just as an fyi - someone else had a similar question once (using t-sql) and I always post lee's solution when I see something like this...
**ASCII stupid question, get a stupid ANSI !!!**
October 8, 2005 at 10:57 am
A select * from myTable where (fieldValue like '%VB%Asp%') or (fieldValue like '%ASP%VB%') should get your results - just make sure it works even when the value starts or ends...
**ASCII stupid question, get a stupid ANSI !!!**
October 8, 2005 at 9:09 am
...and inspite of all that you're still here to lend a helping hand to others..how commendable is that..![]()
**ASCII stupid question, get a stupid ANSI !!!**
October 7, 2005 at 2:34 pm
Viewing 15 posts - 871 through 885 (of 2,469 total)