Forum Replies Created

Viewing 15 posts - 16 through 30 (of 45 total)

  • RE: How to monitor multiple sql servers by a script?

    Thank you freinds for your valuable suggestions.

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

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

  • RE: how to sync two tables columns?

    Hi Grant Fritchey,

    I have multiple table one for magazine, one for books, one for cdvd and so on. Each table have a flag of availabilit. to write in every table...

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

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

  • RE: how to sync two tables columns?

    See my tables are,

    Book table

    =========

    book_id int

    book_name varchar(20)

    author varchar(20)

    Availability table

    ==========

    book_id int

    avl bit

    Transaction Table

    =========

    book_id int

    Sale Price mony

    date datetime

    In table B i want to maintain avlability of the books. Not only I...

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

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

  • RE: Msg 8928, Level 16, State 1, Line 9

    its my producation server i restored my database. Now its working fine.

    Thank you very much Gail and Carlton.

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

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

  • RE: Miracle happened with my 2 database test server databases...

    Thank you all.

    i sovle my problem after run

    Restore database dbname with recovery;

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

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

  • RE: What is isolation level in SQL Server?

    Thank you Gil. I google it but i was not get the relevent answer of this. It may possible my search was not proper. Thanks once again now i got...

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

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

  • RE: capacity planning for SQL Server Dbs storage

    ya offcourse steve we required daily check for this.

    Ok thanks for your feedbacks and suggestions. It was a pleasure knowing ur way of thinking.

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

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

  • RE: capacity planning for SQL Server Dbs storage

    if i use this query so i can find out how many rows does our largest SQL Server table contains?

    USE AdventureWorks

    SELECT o.name as [Name], i.rowcnt as [Row Count]

    FROM sysindexes i

    INNER...

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

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

  • RE: capacity planning for SQL Server Dbs storage

    Steve Jones - Editor (2/22/2010)


    How do you get rows per day?

    The formulas for calculating space are trivial. It's the information gathering that is hard.

    you right steve, from our school we...

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

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

  • RE: capacity planning for SQL Server Dbs storage

    Hi freinds,

    Me not that much strong like u guys, u my seniors but i want to share something my small research with u. If u feel any mistake in my...

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

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

  • RE: what is the process to transfer a SQL 2000 job to a SQl 2005 server?

    harsha_you (2/18/2010)


    Hi all,

    When i am running sql 200 job scripts in sql 2005, i am getting the following error.

    Msg 515, Level 16, State 2, Procedure sp_add_job, Line 137

    Cannot insert the...

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

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

  • RE: Warning on Job history

    Hi SC,

    I researched alot on ur query but not getting a satisfied solution from sql online book also.

    Let me try once if i will get then i will reply u....

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

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

  • RE: Bulk Insert

    ya i was created still i am not getting any error messages in that...

    M.I.

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

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

  • RE: Warning on Job history

    hi, pls try my query in that message coloumn wil give you warning message also. or adjest in ur message column in ur query.

    Regards,

    M.I.

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

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

  • RE: Warning on Job history

    Try this query, you can also modified in this...

    select * from msdb..sysjobhistory

    order by run_date, run_time desc

    for know more abt this, you can also refer onlinebook link...

    http://msdn.microsoft.com/en-us/library/ms174997.aspx

    Regards,

    M.I.

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

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

Viewing 15 posts - 16 through 30 (of 45 total)