Forum Replies Created

Viewing 15 posts - 271 through 285 (of 319 total)

  • RE: Comparing Strings......

    Jeff Moden (3/31/2008)


    Ahmad Osama (3/27/2008)


    souLTower (3/27/2008)


    If you have a table called CompanyNames you can query like this:

    -- Remember to use procs to eliminate SQL injection

    SELECT cid from CompanyNames where cname...

  • RE: ORDER BY

    dragos_sv (3/31/2008)


    i do not think it's a matter of sql server version. ideally you/we should be able to answer without running the command.

    but if you still want to run...

  • RE: Comparing Strings......

    Chris Morris (3/28/2008)


    Hi Ahmad, depending on how many rows you're working with, fuzzy matching may also be an option. You could employ SOUNDEX or DIFFERENCE to quickly obtain a list...

  • RE: Comparing Strings......

    souLTower (3/27/2008)


    If you have a table called CompanyNames you can query like this:

    -- Remember to use procs to eliminate SQL injection

    SELECT cid from CompanyNames where cname =

    One project...

  • RE: Comparing Strings......

    Hi,

    I want to check a user inputed company name with that of company that exist in our database in order to determine whether the user given company already exist in...

  • RE: Scheduling data extraction to excel

    Told ya' so .... *grin*

    😛

    Thanks.....:cool:

    though it will take time than other options but ..it is da only one...:)

  • RE: Scheduling data extraction to excel

    How are you getting on with this, Ahmad? It would be interesting to hear which method you finally chose and how you fared with it 😀

    Cheers

    ChrisM

    I have chosen reporting services..reason...

  • RE: Comparing Strings......

    mrpolecat (3/26/2008)


    What do you want to know about them? How alike they are or how different? Are you looking for words that start the same, end the same,...

  • RE: Scheduling data extraction to excel

    Karel Walda (3/13/2008)


    My guess / suggestion would be DTS Package;

    Do you have any logic to support your answer :hehe:

  • RE: Scheduling data extraction to excel

    Thanks chris.. y dont u write an article for the same....:)

  • RE: Scheduling data extraction to excel

    Hi All,

    That's gr8..We now have 4 ways to schedule the data extraction :-

    1) DTS

    2) Stored Procedure

    3) Macros linked with Views

    Will you guys help me to identify pros and...

  • RE: Scheduling data extraction to excel

    Hi Chris...I've used the same code that I showed.Well....I've to figure out the problem ..wish me luck 🙂

    do u have any solution...

  • RE: Scheduling data extraction to excel

    try this ..

    spExecute_ADODB_SQL @DDL='Create table CambridgePubs

    (Pubname Text, Address Text, Postcode Text)',

    @DataSource ='C:\CambridgePubs.xls'

    I have excel installed on my server ....I am unable to understand what's the problem...

  • RE: Scheduling data extraction to excel

    Hi Chris,

    I copied and executed the code that was at the specified url (shown below), I am getting the error "Msg 50000, Level 16, State 1, Procedure spExecute_ADODB_SQL, Line 53...

  • RE: Scheduling data extraction to excel

    Thanks chris..

    Where will I get an article on reporting services....

Viewing 15 posts - 271 through 285 (of 319 total)