Forum Replies Created

Viewing 15 posts - 1,111 through 1,125 (of 2,469 total)

  • RE: SQL 7 and SQl2000 - Help pls...

    here's a link to browse through...

    link

  • RE: Sistaxis Question

    The bottom line is that though I did give remi this name it was on a temporary basis but now he won't give it back!!! It appears that something...

  • RE: Sistaxis Question

    noeld - repeat after me - aar - gee - are - us...see how easy it is now ?!

  • RE: Sistaxis Question

    noeld - don't even ask!

    by the way i did the right thing and sent you a pm with a "welcome back" msg...for all that remi knows i'm shocked that...

  • RE: Generate SQL script problem

    nope! conditions were identical for both scripts...

  • RE: T-SQL Print Command help please

    triggers are to be used more for referential integrity than anything else...when a new sales order is inserted in the database, does your application not get "refreshed" with the added...

  • RE: Generate SQL script problem

    that's certainly helpful to know!

    Now if only someone would tell me why one of my scripts included dependent objects and the other one...

  • RE: Generate SQL script problem

    well - here's another "weird feature" that I came across in my db...I scripted 2 views that have dependent views...one scripted in alphabetical order and the other one didn't script...

  • RE: Generate SQL script problem

    Guess the only workaround would be to name the dbobjects with the alphabetical scripting in mind and be creative with making the names both meaningful and in the required alphabetical...

  • RE: Pls Solve my problem

    sukhoi971 - you have posted your question in the right forum so hopefully an "ACCESS" savvy person should be along to help you...

    May I add though - that an ACCESS...

  • RE: Pls Solve my problem

    right assumption...sukhoi971 - your link's not working!

  • RE: Last login ?

    you could try something like this in the master db:

    select sd.name, login_time, last_batch, sp.status, program_name

    from sysprocesses sp

    inner join sysdatabases sd

    on sp.dbid = sd.dbid

  • RE: How this process work

    Raj - nothing in the posts say that you did not delete a system table...I was not giving any other turn to your question except trying to get some information...

    however,...

  • RE: T-SQL Print Command help please

    ah - ever the perfect gentleman! thx. remi!

  • RE: T-SQL Print Command help please

    it's no consolation jeff - remi'll tell you (& i'll spare him the trouble of saying so) that it's only a matter of time!

Viewing 15 posts - 1,111 through 1,125 (of 2,469 total)