Forum Replies Created

Viewing 15 posts - 151 through 165 (of 351 total)

  • RE: SQL Server sysprocess data

    Ninja's_RGR'us (8/9/2011)


    @SQLFRNDZ (8/9/2011)


    If you are working on 2008 version

    you can make use of this dmv in the script

    sys.dm_resource_governor_workload_groups

    See the comment lines in the above script

    Tx I forgot...

  • RE: how to run a sql from other servers without using linked servers

    Jayanth_Kurup (8/9/2011)


    deepak.a (8/9/2011)


    Jayanth_Kurup (8/9/2011)


    There are plenty of alternatices which one would be best depends on what your trying to achieve.

    I would add something too Registered Servers

  • RE: Need Help with a Question

    GilaMonster (8/9/2011)


    suhailtajraja (8/9/2011)


    interview

    What the interviewer was trying to ask, almost certainly, was for the names of the two pseudo-tables that are visible within triggers and nowhere else.

    A google search for...

  • RE: SQL Server sysprocess data

    If you are working on 2008 version

    you can make use of this dmv in the script

    sys.dm_resource_governor_workload_groups

    See the comment lines in the above script

  • RE: Need Help with a Question

    suhailtajraja (8/9/2011)


    I am referring to system tables accessible from DML triggers. please name them.

    SELECT * FROM sys.objects WHERE type='S'

    Execute this on a any database you are reffering to gives...

  • RE: Manage Resource

    vino5786 (8/9/2011)


    Hi ,

    Thanks for the reply.. what is VM?

    VM is Virtual Machine like VM ware.

  • RE: Opening .sql in SSMS - R2

    Yes that true , I'm not missing that

    SSMS is OPEN and CONNECTED,

    I'm telling that it prompts when you close first opened file(Query Analyzer) and open the Second .sql file

    in this...

  • RE: Manage Resource

    First thing coming into my mind is VM.

  • RE: Linked Server Basics - Who can use them

    Steve Jones - SSC Editor (8/9/2011)


    You can't put an Oracle login on the local side

    Might be I'm understanding wrong but

    You can have the Oracle Login on local side...

  • RE: Opening .sql in SSMS - R2

    SQLRNNR (8/9/2011)


    @SQLFRNDZ (8/9/2011)


    schleep (8/3/2011)


    Hi all,

    But, when SSMS is already open, the query window opens connected to the last server against which I last ran a query.

    Thanks!

    Even when you have SSMS...

  • RE: Opening .sql in SSMS - R2

    schleep (8/3/2011)


    Hi all,

    But, when SSMS is already open, the query window opens connected to the last server against which I last ran a query.

    Thanks!

    Even when you have SSMS Opened

    When...

  • RE: SQL Server Management Studio installation

    Did you check the installation media(SQL Server Version) is compatible 32 bit? If it is 64 bit you would have get the error right away.

    Also retry restarting the services.

  • RE: SQL Server Management Studio installation

    What version is the pre-existing one ? Just making sure you are installing only 2008 client tool ssms not the database engine right?

  • RE: Plot graphs from SQL table

    you can use SSRS or Tableau for that.

    I prefer SSRS as it ships with sql server.

  • RE: Using SSIS

    Invalid Number of columns in Source and destination.

Viewing 15 posts - 151 through 165 (of 351 total)