Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 2,469 total)

  • RE: Site owners...you really should do something about this....

    Oops - there's that catch 22!!!!! <;-)

    Guess I meant that if I want to get a question answered, the first thing I'll do is pick the right forum before...







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

  • RE: Site owners...you really should do something about this....

    Recycling the posts is great because I have seldom seen one that doesn't get answered the second time around...(though at scc.com it's almost as if the members are vying with...







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

  • RE: Site owners...you really should do something about this....

    Remi - the only answer those posters deserve is : "GO POST IN THE RIGHT FORUM"...

    But you know what I mean right ?!?! I'm sure appropriate filters could be added...







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

  • RE: Drop Out Or Graduate?

    And my 2 Cs...I grew up in India where Education is HUGE & dropping out was NOT AN OPTION - we could've gotten beheaded for that...<;-)

    I hear though that with...







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

  • RE: view structure of table in sql server2000 in Q.A.

    that should read...

    select * from syscolumns where id =

    (select id from sysobjects where name = 'tablename')







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

  • RE: order by using IF

    If only everything was so simple....

    You cannot use @sort directly because variables are only allowed when ordering by an expression referencing a column name......







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

  • RE: view structure of table in sql server2000 in Q.A.

    sp_help is pretty comprehensive...

    You can also query the system tables with something like:

    select * from syscolumns where id =

    (select id from sysobjects where name = )







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

  • RE: calculate shipping price

    The table def is certainly needed...but here's something for you to play around with...

    select cost =

    case

    when weight 25 and destination = 'Kenya' then weight * 6.2

    when weight...







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

  • RE: Data Types

    Should be allowed unless the length of column is set to 1 ???? What other data do you have and what kind of error msg do the users get ?







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

  • RE: Restore the database upto last point.

    There's an article on this very topic in today's scc.com - have you read it ?!

     

    http://www.sqlservercentral.com/columnists/kKellenberger/restoringtoapointintime.asp







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

  • RE: MCSD

    Never mind - I just googled them - so you're saying that it's cheaper to fly to India - take the course and come back all certified ?!?!?!







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

  • RE: MCSD

    I'm curious - who is/are "Koenig in India" ?!?!?!







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

  • RE: Clean up junk data

    Here's a link to where you can find more info...

     

    http://www.mssqlcity.com/FAQ/Devel/sp_msforeachdb.htm







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

  • RE: Any suggestions please?

    Have you tried running an sp_depends against the table to see if anything's changed ?!







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

  • RE: order by using IF

    :cryisrespect ?!?! I never took it that way Remi.....was just pointing out to Suri that he needs...







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

Viewing 15 posts - 2,161 through 2,175 (of 2,469 total)