Forum Replies Created

Viewing 15 posts - 13,291 through 13,305 (of 22,213 total)

  • RE: Un committed Transaction

    I'm not entirely sure I understand your question.

    It sounds like you're saying that during inserts the area that you want to query is locked while the inserts are occurring and...

  • RE: back up file size

    Right. Allocated space is not the same as used space. Allocated space has nothing to do with backup size. Used space does.

  • RE: Filegroup backup

    Grant Fritchey (2/11/2011)


    If you restore the file group, it restores everything in that file group. That means that all objects, all data, are reset back to what they were...

  • RE: Are the posted questions getting worse?

    Tom.Thomson (2/11/2011)


    What might be called (since he hijacked it) the "nabadan" thread is continuing to be a source of amusement. Brandie's latest attempt (http://www.sqlservercentral.com/Forums/FindPost1062466.aspx)to talk sense to a total lunatic...

  • RE: back up file size

    SKYBVI (2/11/2011)


    thts difffernet from wat i said...

    I said hte approx backup size and u told abt hte total size of the db.

    Regards,

    Sushant

    No, if you look, that's the total space used...

  • RE: DML info for a table

    SKYBVI (2/11/2011)


    You mean a trigger??

    But, wats wrong in seeign hte default trace for data changes, i cant get tht.

    Regards,

    Sushant

    What's wrong with using the default trace to look at data changes...

  • RE: back up file size

    SKYBVI (2/11/2011)


    I dont know, if iam right, but i do this...

    GO to database-->right click -->tasks--> shrink--> files-->

    see the avalaible free space( %)

    100 -( %) = % of the...

  • RE: Are the posted questions getting worse?

    I don't mind pointing out that Red Gate has a tool that can help with this. It's called SQL Storage Compress.

    And before you guys start throwing heavy blunt objects at...

  • RE: CONNECTING TO SQL SERVER THROUGH VISUAL STUDIO

    Is this the name of your server: PERMISSIONSTEST? Does it have an instance name?

  • RE: DML info for a table

    SKYBVI (2/11/2011)


    @ gail..

    Then wats the alternative?

    Regards,

    Sushant

    There is no alternative out of the box. If you need to track data changes you must create mechanisms for doing that.

  • RE: DML info for a table

    But, the default trace doesn't track data changes. If you don't already have something auditing your database, a third party tool, or a server-side trace, there's no way to find...

  • RE: Filegroup backup

    If you restore the file group, it restores everything in that file group. That means that all objects, all data, are reset back to what they were at the...

  • RE: The transaction log for database 'tempdb' is full. Msg 9002, Level 17, State 4, Line 2

    If you have another drive with space available you can try to add a file there in order to get enough space to attempt to resolve the issue, whatever it...

  • RE: how do u know..

    sturner (2/10/2011)


    here are the basic steps:

    1. requirements document

    2. design specification (here is where you define database objects)

    3. test plan document

    4. development

    5. test

    6. beta release

    7. final release

    Everything follows step 1. some...

  • RE: how do u know..

    ramksharma91 (2/10/2011)


    Hi every one, i have simple yet complicated Question. Is there a way or a list to follow when you are creating a database in sql server 2008. i...

Viewing 15 posts - 13,291 through 13,305 (of 22,213 total)