Forum Replies Created

Viewing 15 posts - 166 through 180 (of 2,469 total)

  • RE: column name starting with _ (underscore)

    There're a whole bunch of articles out there on naming conventions alone - none that I've seen that justifies starting any name with an underscore...I've also seen spaces used in...







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

  • RE: DBA and SQL developer

    I think your new job is erlaly keeping you on your toes...you seem to be back in full swing - think Steve is the only one you have to beat...







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

  • RE: DBA and SQL developer

    Of course you can read...didn't you have to be able to read in order to study ?!?! 'sides, it's better than not being able to write..."erlaly"..







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

  • RE: DBA and SQL developer

    I agree with Ninja's RGR'us' suggestion!

    I have never put DBA on my resume yet get emails for DBA positions all the time - I got interviewed last week (& an...







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

  • RE: want to buy a sql server book

    Just wanted to second that....I love that book and it still remains a top favourite that I pick up from time to time...simple & well written!!!







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

  • RE: Database Design and Reference Tables

    For that the articles would have to be flagged in some way and/or the site-owners would have to read the comments & response posts to every single article..kinda monumental..that task...







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

  • RE: Insert INTO from one table to another not alread exist

    Tom - you can always run your t-sql through the parser in QA to help you debug...

    You have 2 joins in your first line without specifying what column(s) you're joining...







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

  • RE: Data Breaches

    Sandy socked it away in a sock

    huffing & puffing and in a pant

    A breach in the administration, an administrative breach

    to each his own, but in a....BREECH ?!?!

    got too big for...







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

  • RE: time format

    well - there's 0 or 100 that gives you hh:mm in AM/PM - would that work ?!







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

  • RE: peeling ad behind forum

    You missed the boat on this one...has been discussed (at least) twice already.....

    Bent Corner ads

    Advertising







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

  • RE: Error Message:Cannot open database requested in login ''''databasename''''. Login fails.

    Bagath - you'd be better off posting the whole code so someone can take a look at it and possibly identify the error spot...







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

  • RE: Alternative to using DISTINCT with COUNT Function

    If temp tables are allowed, then you can do...

    select distinct(column)

    into #table

    from table

    select count(*) from #table







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

  • RE: Time Off

    Not at all..that was addressed to rookies who don't know any better and don't script them right the very first time...not "Old (& capable) hands" like you....







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

  • RE: Alternative to using DISTINCT with COUNT Function

    Or maybe a variable to store the @@ROWCOUNT ?!?!







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

  • RE: Help with Query Design?

    So now we have everything sorted out what's with all this funky display ?!







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

Viewing 15 posts - 166 through 180 (of 2,469 total)