Forum Replies Created

Viewing 15 posts - 16 through 30 (of 114 total)

  • RE: Join making conflict....

    Sean Lange (8/27/2012)


    Saga... (8/27/2012)


    SELECT @MSGOUT = @MSGOUT + '

    <tr>

    <td>' + ss.ServerName +'</td>

    <td>' + ss.DBName +'</td>

    <td>' + Occurrences +'</td>

    </tr>

    '

    FROM /*DBINVENTORY ss --after...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Join making conflict....

    Luis Cazares (8/27/2012)


    You were joining your grouped results with the original table with duplicates. You can get an even simpler version of your code like this, no need of a...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Join making conflict....

    SELECT @MSGOUT = @MSGOUT + '

    <tr>

    <td>' + ss.ServerName +'</td>

    <td>' + ss.DBName +'</td>

    <td>' + Occurrences +'</td>

    </tr>

    '

    FROM /*DBINVENTORY ss --after removing this commented...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Join making conflict....

    Main objective is to find duplicate db's...... and out put is perfect..... which I am looking for....

    Can you please help wi

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Cast and count in a single statement

    Hi All,

    sorry for late reply.....

    Laurie it worked out.... tons of thanks!!!!

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: what is difference between master database and staging database?

    GSquared (7/12/2012)


    Generically, a "staging" database is one that's used as a part-way step for loading data from one format into another format. For example, I've used staging databases to...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: what is difference between master database and staging database?

    I am not asking about my environment .... I just gave that example...in fact my environment is not like this... I raed in some papers.... so want to clarify my...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: what is difference between master database and staging database?

    Yes I am asking in terms of application.... that application needs staging database, with main database to start some services.

    just want to know generic terminology for staging.

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: what is difference between master database and staging database?

    I mean for e.g I have database HP561CT and HP561CTstg.

    As per this demo names, i have reffered master means main HP561CT and HP561CTstg as staging database.

    Just wanted to know...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Replication Error

    For replication it creates some job....

    please specify why you want to do that with agent off.

    there is a way in which you can use one utility from microsoft replmerg.exe...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Is Oracle DBA is nore harder than SQL DBA

    and what in terms of costing....

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Is Oracle DBA is nore harder than SQL DBA

    Thanks a lot guys for your reply...

    Reason I think for oracle's popularity is they are very complicated, most important is platform independency.

    As our Microsoft is limited. Even microsoft...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: SQL Server 2012 Future...

    You just said that only High Availability offering AlwaysOn is the new functionality added...

    But SQL 2012 is cloud ready platform... my question is in that context....

    because database administration...

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: Running Windows batch script

    you can use batch file execution using Powershell script.....

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

  • RE: SQL Server 2012 Future...

    Thank you grant and Koen...

    I am seeking career opportunity....

    New technology....

    New job roles....

    Cloud compatibility...

    How it can be beneficial through all aspects.....

    Sagar Sonawane
    ** Every DBA has his day!!:cool:

Viewing 15 posts - 16 through 30 (of 114 total)