Forum Replies Created

Viewing 15 posts - 31 through 45 (of 243 total)

  • RE: Restore Database Without Log

    Tim Riley (1/8/2009)


    I know there is, but I can't remember how...How do you go about restoring a database that has a corrupt/bad transaction log?

    Please take a tail log og current...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Msg 7314, Level 16, State 1, Line 1 The OLE DB provider "SQLNCLI" for linked server "CHIMSSQLDEV" does not contain the table ""ArrowProdDB"."dbo"."sysfiles"". The table either does not exist or the current user does not have permissions on that table.

    sunshine (3/24/2008)


    I can select from a master table however get this error for all user databases. any idea what is going on?

    Msg 7314, Level 16, State 1, Line 1

    The...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Shrinking MSDB database in SQL Server 2005

    gagsam2001 (1/16/2009)


    Hi ,

    I am facing issue while taking the snap manager backups as the backup drive I've is smaller in size and there are minimal chances of getting more space....

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: someone dropped tables

    iqtedar (1/15/2009)


    hello,

    i see few tables are been dropped from the db..i saw an article on this website..ran the script but there was...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: VIMP * backup

    kiransuram19 (1/16/2009)


    We have a custumerDB and its properties are

    size:14399.06 MB

    space available:4652.36 MB

    customerdb.mdf : 4.59 GB;

    customerdb.ldf : 9.46 GB;

    I took backup of the customterDB(using Litespeed)...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Blocking Objects

    sunny Brook (1/16/2009)


    DBCC INPUTBUFFER(spid) will give you a hint what that spid is running. From there, you may find a clue.

    Yes, that i already posted..

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: what type of lock is acquired when inserting data in a table in SQL server ?

    Grant Fritchey (1/16/2009)


    Paresh Prajapati (1/15/2009)


    U have to require row level lock with some range of columns..

    Really? What happens if you're updating more than one row? What about if you were...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Locking

    Abhijit More (1/16/2009)


    it's not the problem of open transactions, the user does not have permission to view the table(GRANT)

    This is the problem due to some one has the process of...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Non-Cluster Index Bad Performance

    Syed Asim Rizvi (1/14/2009)


    I have a query that runs fine if I do not include Non-Clustered Indexed column in WHERE, but if I include this column, it take 5 times...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Linked Server Error Message

    sharathsuman.n (1/15/2009)


    Hi,

    I am using Linked Server for executing SP's on remote Server. And I have configured SQL Job for executing the remote Server SP on the Server and when I...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: SQL Server UPGRADATION

    Raghavender (1/16/2009)


    Hi All,

    we are going to upgrade our SQL Server 2000 to SQL Server 2005.

    SQL Server 2000 is a 64-Bit, if we install SQL Server 2005 32-bit version will upgradation...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: tables data changes question

    foxjazz (1/13/2009)


    I have 6 tables tbl1,tbl2-6

    I need to write a program to determine if any changes were made to these tables.

    Option 1, I can write a trigger that sends an...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Locking

    aanryn (1/14/2009)


    Hi,

    I'm using SQL Server 2005 Standard Edition. When I open my database and tyr to expand the tables sections on the left hand side of the pane an error...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: what type of lock is acquired when inserting data in a table in SQL server ?

    anjali.vishwakarma (1/14/2009)


    When I Insert data in a table in SQL server, what type of lock is acquired ? Is it Table level lock or row level lock ?

    I am...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Blocking Objects

    John (1/10/2009)


    If a process / spid is blocking, what is the best way to query what tables are being locked by name?

    When I see a spid blocking, I want to...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

Viewing 15 posts - 31 through 45 (of 243 total)