Forum Replies Created

Viewing 15 posts - 871 through 885 (of 2,469 total)

  • RE: stored procedure help

    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 !!!**

  • RE: update, insert delete trigger help

    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 !!!**

  • RE: How are bit column stored?

    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 !!!**

  • RE: Appling DENY object permissions to a Database

    There is a script on this site that you can modify to do what you want...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: (COLUMN_UPDATE())

    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 !!!**

  • RE: Order By using a Variable

    '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 !!!**

  • RE: Insert HyperLink.

    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 !!!**

  • RE: Long standing problem with searching forums

    yes indeed - this has been noted & discussed before...search site







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: English query

    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 !!!**

  • RE: Lotus Notes SQL - how do you open a "private" view in VB?

    - 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 !!!**

  • RE: Backup Set Position Number...

    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 !!!**

  • RE: Backup Set Position Number...

    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 !!!**

  • RE: Suppress data that is being repeated

    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 !!!**

  • RE: Want Sql Query

    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 !!!**

  • RE: setting the language in the connection string

    ...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 !!!**

Viewing 15 posts - 871 through 885 (of 2,469 total)