Forum Replies Created

Viewing 15 posts - 331 through 345 (of 1,179 total)

  • RE: Process Blocking

    I think this is the normal scenario of blocking and once either process id completes the update it release the lock. Might be the lock/block is temporary here.

    As profiler...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: loading multiple file types into one table

    Are you using FILESTREAM?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: loading multiple file types into one table

    What datatype are you using for 'File Name'?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Best approach for Data transfer of large number of rows

    In addition to Koen; you can also drop all constrains on the destination table if no. of rows are more which will expedite the process. Once SSIS is done you...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: using dtutil in ssis2008

    Following are the extract from the BOL:

    To determine whether a package exists in the local file system, use the following syntax:

    dtutil /FILE c:\srcPackage.dtsx /EXISTS

    To determine whether a package exists in...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: TABLESAMPLE output

    Very interesting question, Thanks!

    Also one can try restarting sql server (test only) and execute the query it will give you 0 record and later 5 rows.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: The new 3D Joins in SQL Server 2014

    Can you provide detail or technical link for 3D joins in 2014?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Excessive log growth.

    Does your maintenance run at this time?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Performance with TempTables

    Refer following link:

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

    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/dceea24c-7a53-4450-94cd-8327b5daa759/what-is-the-best-practice-for-configuring-tempdb?forum=sqldatabaseengine

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Placement of SQL Server Data and TLog files in a SAN Infrastructure and Monolith Storage Environment

    As far as I know if you do have different set of LUNS assigned to different drives than it will be useful; else even though you do have different drives...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: CHECKTABLE

    Is it possible to run DBCC CHECKTABLE on which you feel that table having index related error. Also it would be good if you can run DBCC CHECKDB to make...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: A Questionable Trigger

    Carlo Romagnano (4/2/2014)


    In sqlserver 2008 r2 the update doesn't return any resultset and no error message.

    (2 row(s) affected)

    (2 row(s) affected)

    What I'm missing?

    I have executed in SQL 2012 and got the...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: A Questionable Trigger

    dawryn (4/2/2014)


    Tricky again :doze: Some important information missing

    4 obvious choices and then you have to :Whistling: guess which one of remaining correct options was taken for the right one :pinch:

    +1

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: A Questionable Trigger

    Day by day QotD becomes difficult.

    While executing update we didn't receive any result set; we got message only!!!

    I guess there is difference it result set and message.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Auto Growth Settings

    Usually I do not change default setting of system databases.

    About user database based on the db size and data growth you can set auto growth option but I suggest...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 331 through 345 (of 1,179 total)