Forum Replies Created

Viewing 15 posts - 1 through 15 (of 318 total)

  • Reply To: Occasional Sql Server 2019 slowness (upgraded from 2014) -- please help...

    As a suggestion, set the Compatibility level to SQL 2014 to see if the performance returns to pre-upgrade levels. If so, note the significant changes between 2014 and 2019 and...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • Reply To: Error in SQL Server Management Studio launcher

    Your supplied screen shot shows SQL Server 11.0.2218.0 (which is SQL Server 2012) is what you are connected.

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • Reply To: delete as head blocker

    Question to some of the panel, would setting the DEADLOCK_PRIORITY  be an option?

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • Reply To: SQL Server is slow

    Is the action, coming from the application server, a query that can be ran manually ON the actual SQL server?  This will let you see how quickly SQL is returning...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • Reply To: Security for 2FA

    This was the most timely post.  Just this past weekend, my cell phone took a "forty foot free fall face plant" from the upstairs deck to the paved patio below. ...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Help Newbie here, new to sql

    What was the fix?

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Moving system databases

    master, tempdb, msdb, model

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Migrating DB files and log

    I second Jeffrey's suggestion, with the addition of compressing the backup after you've created it. The end user would probably appreciate this time and space saving extra step.

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Alert for monitor log space

    Mark Nash wrote a great "How to" right here on SSC

    http://www.sqlservercentral.com/articles/Monitoring/monitoringdriveanddatabasefreespace/1415/

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: sql server 2012 licensing question

    I did not think you needed a license for a Developer environment

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Close existing connections

    Script it, much cleaner:

    Use Master

    Alter Database [DATABASE_NAME_HERE]

    SET SINGLE_USER With ROLLBACK IMMEDIATE

    RESTORE DATABASE [DATABASE_NAME_HERE] FROM DISK 'X:\backup\DATABASEBACKUPFILE.bak'

    WITH REPLACE

    GO

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: SQL Server 2005 installation error

    There is an orphaned key in the registry, which one is impossible for anyone on this site to guess. Your best bet is to download a registry cleanup tool.

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Placing a Development Database on the same SQL Server instance as the Production database

    I was able, finally, to get the client's IT to install SS 2008 R2 Express,

    SQL Server 2008 R2 Express is NOT the same thing as SQL Server 2008 R2...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Why SQL Jobs history getting removed automatically in SQL Server 2005?

    Are there any Trace Flags enabled in SQL Server startup parameters? If I recall correctly, there is one that suppresses logging.

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: I would REALLY like some fast help with this problem!

    Have you tried creating a virtual Server 2000/2003 environment on your Windows 7 box that you could install SQL 2000 SP4 on? Just a suggestion.

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

Viewing 15 posts - 1 through 15 (of 318 total)