Forum Replies Created

Viewing 15 posts - 5,296 through 5,310 (of 8,753 total)

  • RE: BCP from one table to another

    Gregg Dave (5/15/2015)


    Eirikur Eiriksson (5/15/2015)


    Gregg Dave (5/15/2015)


    have done inserting into files using BCP ,but is it really possible to bcp data from one table to another?

    Quick question, why would you...

  • RE: BCP from one table to another

    Gregg Dave (5/15/2015)


    have done inserting into files using BCP ,but is it really possible to bcp data from one table to another?

    Quick question, why would you want to do that?

    😎

  • RE: calculate Hash value

    vipin_jha123 (5/15/2015)


    Hi ,

    I want to calculate the Hash value of below columns.

    I have table having below columns

    [Equipment_Id] + [EquipmentCompCode] + [EquipmentUnitNo] + [EquipmentSerialNo] + [EquipmentPlateNo] + [EquipmentExpireDate]+ [EquipmentState] + [EquipmentAxles]...

  • RE: Need Help for SSIS Config File

    stephanigracie (5/14/2015)


    Hi All,

    Please help me, I have a questions regarding SSIS Config file.

    Last month I have bought SQL server hosting at asphostportal.com. Before that I have a simple...

  • RE: Hybrid model database design

    Sapen (5/14/2015)


    Hello,

    I am using sql2012 se and we want to use couchbase to store some data as documents. So the database will be Hybrid(partly SQLServer and Partly couchbase). However the...

  • RE: Date issue in dynamic SQL

    tshad (5/14/2015)


    I don't understand.

    Why does it work without casting it to varchar in the first version?

    Thanks,

    Tom

    You are missing the data type in the first cast in the where clause!

    😎

    My question...

  • RE: Fast Insert

    Gregg Dave (5/14/2015)


    which way is faster .

    Inserting data into a table having clustered Index or Inserting data into a table then create clustered index.

    Insertion happens from a different table...

  • RE: the original database is fine, but restoring database has consistency errors

    i1888 (5/14/2015)


    Hello,

    We have a client in another country, I have asked them to send me the full backup in a usb, and upload ongoing log files via SFTP, something weird...

  • RE: SQL2014 SQLIO Result Analysis

    Looks like a healthy piece of kit you got there, first question is how these numbers compare to what it says on the box, for a mid range SAN this...

  • RE: Is it possible to determine the dataflow within a database?

    orman.ionut (5/14/2015)


    Hi guys ,

    Is it possible to determine the data flow within a database? e.g. I start by adding/inserting a record in MainTable1, then through a trigger SubTable1, SubTable2...

  • RE: Need Help to sort alpha numeric values

    Just to pile on a bit, use the desired collation to get the desired sort order

    😎

    Collation example with Lowell's data sample:

    use tempdb;

    go

    ;WITH MyCTE([ColumnName])

    AS

    (

    SELECT N'000000000000001' UNION ALL

    SELECT N'000000000000005' UNION ALL

    SELECT N'000000000000006'...

  • RE: Reading SQL ERror Lot Alerts Daily.

    SQL Guy's suggestion is good, only concern would be how the DBAs are going to react with all the verbosity unless you filter the result set.

    😎

  • RE: Today's Random Word!

    TomThomson (5/14/2015)


    crookj (5/13/2015)


    Ed Wagner (5/13/2015)


    DonlSimpson (5/13/2015)


    Baby

    Girl

    Grand-Daughter (my 2nd was born 8 days ago)

    Congratulations

    Wishes

  • RE: Today's Random Word!

    Revenant (5/14/2015)


    Ed Wagner (5/14/2015)


    crookj (5/14/2015)


    Ed Wagner (5/14/2015)


    djj (5/14/2015)


    Ed Wagner (5/13/2015)


    SQLRNNR (5/13/2015)


    djj (5/12/2015)


    Ed Wagner (5/12/2015)


    Revenant (5/12/2015)


    SQLRNNR (5/12/2015)


    djj (5/12/2015)


    BWFC (5/12/2015)


    SQLRNNR (5/12/2015)


    whereisSQL? (5/12/2015)


    BWFC (5/12/2015)


    Intelligence

    Business

    Oxymoron

    Subjective

    Objective

    Lens

    Magnify

    Quantify

    Numbers

    Meaning

    Life

    Curly (City Slickers)

    Cowboy

    Steer

    Tenderloin

    Tipping (cow)

    Canoe

    Canada

    Caesium

  • RE: Are the posted questions getting worse?

    GilaMonster (5/14/2015)


    Question for the people here...

    Over the years I've been very careful to keep my blog completely non-commercial, no adverts, no plugs for my company, nothing. Partially because when I...

Viewing 15 posts - 5,296 through 5,310 (of 8,753 total)