Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,583 total)

  • RE: MSMXL3.dll The operation timed out. XMLHTTP

    Did you ever get this working?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Adjusting Model

    I typically made the following changes:

    1. Change the file growth settings from percentages to fixed growths of 512MB (or 1GB depending on what the server is used for - and...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Changing the domains with SQL Server

    Both good recommendations, I really appreciate it!

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: QDS_SHUTDOWN_QUEUE Wait type SQL Server 2014

    Have you found anything online about this waittype? I have a new server that's showing this as the highest waittype

    PatternSample EndedSeconds Samplewait_typeWait Time (Seconds)Signal Wait Time (Seconds)Percent Signal WaitsNumber...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Max DB Size for SQL Server Express

    Hilarious responses today - Some people need to have a drink and relax a little :w00t:

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Sql Server Configurations

    similar to what was already suggested, you can start by comparing the results of

    SELECT * from sys.configurations order by NAME

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Slow Database

    +1 to the rest of the comments; but there could be many reason for the timeout errors. Clearly indexes/statistics can cause performance issues....and since you changed a column data...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL Profiler Reads vs Set Statistics IO logical reads

    It's possible but I haven't found any instances of that (I scrutinize heavily for those types of performance killers) 😀

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: dbcc check db errors - Urgent help

    Steve Jones - SSC Editor (6/23/2015)


    Q1: @ @servername contains the name of the instance. Include that in your subject or message.

    Q2: doesn't make sense. What do you mean by avoid...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Online index rebuild causing application timeouts

    A few things:

    Opinion: Your fragmentation level check is set way too low (5% - consider changing this to 10% or 15% as that really isn't a lot of fragmentation unless...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Backups

    I'm puzzled by this "with backup device creating backups with a new transaction log for each day"

    How is it possible that it's creating a new physical transaction log file daily?...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Making use of a large transaction file to delete records

    comeraghsolutions (6/5/2015)


    Currently we has a database of size about 300G. Because our backup system failed some time past we were left with a transaction log file which grew to...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Not able to start SQL Agent Service

    Are you attempting to start the service via the SQL Server Configuration Manager? If so, try doing it from the services applet in the control panel and see if it...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSRS Report Permission

    A permissions problem would most likely result in an error, the fact that the user doesn't get an error and just receives a blank screen leads me to believe that...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Unable to create folder if present already in a share path

    It was in the link I added in my OP CREATE FUNCTION [dbo].[fx_DelimitedSplit8K]

    --===== Define I/O parameters

    (@pString VARCHAR(8000), @pDelimiter CHAR(1))

    RETURNS TABLE WITH SCHEMABINDING...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 61 through 75 (of 1,583 total)