Forum Replies Created

Viewing 15 posts - 871 through 885 (of 2,462 total)

  • RE: Performance Dashboard: Unique Compiles

    It means "number of compiles where the index was found missing" see here http://www.freepatentsonline.com/y2007/0130107.html

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

  • RE: UDF AND Stored Procedures

    patelmohamad (10/17/2012)


    I have created a Stored Procedure, i want to use the sp as like UDF Means a UDF can be use as like "Table" we can create Joins...

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

  • RE: Login restriction

    kk.86manu (10/25/2012)


    Iam just looking to restrict a login only to read from the tables but while executing the stored prcodure it must allow the user to do the above operations.Is...

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

  • RE: sp_send_dbmail problem

    can you post the complete changed database mail SP call you are using.

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

  • RE: shrinking log transaction file (ldf) will break logs chain?

    Al-Rahim (10/24/2012)


    However, the ldf file remains much bigger than i should like

    It wil grow as it is nature of LOG file. the operation will get performed more...

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

  • RE: Difference between Profiler and SSMS

    jlefebvre-924740 (10/25/2012)


    this SP timeout in my application but not in SSMS

    because we set the "commandtimeout setting in application" which tends to do the time out of any SP when SP...

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

  • RE: Login restriction

    another solution though they are not approprate , See the link http://www.mssqltips.com/sqlservertip/2711/different-ways-to-make-a-table-read-only-in-a-sql-server-database/

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

  • RE: How to find relationship between tables

    yeshupandit_2002 (10/25/2012)


    Hi,

    I havnt got your question fully but i assume that you want to find tables that "can have relation

    base on the column name"

    Like Parent table having USERID as...

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

  • RE: Differential backups getting smaller.

    Balance (10/22/2012)


    What an idiot - I was getting the date's on files mixed up - looks like backup each night is writing to the wrong file name (so Saturday wrote...

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

  • RE: SQL Server - Merging Two Tables with PK on both tables

    your requirement is basically De-normalization approach. First remove duplicate coluimn some time you need to merge the coluimn (concatenation of data like name = first name + last name )

    for...

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

  • RE: SQL Agent backup job overrun

    also it might be because of short of resoures .

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

  • RE: SQL Agent backup job overrun

    try this

    open the SQL job that runs the package, went to the job step that runs the package, went to Advanced and set "Retry attempts" to 4 ( could...

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

  • RE: Deleting the records without foreign key

    raghuveer126 (10/22/2012)


    I did inner join put a where clause and deleted one table there were x rows affected but when i try to put one more table from the inner...

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

  • RE: Deleting the records without foreign key

    EamonSQL (10/19/2012)


    Create a trigger that seeks out any child records and deletes them if found.

    Eamon:-)

    i didnt see any comment from OP that he wants to delete data with every...

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

  • RE: Which Stored Procedures Update Tables?

    SELECT DISTINCT o.name, o.type_desc FROM sys.sql_modules m JOIN sys.objects o ON m.object_id = o.object_id WHERE m.definition LIKE '%view_cu_Account_Bills_b%'

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

Viewing 15 posts - 871 through 885 (of 2,462 total)