Forum Replies Created

Viewing 15 posts - 61 through 75 (of 107 total)

  • RE: read sqlserver trace file

    You should be able to open the file created from the trace using SSMS.

    __________________________
    Allzu viel ist ungesund...

  • RE: Script/s to check backups of all accessible SQLServer - ???

    If you don't mind using PS see if this helps:

    http://www.mssqltips.com/tip.asp?tip=1798

    to narrow down the jobs that do the backups you could do something like this:

    if ($instance -eq "MYINSTANCE") {$jobs=$srv.JobServer.Jobs | where...

    __________________________
    Allzu viel ist ungesund...

  • RE: 2005 Clean Indexes For All Databases on a Server

    Good work Grant. You could probably tune a little bit more for example specifying the page_count limit in the clause and modify the line from

    SELECT @command = ''ALTER INDEX ''...

    __________________________
    Allzu viel ist ungesund...

  • RE: Database Owner

    Lowell, this is what I wanted to hear. I assumed both the database owner and the db_owner role members have pretty much the same permissions on a specific database but...

    __________________________
    Allzu viel ist ungesund...

  • RE: db size

    I suggest you to start using Powershell.

    __________________________
    Allzu viel ist ungesund...

  • RE: Help, my database is corrupt. Now what?

    Mr. Holio (2/27/2011)


    Very useful article. However I've recently came across quite a few entries while checking my integrity check maintenance plan history:

    Executing the query "DBCC CHECKDB WITH NO_INFOMSGS "...

    __________________________
    Allzu viel ist ungesund...

  • RE: Help, my database is corrupt. Now what?

    Very useful article. However I've recently came across quite a few entries while checking my integrity check maintenance plan history:

    Executing the query "DBCC CHECKDB WITH NO_INFOMSGS " failed with...

    __________________________
    Allzu viel ist ungesund...

  • RE: Creating a database that is enabled for FILESTREAM storage..

    Does c:\test\ exist at all?

    __________________________
    Allzu viel ist ungesund...

  • RE: Index Strategy for OLTP Tables

    Probably both. It becomes such a dance at that point.

    Appreciate your response.

    Yours,

    Mr.Holio

    __________________________
    Allzu viel ist ungesund...

  • RE: Index Strategy for OLTP Tables

    Grant Fritchey (2/24/2011)


    sql_butterfly (2/23/2011)


    Thanks Grant. What should be the generalized fillfactor for indexes on OLTP tables ?

    I agree with Mr. Holio, or can I call you Bung? It depends. In...

    __________________________
    Allzu viel ist ungesund...

  • RE: Grant permission to create table in SP

    Is he member of the dbcreator server role?

    updated 2/25/2011

    damn, for some reason I read CREATE DATABASE 😉

    __________________________
    Allzu viel ist ungesund...

  • RE: Index Strategy for OLTP Tables

    sql_butterfly (2/23/2011)


    Thanks Grant. What should be the generalized fillfactor for indexes on OLTP tables ?

    I would say it depends. You shall monitor the number of reads and writes on a...

    __________________________
    Allzu viel ist ungesund...

  • RE: Creating a database that is enabled for FILESTREAM storage..

    Have you double checked your paths specified above? There are a couple of typos in this script..

    __________________________
    Allzu viel ist ungesund...

  • RE: Logon failure Error

    I welcome any ideas. Thanks.

    When I was saying the log was full I meant 10-15 entries per day and those have been generated by the actual user who tried...

    __________________________
    Allzu viel ist ungesund...

  • RE: Logon failure Error

    For those who might be interested... the ODBC data source has been tested and guess what...

    Running connectivity tests...

    Attempting connection

    Connection established

    Verifying option settings

    Disconnecting from server

    TESTS COMPLETED SUCCESSFULLY!

    But not working from the...

    __________________________
    Allzu viel ist ungesund...

Viewing 15 posts - 61 through 75 (of 107 total)