Forum Replies Created

Viewing 15 posts - 1,936 through 1,950 (of 2,640 total)

  • RE: HELP: SQL Server 2K client do not connect to DB server with IP addresses addeded other the first one

    As I say I remember doing a similar sort of thing when placing a number of servers within seperate dmz's, so they all had seperate subnets and the issue of...

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

  • RE: SSMS and sql2000

    does your 2k server have tcp/ip and named pipes libs loaded? No strange settings / aliases/ names or anything?

    Is it using a std port? on same network?

    You can't register by...

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

  • RE: Moving System Log files

    be aware that the sql server error log and agent log are prone to ntfs fragmentation and may soon present problems on any drive they exist, especially if disk space...

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

  • RE: Warning: unable to allocate ''''min server memory'''' of 4000MB.

    I wasn't quite sure if x64 required this fix.

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

  • RE: Warning: unable to allocate ''''min server memory'''' of 4000MB.

    this might not be relevent but sp4 broke awe support and you need an additional hotfix ( after sp4 ) to use it.

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

  • RE: Backing up a Filegroup Only

    I seem to remember that until 2005 you can't selectively restore individual file groups. If your backup window is too large might I suggest you investigate Litespeed, which does exactly...

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

  • RE: HELP: SQL Server 2K client do not connect to DB server with IP addresses addeded other the first one

    I suggest a read of a good tcp/ip book. I'm not too hot on tcp/ip but I'm pretty sure this is to do with subnet masks and you have to...

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

  • RE: Backup/Restore Disaster Recovery Plan Doc

    You can't have such a thing as the requirements / constraints / costs / facilities for such a thing will vary from one business to another. I'm sure there's been...

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

  • RE: Dropping Hypothetical Indexes

    yeah I'm not sure they are indexes .. try drop statistics  .. I'd normally delete direct from the system table .. but you might not feel safe with this approach. ...

    [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

    yeah - in the programs for sql2005 are surface configuration, for example remote access is disabled by default so if you don't set it in the config program ( which...

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

  • RE: UPDATE in a Stored Procedure

    yup, that works and tells me something else is amiss , usually ( and i say this in a general sense ) if you have to force an index there...

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

  • RE: DBCC Updateusage versus update statistics/sp_updatestatistics

    I'm not convinced a reindex does a full scan ( and if you have auto stats set on your database this too would reset your stats to 10% so I...

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

  • RE: Adding columns to SELECT slows processing to a crawl

    as I say only small data sets should go into a table variable. Your clustered idnex scans are in fact table scans so that tells me that your indexing isn't...

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

  • RE: Possibly the most stupid question ever

    never stupid - the 2005 interface can be very confusing - especially if you're used to 2000!

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

  • RE: SQL 2005 64bit performance

    at the risk of getting sued by intel I believe intel 64bit chips aren't really too hot .. something to do with the front bus only being 40 bit, so...

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

Viewing 15 posts - 1,936 through 1,950 (of 2,640 total)