Forum Replies Created

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

  • RE: How to insert the following

    Thanks Gianluca for your kind reply. It is just for example i quoted the script. I achieved my requirement. I am going to implement a centralize monitoring in our environment....

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: How to insert the following

    Thanks Jason for your reply.

    I am trying to achive to capture all the transactions which is goin on my database in a different database table. In that case i dont...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Log not available error 9001

    Thanks for the reply,

    Run DBCC CHECKDB in Emergency mode:

    ==============================

    Msg 2533, Level 16, State 1, Line 1

    Table error: page (1:1156536) allocated to object ID 2121058592, index ID 0, partition ID 72057594038845440,...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Log not available error 9001

    Hi Buddies,

    I am facing the same problem even my database Auto_close option is False. When the application team running package, database going on suspect mode. rest of the time its...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: How to restrict users on Mirrored Database?

    mohammed moinudheen (5/5/2012)


    MSQLDBA (5/5/2012)


    Hi Friends,

    So can anyone suggest me how i can restrict users to access database.

    Mirrored database as such is not accessible.

    🙂 I know bro. I m talking...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Database file size 100% utilized?

    Suresh B. (3/11/2012)


    Use this query:

    SELECT

    DB_NAME() As DBNAME

    , DB_ID() AS DBID

    , SUM(size / 128) AS 'Total Size in MB'

    , SUM(size /...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Database file size 100% utilized?

    anthony.green (3/13/2012)


    What edition of SQL is this on? Express? Std? Ent?

    Its Ent edition.

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Database file size 100% utilized?

    PaulB-TheOneAndOnly (3/11/2012)


    MSQLDBA (3/10/2012)


    After this result i increase the size of the database file, upto 2GB.

    Did you increase the datafile size or did you allow SQL Server to extend datafile up...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: SQL Server Agent Service Account Help!

    Hi dskinner,

    Please try the following,

    1) Create one domain account on the Domain machine with administrative previllages for the login, if exist then good.

    2) restart your mssql server machine and login...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Datafile reach 100% size?

    bitbucket-25253 (2/11/2012)


    Yet again I see another question which obviously effects the size of your database at:

    http://www.sqlservercentral.com/Forums/Topic1250789-146-1.aspx

    Now how about try this T-SQL and we can see if any of those indexes...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Fragmentation still remain same after Index Rebuilding...

    Hi Gila,

    But on server performance problem, how i can resolve that?

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: Fragmentation still remain same after Index Rebuilding...

    GilaMonster (2/11/2012)


    How big are the indexes? How many pages?

    Your rebuild won't affect heaps, that's why they don't change.

    The Index size is >=502544KB, and

    Pages are >=277 on each cluster and...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: database backup failed

    I checked there is no problem with // slash and also i checked to run this command manually. Its working fine but when its running in schedule its genrate an...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: I am not able to login sqlserver through Network.that login is windows login ,But i am able to SQL SERVER SA login.

    Hi venkat,

    Try it once please login on ur SQL server with SA login and go into the security folder in object explorer and check the logins, is there your...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

  • RE: I am not able to login sqlserver through Network.that login is windows login ,But i am able to SQL SERVER SA login.

    Hi venkat,

    Please login on ur SQL server with SA login and go into the security folder in object explorer and check the logins, is there your windows login or...

    ________________________________________
    M.I.
    [font="Times New Roman"]

    Learning is a path with no destination...
    [/font]

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