Forum Replies Created

Viewing 15 posts - 136 through 150 (of 433 total)

  • RE: Extracting Rows from Delimited Strings

    Me again!

    When I run the entire script I get:

    UV 142.0 0.0

    UVN ...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Extracting Rows from Delimited Strings

    That's what the query above should do for you (not in to a table mind you, but it's an easy adjustment to make)



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: need help badly newbie question

    I can't see your required XML output. Can you edit your post to make it visible using the IFCode if you can.... You may need to replace < symbols with...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Linking record with most recent date on second table

    Hi,

    I'm sorry, I'm a bit fuzzy on what you're asking for; you've asked for the most recent record only from table1 but you've then gone on to explain having two...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Importing Excel to SQL table

    Hi,

    I think this should help....

    DECLARE@xlsFile VARCHAR(255)

    DECLARE@xlsSheet VARCHAR(255)

    DECLARE@importServer VARCHAR(10)

    DECLARE@importDatabase VARCHAR(50)

    DECLARE@importTable VARCHAR(50)

    DECLARE @rc INT

    DECLARE @adodbObject INT

    DECLARE @connString VARCHAR(1000)

    DECLARE @sqlString NVARCHAR(2000)

    DECLARE @dummyOut INT

    -- Connection Settings

    SELECT @xlsFile = 'c:\myfile'

    ,@xlsSheet = 'mySheetName$'

    ,@importServer = 'myServer'

    ,@importDatabase...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Extracting Rows from Delimited Strings

    Hi,

    Is this the sort of thing that you're trying to achieve?

    DECLARE @table TABLE (raw_payload VARCHAR(200))

    INSERT INTO @table VALUES('UV+ 142.0000+ 0.0000')

    INSERT INTO @table VALUES('UVN+ 524.0000+ 0.0000')

    INSERT INTO @table VALUES('UVN+ 525.0000+ 0.0000')

    INSERT...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: What kind of DBA are you?

    OK so for the next poll, I say we see who votes to have at LEAST a redirect from http://www.sequelservercentral.com to here. Who is with me??? Just kidding.

    I'm...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Best and worst things about contracting

    I think the main things to consider is the regular monthly payments that you have to make; i.e. mortgage/rent, utility bills etc.

    I've always seen two upsides to contracting. The...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: How to export sql server data into multiple excel sheets ?

    Hi,

    Why not DTS or SSIS as this is one of the reasons that these facilities exist?? :crazy:

    Also, we'd need much more information on what you are starting with (in terms...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: OSQL Tab Delimited Text File

    { Just realised that this was cross-posted - don't do that!!}

    😀

    Answer moved to new thread that was created here:

    http://www.sqlservercentral.com/Forums/Topic487837-19-1.aspx



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: DTS help XLS into SQL (2000)

    Mindy,

    Hi, let's see if I can talk you through this....

    Start a new DTS package.

    Drag an Excel Connection in to the design space.

    Configure the connection to point at your Excel file.

    Drag...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: OSQL Tab Delimited Text File

    Have you tried using these switches? \t for tab field terminator and \n for new line row terminator.

    -t"\t" -r"\n"

    HTH



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Just another controversial topic

    Curd? Just don't goat there.



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Just another controversial topic

    ROTFL (Roule-ing on the floor laughing)

    😛



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Just another controversial topic

    Matt, we should really tread Caerphilly before me make a Roquefort our own backs.



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

Viewing 15 posts - 136 through 150 (of 433 total)