Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 1,033 total)

  • RE: sp_MSForeachdb then sp_MSforeachtable

    tosscrosby (3/28/2008)


    Last posting of the week for me. Trying to get this to work and it's giving a syntax error. I'm sure it's missing a quote (or has one too...

  • RE: IF (COLUMNS_UPDATED()) ???

    Don't even bother with updated_columns or updated()

    I've seen both of those say a column was updated even when it isn't.

    Join inserted to deleted and compare the values

    i.e.

    select

    count(*)

    from

    inserted a join...

  • RE: Pros & Cons of Windows vs Mixed Authentication

    Jeff Moden (4/2/2008)


    That's a big one for me... the use of "Trusted Accounts" means that I don't have to hard-code user names or passwords in any code. Very big...

  • RE: Preferred syntax for looping through a cursor

    I don't think it actually matters. Similar to arguing the benefits of do.... while vs while...wend statemtns in VB.

    Either works, each also requires slightly different syntax and...

  • RE: SQL Server 2005 In-Place Upgrade Versions

    Cliff Jones (3/28/2008)


    Poorly worded or not, I would never do an in-place upgrade.

    Ain't that the truth...

    Of course

    SQL Server 2005 RTM or later, Only SQL Server 2000 SP 3 or later,...

  • RE: The Credit Debate

    Grant Fritchey (3/28/2008)


    Heh. That's still an argument I have with my mother-in-law.

    Mine too... My mother-in-law is convinced if she gets the internet at home, her identity will be automatically stolen.

  • RE: SQL Server Locks Up

    That's a good tip. I'm keeping the log at 10%... so 3 GB.

    I had a maintenance plan and auto-shrink enabled.

    The maintenance plan I left in place. So on...

  • RE: SQL Server Locks Up

    I think I've tracked this one down...

    When I looked at the server after a lockup and reboot... there wasn't anything to see.

    But it appears we're shrinking the Log file down...

  • RE: I got burned today at a SQL Server Interview!

    Well Brainbench makes me feel better...

    Not a god like some of you folks around here... but I will take this... and feel good. And thank all of you for...

  • RE: I got burned today at a SQL Server Interview!

    Lynn Pettis (3/3/2008)


    Actually, I haven't even thrown in SSIS, SSRS, or SSAS. If I added those in, my score would drop. On SSIS (2 or 3 of 10),...

  • RE: SQL Server Locks Up

    Jason Lennan (3/13/2008)


    Not sure if this applies to your specific PowerEdge/PERC model, but on the 2850's there's a firmware upgrade:

    RAID_FRMW_LX_R169531

    Fixes and Enhancements:

    1. Fixed an issue of system lock ups and...

  • RE: SQL Server Locks Up

    Jason Lennan (3/13/2008)


    That's alright 🙂

    Run a sp_who2 now and again in an hour, see if the number of connections stays relatively the same. Try this every now and then...

  • RE: SQL Server Locks Up

    Jason Lennan (3/13/2008)


    Do you have the latest SP on SQL installed?

    Yes, it is on SQL 2000 EE SP4... sorry for not mentioning that above.

  • RE: SQL Server Locks Up

    Jason Lennan (3/13/2008)


    - How big is the database in size?

    33 GB

    Jason Lennan (3/13/2008)


    - How many users accessing info?

    About 120 or so

    Jason Lennan (3/13/2008)


    - Specs of the server?

    SQL 2000 Enterprise, Windows...

  • RE: SQL Server Locks Up

    george sibbald (3/13/2008)


    Are you sure there are no 'UMS Scheduler Hung' messages in the SQL errorlog?

    This is the only thing I am aware of which will completely freeze a SQL...

Viewing 15 posts - 1,006 through 1,020 (of 1,033 total)