Forum Replies Created

Viewing 15 posts - 7,891 through 7,905 (of 9,713 total)

  • RE: Patching SQL Server 2005 past SP3?

    That's Microsoft standard warning on all hot fixes and CPs. They don't want to take responsibility for Bad Things happening to your server if you put something on it that...

  • RE: System cache eating into SQL memory

    RE: Lock Pages in Memory. We have it set on our prod server and it hasn't caused any problems. I've never heard of the situation you've referenced, though.

  • RE: System cache eating into SQL memory

    Just keep watching it. Also, write down what times of day you're seeing this stuff happen. Maybe it's happening at the same time every day and that'll help you narrow...

  • RE: Automating job scripts

    Glad we could help. Let us know if you need anything else.

  • RE: System cache eating into SQL memory

    You have to make sure both are running at the same time. When both are done, open up Profiler and import the server side trace. Then go to File ->...

  • RE: System cache eating into SQL memory

    You really should run PerfMon and a server side trace to determine at what point the cache is eating the memory and to see if it's even related to SQL...

  • RE: SP_Errorlog

    All,

    This is a duplicate thread. Responses can be found at Fatal Error.

  • RE: logshiping on cluster server.

    GilaMonster (6/3/2010)


    Log shipping to a failover node of the cluster is frankly stupid.

    Yeah, well, I tried to be nicer about that point in my first point on this thread.

  • RE: logshiping on cluster server.

    Well the OP isn't clear if the second server is on the cluster or not. I'm just assuming that's what (s)he meant.

    But it wouldn't be the first time this week...

  • RE: logshiping on cluster server.

    You can log ship to a server that has no instance?

    I thought log shipped databases were in a state of Recovery? I thought they needed an instance to reside on....

  • RE: logshiping on cluster server.

    Active / Active has a SQL instance on both nodes. Active / Passive has the instance only on one node. If you have instances on both nodes, you're running A/A...

  • RE: understanding of log seq#

    It amazes me that someone would expect you to restore backups with no alternative cataloging system to identify this information. Automated backups through the maintenance plan or a third party...

  • RE: logshiping on cluster server.

    Depends on what kind of cluster you have set up. If it's Active / Active, then yes, you shouldn't have a problem. If it's Active / Passive, you have a...

  • RE: Automating job scripts

    Job_ID is not an int. You have to use uniqueidentifier or char / varchar data types for your variable.

    EDIT: And yes, what you want to do is possible. Just adjust...

  • RE: Fatal Error

    Google that first sentence. There are tons of responses from 2008 and 2009.

    First one on the list is this one about 64 bit OS patches.

Viewing 15 posts - 7,891 through 7,905 (of 9,713 total)