Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 4,745 total)

  • RE: Login after migration

    just quickly does the login have the correct default database................

    ---------------------------------------------------------------------

  • RE: 2005 High Availability Options

    got this right as an educated guess because mirroring is the industry accepted 'easier' to set up, and as the new kid on the block is seen as better.

    However as...

    ---------------------------------------------------------------------

  • RE: Where are the 2008 AdventureWorks database scripts?

    SSc (sic)

    thanks for the informative post back

    cheers

    george

    ---------------------------------------------------------------------

  • RE: Where are the 2008 AdventureWorks database scripts?

    haven't tried it but appears to be available here http://www.codeplex.com/MSFTDBProdSamples

    post back if it works for you

    ---------------------------------------------------------------------

  • RE: Lets help the experts help themselves

    t.walker (3/6/2009)


    I really support that idea. I think a more private invited members forum would enable me to speak more freely/

    Although I am a rookie here, I am also a...

    ---------------------------------------------------------------------

  • RE: Profiler states insert has long duration

    for this particular long running query its definitely a block, so thanks Gail. It sure helps to be able to bounce things off people when your brain has stopped.

    the insert...

    ---------------------------------------------------------------------

  • RE: Profiler states insert has long duration

    Mohit,

    the througput is high, also this is a consolidated server, I presume pssdiag can set filters by database as it runs profiler.?

    The old pssblocker script produced mountains of output, is...

    ---------------------------------------------------------------------

  • RE: Profiler states insert has long duration

    Jack Corbett (3/5/2009)


    How is TrackerID created? Is it sequential in nature or can it vary?

    I'm just going to guess, and since Gail didn't mention it I may be way...

    ---------------------------------------------------------------------

  • RE: Profiler states insert has long duration

    GilaMonster (3/5/2009)


    I've never seen profiler reporting false durations. You sure there's no blocking in the prod database that could be making the insert wait?

    GilaMonster (3/5/2009)


    I've never seen profiler reporting false...

    ---------------------------------------------------------------------

  • RE: SQL Server Database Engine cannot obtain a LOCK resource at this time

    backing up master db won't affect no of locks held, though it is something you should be doing on a regular basis!

    use sp_lock to see how many locks are taken...

    ---------------------------------------------------------------------

  • RE: Page File Usage 100%

    also see http://support.microsoft.com/kb/918483 - it appears lock pages in memory only applicable for enterprise edition

    you didn't say what version you had!

    ---------------------------------------------------------------------

  • RE: Page File Usage 100%

    sounds like the working set is being trimmed, have you set lock pages in memory for the SQL service account.?

    ---------------------------------------------------------------------

  • RE: Permissions with Log Shipping

    Its more probable the users on server C have become orphaned. run sp_helpuser or select * from sysusers and see if the login column is NULL.

    Did you set the logins...

    ---------------------------------------------------------------------

  • RE: SQL Server Database Engine cannot obtain a LOCK resource at this time

    Kris, any other signs of memory pressure.? Can you allocate more memory to SQL in your environment?

    ---------------------------------------------------------------------

  • RE: Upgrade from 2000 to 2005 or to 2008

    Vera, I asked this question a couple of months ago and got very few replies! Having considered it and trawled various resources I have come to the conclusion that I...

    ---------------------------------------------------------------------

Viewing 15 posts - 3,841 through 3,855 (of 4,745 total)