Forum Replies Created

Viewing 15 posts - 166 through 180 (of 346 total)

  • RE: create database script

    Existence of path. Available disk space. Initial size, growth rate/type. Number of files. Use of filegroups.

    Security (both for creating the database and who can access it...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: average disk queue length

    Is it sustained or bursts?

    It will be high because something is doing a lot of reads and/or writes. There are perfmon counters for each, check them for a start....



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: SQL Server Agent won't start

    What does it say in the SQL Server ERRORLOG and the SQL Agent Log?

    By default they are in ...\MSSQL.1\MSSQL\LOG (initial bit depends on drive, folder where you installed SQL Server)...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: How To Modify Backup Device (Dump Device) Physical Path

    You can't edit it. Drop & add are your options. That field is there for when you setup a new one. You can't use it to edit...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Repetitive Application Log Events

    Is there any error text?

    Try http://www.eventid.net/search.asp



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Application is way too slow

    You can try running profiler on the SQL Server to see that the app is actually logging in correctly (if at all). And to see how the queries it...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


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

    Jack Corbett (3/5/2008)

    I don't need to intimidate my code, I always do it the best way the first time;)

    Oooo, them's fightin' words! You're asking for trouble making statements like...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Why does the backup dates appear different?

    That's because the properties of the DB in SSMS show the last FULL backup. I don't think that can be changed.



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Starting in Single User Mode

    I've restored the system dbs from one SQL 2005 server to another (don't ask me why, I can't remember. Pretty sure it was more than just to see if...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: xp_cmdshell & ss.exe(VSS). Error

    No problem. Although it would be best to use a dedicated service account, no password expiry (set a really long, complex password).



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Log Shipping to named instance

    Any firewalls between you & the server? If there is more than one instance on the server, subsequent instances will be listening on different TCP ports (dynamic by default...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: SQLSERVERAGENT

    So when was it last running? Any ideas as to why it stopped running? Hint: what changed?

    Presumably SQL Server is running. Can you connect to any...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: xp_cmdshell & ss.exe(VSS). Error

    So what account is the SQL Server service running with? And does that account have any rights to the network folder (hint - if it is running as Local...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Distribution DB needs shrinking

    How much of that 5GB disk space is actually data vs empty space?

    Run sp_spaceused in the distribution database.

    You may be able to reclaim some space back without changing...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: I want to change the compatibility mode of the SQL SERVER 2005

    You can connect to your SQL server and issue the following T-SQL command:

    exec sp_dbcmptlevel mydb, 80

    go

    Make sure you have no other connections open at the time (Books Online actually recommends...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


Viewing 15 posts - 166 through 180 (of 346 total)