Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 2,640 total)

  • RE: Distributed Transaction Coordinator Service on or off

    try right click, refresh. EM is notorious for not refreshing information.

    I looked on EM and a couple needed to refresh to show the status.

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

  • RE: log on to the SelfPacedSQL.MSFT domain controller as Administrator

    It's describing creating a domain user account for the sql server to use as its service account. ( same as a domain account you'd use yourself but for sql server...

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

  • RE: Service Account Standards for 2000 as well as 2005

    I think in an ideal world you've just about hit it on the head and tied in with security permissions on the file system would be good.

    However, real world often...

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

  • RE: DBCC Updateusage versus update statistics/sp_updatestatistics

    They actually do different things, I always do both after index rebuilding, just to be sure. It's never hurt my databases. dbcc updateusage is quite hotly debated, I always figure...

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

  • RE: problem with the protocols in Network COnfiguration Manager

    It's possible you need to visit the surface config settings.

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

  • RE: Optimal tempdb file location

    There are a couple of points on seperating tempdb which I find are often overlooked .. this is only really relevent where tempdb is very heavily used.

    First if you don't...

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

  • RE: VARCHAR(1000) vs. VARCHAR(MAX)

    I'm quite happy for the use of varchar(max) and including them within index defs - these features will help keep me in employment < grin >

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

  • RE: Listing tables referenced by a stored procedure

    I seem to remember sp_depends wasn't too good. Nothing beats documentation at the design and implementation stage < grin >

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

  • RE: Searching a database...

    have a look at the query plan, with an index I would have thought maybe 3 i/o per OR statement .. even though it's one column it should work as...

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

  • RE: Copying detached databases over the network with T-SQL

    get hold of robocopy ( from the windows resource kit ) and use xp_cmdshell to create the cmd line to do the file copy.

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

  • RE: SQL Licensing

    If it's on/behind  a web site you need a per proc license. Your app might use sql express which is free so check that out.

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

  • RE: Corruption? Wrong primary keys scripted

    renaming objects can create all sorts of problems, like you're seeing, I'd really suggest that to be safe you drop and recreate  ( with a copy for data ) rather...

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

  • RE: SQL 2005 64bit performance

    do you mean you re-installed 32bit and 64 bit on the same hardware for each test? 

    Is this an amd or intel box?

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

  • RE: Corruption? Wrong primary keys scripted

    have you been renaming objects ?

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

  • RE: Problem Creating a New Database using Managment Studio

    You may have model highlighted in MS .. try right click create database on the database instead.

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

Viewing 15 posts - 1,966 through 1,980 (of 2,640 total)