Forum Replies Created

Viewing 15 posts - 466 through 480 (of 2,462 total)

  • RE: Monitering Solution

    m.rajesh.uk (1/21/2013)


    How to propose a monitoring Solution for a server..

    can you provide more details ? What you have and what u need ?

    the problem is the, other can't...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: tempdb files on SSD

    Tara-1044200 (1/17/2013)


    3. If 1st file is filled does it uses the second file and so on untill it max out to 1TB or 10 files any query would not...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: sql queres

    see this

    declare @t table (Ename nvarchar(200), EmpNo int)

    insert into @t

    select 'Bhuvnesh' , 11 union

    select 'girth' , 11 union

    select 'pooja' , 12 union

    select 'rana' , 12...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Buffer pool

    Akkare (1/21/2013)


    Can somebody differentiate

    BufferPool

    VAS

    Memtoleave

    for buffer pool you can refer above link but for other google them , you will find a lots of article or links

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: QUERY TUNING

    m.rajesh.uk (1/21/2013)


    How to Query Tune The Stored procedure.. Any helpful document..

    Where to start

    how to do..

    Thanks

    VERY vast topic . one can spend months or even years on it.

    a lots of...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: sql security

    shreekanth.kavali (1/20/2013)


    pls give what are the regular issues often comes in sql server security,mean to say trouble shooting issues in sql server interms of security point of view

    it seems like...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: sql query

    it will be easy for people if you post the table defifntion (create stmt) along with some sampoled data plus expected output.people generally steal some time from their busy scehdules...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: sql queres

    it will be easy for people if you post the table defifntion (create stmt) along with some sampoled data plus expected output.people generally steal some time from their busy scehdules...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Need long running queries from dynamic views

    rajkiran.panchagiri (1/21/2013)


    I need from which sql login that particular statement is running.

    TRy this SELECT

    ‘SESSION_ID: ‘ + CAST(es.[session_id] AS VARCHAR(4)) + ‘ ‘ +

    ‘ HOST_NAME: ‘ + es.[host_name] + ‘ ‘...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Generate sciprt for large table with command

    getsimrangujral (1/21/2013)


    I want to generate script for a table through command

    see this linl http://blog.sqlauthority.com/2007/11/16/sql-server-2005-generate-script-with-data-from-database-database-publishing-wizard/

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Buffer pool

    this is the topis where aggressisevly , somebody can spend days , months or might be years but for start follow below links 😀

    http://msdn.microsoft.com/en-us/library/aa337525(v=sql.105).aspx

    http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/1b2ae966-1a9d-463b-9e05-3bbd99791d95

    http://support.microsoft.com/kb/321363/en-us

    http://support.microsoft.com/kb/319942/EN-US/#appliesto

    http://support.microsoft.com/kb/316749/

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: can dml triggers statements get logged

    sej2008 (1/21/2013)


    I want to understand since dml triggers are using data modification statements

    are they logged in log file and if yes when?

    i dont think they are differently/specially get treated...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: update trigger

    sej2008 (1/21/2013)


    and another is row level update trigger

    from BOL

    sql_statement

    Is the trigger condition(s) and action(s). Trigger conditions specify additional criteria that determine whether the attempted DELETE, INSERT, or UPDATE...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Generate sciprt for large table with command

    getsimrangujral (1/21/2013)


    generate script with large table ?? so i can run script in another database server

    friend ,

    The problem is "we cant see what you see", what you...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Need long running queries from dynamic views

    -- Execute the query inside target database

    SELECT TOP 10

    qs.total_elapsed_time / qs.execution_count / 1000000.0 AS average_seconds,

    qs.total_elapsed_time / 1000000.0...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 466 through 480 (of 2,462 total)