Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,469 total)

  • RE: It''s Not Me

    Hmm..will readily admit that of your many personas this one I like the least (actually "not at all")...think you should definitely keep your lightspeed days hush-hush..







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

  • RE: Fully Qualified Names?

    BOL help could be found under "distributed queries"...







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

  • RE: programming

    There's (at least) an article on this - the discussion/ensuing comments make for a really good & informative read - also a post on the same topic...

    1) where logic...







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

  • RE: checking if a stored proecures parameters are null or empty

    Some more suggestions:

    In addition to making the ConsultancyBookingNumber an ID column, you could also specify default values (of NULL) for the various parameters so you don't have to do any...







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

  • RE: Trigger code reference book

    Your best bet would be to start within BOL itself...it has pretty extensive (& comprehensive) documentation on triggers..







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

  • RE: To stop a backup configured thro'''' Entriprise Manager

    okay - then you just have to change that to "overwrite"...







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

  • RE: To stop a backup configured thro'''' Entriprise Manager

    maybe you have the "append to media" selected rather than the "overwrite existing media"?! At any rate, you can still start, stop, edit, delete etc. by rightclicking on the job...







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

  • RE: The Best Job

    what does a bike messenger do - is that the same as a courier ?!

    ps:was the bike driven by motor or pedal power ?!







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

  • RE: The Best Job

    I would offer Steve (very stiff) competition in getting on that best-seller list..

    I love (read: intensely passionate about) the power of words and how...







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

  • RE: Truncating Date

    use convert and apply a style to get only the date...

    select convert(varchar, getdate(), 101)

    there're any # of formats that you can apply - check BOL for the one that fits...







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

  • RE: This really gets my goat

    "big brother chip implanted"...omg - are we in Oceania ?!







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

  • RE: This really gets my goat

    Yeah - that's scary! Don't blame your goat for being thusly got!

    Maybe there's hope in that since so few know of this the id thieves fall into the category of...







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

  • RE: Not receiving newsletters

    Mine has been really random...sometimes I get it late at night...sometimes not at all

    Jo - why don't you just set up a filter?! I...







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

  • RE: select top 10 * from table Takes long time to run

    Have you tried the alternative of : "SET ROWCOUNT 10" & then running your select to see if it makes a difference?!

    Has your table grown considerably since last week (that's...







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

  • RE: How to find out what Service Packs I have installed for SQL Server 2000

    okay - will take your word for it!

    But on the msn download site this is what they have (see below) and it does...







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

Viewing 15 posts - 331 through 345 (of 2,469 total)