Forum Replies Created

Viewing 15 posts - 286 through 300 (of 2,268 total)

  • RE: Exec of store proc in ssis

    sadly SSIS variavles only go down to 1 second intevals.

    one workaround to include milli-seconds is to convert the value to a Varchar and store this in a string variable and...

  • RE: Additional index needed?

    PeterG-377490 (7/28/2011)


    Thank you Gail and SSCrazy for the advice.

    As far as the additional request -

    THere could be 5m rows

    156 dates (3 yrs)

    50,000 different items.

    The query distribution is estimated at

    1/3...

  • RE: Exec of store proc in ssis

    do you mean seconds (:59 ) or milliseconds as well (:59.000) ?

  • RE: Additional index needed?

    As Item_Num is not on the leading edge of your index, it could benefit from having an additional index added.

  • RE: Not able to connect to SQL 2008

    have a look at the Management Logs on SQL server, there will be an entry that will correspond to you access problem this will have a code that will...

  • RE: 1 DB and 2 Servers

    ajsnyman (7/28/2011)


    steveb. (7/28/2011)


    ajsnyman (7/28/2011)


    steveb. (7/28/2011)


    ajsnyman (7/28/2011)


    Each server will have its own SQL instance, but only one SQL instance will have the DB attached.

    So when the primary server dies,...

  • RE: 1 DB and 2 Servers

    ajsnyman (7/28/2011)


    steveb. (7/28/2011)


    ajsnyman (7/28/2011)


    Each server will have its own SQL instance, but only one SQL instance will have the DB attached.

    So when the primary server dies, so we can...

  • RE: Trigger On SELECT

    pandeesh (7/28/2011)


    Yes. But is it possible via t-SQL?

    No, you can not create a trigger via t-sql for this.

  • RE: 1 DB and 2 Servers

    ajsnyman (7/28/2011)


    Jayanth_Kurup (7/28/2011)


    Why not database mirroring ? its a high availability solution with automatic fail over ? i think it would work better for you than having to manually...

  • RE: 1 DB and 2 Servers

    ajsnyman (7/28/2011)


    Each server will have its own SQL instance, but only one SQL instance will have the DB attached.

    So when the primary server dies, so we can just attach the...

  • RE: 1 DB and 2 Servers

    ajsnyman (7/28/2011)


    The DAS enable each server to access the DB as if it was on a harddrive in the server it self.

    Thus sharing the same data 🙂

    I am not sure...

  • RE: 1 DB and 2 Servers

    How would data get copied from one server to the other?

    I think you would be better off dropping the custom idea, and simply implement database mirroring

  • RE: New to this how do I....

    Yes pretty much the second set of steps you outlined.

    Insert data into a staging table,

    then do a set based update based upon the primary key that joins them,

    this...

  • RE: New to this how do I....

    There are a few ways of doing this,

    one way is to write an update or delete statement in the ole destination and use this in the dataflow, ...

  • RE: SQL Needs to scale out!

    to scale our web application out (millions + hits a day) we designed one central database that held all the write information and then this data was replicated out to...

Viewing 15 posts - 286 through 300 (of 2,268 total)