Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 3,061 total)

  • RE: Mirroring

    I would start by asking your ISP how they handle network access/load balancing.

    Most probably what you are seeing as a NIC is a virtual-NIC masking an underlying load balancing structure.

    Is...

  • RE: Copy table from one instance to another

    PHXHoward (5/21/2010)


    The challenge is that I can not connect from one server to the other.

    Question is: what is preventing the connection?

  • RE: Consolidation of Dbase Objects Input Requested

    nfs_john (5/22/2010)


    Yes agreed. Problem is that it is all one one machine for dev, test, qa. Then it goes to prop on a different machine. They aren't even virtual machines....

  • RE: Roll forward and back script

    cmapowers (5/22/2010)


    Thanks. My question was answered.

    Do you have a sample script?

    Script will depend on what you have to promote, if promotion includes adding two columns to a...

  • RE: Create tables in code in SQL server 2008?!?!

    1- You have to code one insert statement for each row you want to add to the target table.

    2- You cannot insert '11.25/hr' into a currency data type - currency...

  • RE: Processing Cash sales

    goodguy (5/22/2010)


    In the real world, physical cash-sale receipts show details of products purchased, thus solving the need to refer to an underlying invoice. In RDBMS, this is not easy to...

  • RE: Roll forward and back script

    Roll forward and roll back are terms related to recovery - as in backup/recovery.

    Reading your posting I think your interviewer was refering to "promoting" changes and "rolling out" changes. This...

  • RE: Consolidation of Dbase Objects Input Requested

    In a properly organized three tier environment I expect to see as many as four different versions of an object.

    1- In development. Checked-out object that is in development process under...

  • RE: Oracle to SQL replicaton - entire DB or one table

    sameer.kasi200x (5/21/2010)


    Please refer to the following link on MSDN for Mapping Datatypes of Oracle and MS SQL Server for an Oracle Subscriber:

    http://technet.microsoft.com/en-us/library/ms151738.aspx

    Thank you for pointing at the right document but,...

  • RE: How to extract "password" from SQL Login

    Sourav-657741 (5/20/2010)


    So does this mean that, there is no other way that I can retrieve the password being an admin. O.k.!

    That's not true. There is a Microsoft published way......

  • RE: raise error

    rameshduraikannu (5/20/2010)


    i want to know "what are the type error handling in sqlserver" and in what situation the raise error must be used

    Interview question, huh?

    A good answer would be: SQL...

  • RE: Oracle to SQL replicaton - entire DB or one table

    sameer.kasi200x (5/19/2010)


    One of my seniors had tried it out earlier (checking for ORA-1630 and no ORA-1652). There is no clue about this error in Alert Log on my Unix machine,...

  • RE: Regarding MERGE Command

    Oksana March (5/20/2010)


    Hi,

    I am Jr. DBA at my company and recently I come across a lot of code writing by somebody else utilizing MERGE command. I read a big description...

  • RE: view coming from oracle

    Hadrian (5/20/2010)


    My concerrn is that it comes from Oracle and I want to rewrite for MSSQL 2008.

    Start by executing underlying query and see what it does 🙂

    This is a...

  • RE: view coming from oracle

    So... what's the problem? -- Any error?

    Do you have those tables/views available?

    Do you have the right privs on them?

Viewing 15 posts - 1,921 through 1,935 (of 3,061 total)