Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 2,640 total)

  • RE: The lady vanishes...(her row!!)

    you try deny delete on the table and wait for error to occur - depends upon your level of authority of course, but this would be one of my routes.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Unable to recreate performance problem - Part 2

    index defrag is not the same as rebuilding indexes. cxpacket waits are always bad news - generally what happens is that the cost of the query evokes a parallel plan...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: You cannot copy objects when the source and destinatin are the same.

    you might want to check the net name   , you could have just changed the netname to allow the links to work using sp_setnetname.  Could be the connections are still...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Adding Performace Counters

    no it wasn't that article is was a microsoft publication - I usually copy ms kbs etc. into my own docs as ms have a habit of changing ref numbers...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: When To Use Cursors

    I think it's always difficult to get this point across about cursors and how transactions work! I totally agree ( with Andy ).

    Sorry to burst the bubble but a cursor...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: MSDTC on server ''''SERVERNAME'''' is unavailable.

    the service pack adds an extra step for configuration, I can't find the doc I wrote, only a screen shot!

    from the console root components, follow computer properties, msdtc and...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Finding the NT user when using SQL Server authentication

    it doesn't work that way - a sql login is a sql login, an ad/nt login is what it is.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: disk arrays

    one mdf made up of one file per socket or core. 6 disks have twice the throughput of 3 disks. I've rarely had to resort to using multiple mdf files...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Can multiple CPUs cause Primary Key Violations?

    I think you should publish the name of the vendor so we can all have a laugh - and avoid their products!!!

    Agree with Steve - not feasable - multi cpu's...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Adding Performace Counters

    apologies if I'm double posting - may have closed wrong window!

    I've normally only had to do this

    In command line, execute "unlodctr MSSQLServer" (Without quotation, the same as below)

     Reloading the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Statistics VS. Indexes

    I'd echo that, the index tuning wiz in sql2k is rubbish. Try using the advisor in 2005. I've seen some really bad decisions made with output from the tuning wizard.

    Kalen...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Which default on locking takes precedence? - 2005

    generally row locking will be the default, but depending upon the query this may change, this is sometimes typical for a secondary integer index for example where a page can...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Validate the replicated database

    any database compare tool will do the job, SQL Compare, Kentico sql compare , dbghost etc.

    In certain circumstances the database schema will not be identical, depends upon the source of course...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Database Design

    AND and OR are different and provide different functionality, properly optimised either can be fast.

    Always worries me when dot net devs need help with database design and query writing, I'd always...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Is this possible? Even SUPERADMIN should not be able to look up the data in a schema.

    you need to understand the difference between roles, users and permissions. This is well covered in BOL.  I'm not sure you understand these concepts so maybe a training course would...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 1,486 through 1,500 (of 2,640 total)