Forum Replies Created

Viewing 15 posts - 481 through 495 (of 2,469 total)

  • RE: How to name a database

    I usually spend an inordinate amount of time mulling over names...I totally agree with keeping it simple, short and descriptive - however, it's not always easy to combine all three...

  • RE: Assign a sequential number to each row in a view

    Why not take the easy way out and do it client-side ?!

  • RE: search functionality

    marge,

    There're several ways to use search to get best results - my "most preferred" is to use the "search" button on the toolbar on top...this takes you to a page where you...

  • RE: Weird String mismatches MS Access/SQL Server

    If it is, it should be "thrown up" in the ascii loop....

  • RE: Getting started...

    I'm sure everyone has their personal favourite - maybe you can just pick the one that makes the "most listed"...

    mine is "professional sql server 2k programming" - a wrox publication...

  • RE: Weird String mismatches MS Access/SQL Server

    maybe changing the datatype to nvarchar and retesting for matches...?!?!

    ps:think you've got keywords mixed up...it's "johnny come lately" you must be thinking about!

  • RE: Weird String mismatches MS Access/SQL Server

    Intriguing..

    You must've done this already and am curious about the outcome...

    1) execute sp in QA with "problem" names.

    2) change sp to do a "select * from installer_NWD where installer_name =...

  • RE: Weird String mismatches MS Access/SQL Server

    hmm - I was going to suggest checking the length as well...wonder what your audit sp looks like...

    have you tried manually entering the names that don't find a match ?!...

  • RE: Data Mining

    You're the most irreverent person I know so I'll nab "irrelevant"...always wise to stick to the things you know/do best eh..

  • RE: Weird String mismatches MS Access/SQL Server

    Have never worked with Access but here're a couple of things you could check (if not done so already)...

    1) Is your database case sensitive ?! If so, you could use...

  • RE: Data Mining

    Whenever I need a break from the tedium of routine I come to this site...and it never fails to pique my interest...I too honed in on "tame of monkeys" and...

  • RE: Padding Statement

    What exactly do you want to do....there're a couple of functions that could be used - STUFF(), SPACE(), REPLICATE()...etc..

  • RE: Create a text file with T-SQL

    oh - for good t-sql books - don't know if O'Reilly still publishes them but they used to have a very good one called "Transact SQL Programming"....and then there's Ken...

  • RE: Create a text file with T-SQL

    If you use Query Analyzer to run your t-sql and set the "Default Results Target" under "Tools" - "Options" - "Results" tab as "Results to file", you can save the...

  • RE: Help on Remote Backup on SQL2000

    Here's a post that discusses how to backup over a network!

Viewing 15 posts - 481 through 495 (of 2,469 total)