Forum Replies Created

Viewing 15 posts - 151 through 165 (of 179 total)

  • RE: total duration

    Thank you for your idea.

    in that case then i need strip out chars from data

    (i mean w,d,h) and convert them into seconds and then

    run ur query .

    is that what u...

  • RE: interesting query

    Dear Phill Carter

    you are 100% right.yes i am using it in stored proc.

    I'll implement your suggestion.

    Thank you so much

  • RE: interesting query

    hi Phill Carter

    it worked like a charm 

    but how can use it in my dynamic query

    some times there may be [ char in my...

  • RE: interesting query

    i tried again like following but still did not work

     

    select * from tab1where fld1 like 'Ph[(L' escape '['

    select * from tab1where fld1 like  like '[Ph[(L]'

  • RE: interesting query

    i found following books online

    If the LIKE '5%' symbol is specified, SQL Server searches for the number 5 followed by any string of zero or more characters.

    For example,...

  • RE: interesting query

    Thanks guys i'm trying..

  • RE: interesting query

    Yes,i did still it does not work.

    with out % 1st query runs but why not 2nd one?

  • RE: question relatated to User log

    u can use profiler to trace every event.otherwise

    u need to write a trigger on the table you want to know changes which sends you an email(you can use xp_sendmail ).

    cheers

  • RE: Replication

    actually we did not design our application initially keeping replication in our mind.

    we needed it now bcoz

    my boss who travels extensively and always uses this application.

    ofcourse he could connect to...

  • RE: Replication

    our frontend application accessing sql server database not vfp tables.

    we r using vfp just as frontend .

  • RE: Replication

    thank for ur reply thomas.

    in my case our frontend application programmed to interact with sql server only

    not .dbf files.

    seems like correct me if i am wrong,

    if i were 2 follow...

  • RE: find who accessed

    Hi brian

    if i can ask another question on replication.

    we have an application in our office MSDE8 as backend and visual foxpro as frontend.now

    we want to enable replication.i mean users can...

  • RE: find who accessed

    sorry Brian it's sql server login.

    anyway i changed our server audit level to success.seems like i need 2 restart our server.i'll restart our server when there r no logged in...

  • RE: find who accessed

    hi brian

    i checked my server properties unde security tab but unfortunately the audit level is none.

  • RE: find who accessed

    thanks friends

    how do i know SQL Server is configured to audit successful logins?

    if so how can i read application log.

    thanks for ur help

Viewing 15 posts - 151 through 165 (of 179 total)