Forum Replies Created

Viewing 15 posts - 136 through 150 (of 152 total)

  • RE: Same Query Different Reads

    To my knowledge, the machines, databases, workloads, configurations are exactly similar. I took the backup from VM machine and restore it on to the other machine. (Wanted to compare performance...

  • RE: Avoiding resusing existing query plans or data

    Thanks, yes i have to do it on test machines only.

    As you said that you usually are concerend with compile & execution time, so Is ignoring the read/writes a good...

  • RE: Bad Bad Bad Query

    Actually the Inner Query (aliased as A) is not a subquery in my database, its a view, and users call this view with their where clause.... I just copied the...

  • RE: Data Dictionary

    thanks

  • RE: Page Level Locking Error

    Thanks,

    Whats the effect(benefi/drawback) of enabling this option?

  • RE: Snapshot Replication

    thanks, but then in which cases snapshot is usefull........... i mean mostly databases are of very huge sizes and replication is mostly implemented with huge datases........so wats the benefit...

  • RE: Nvarchar Performance

    Grant---question for you.

    Why would the data be half when using Varchar? Both the queries will return same number of rows so how can data be half for Varchar?

    I think....most probably...

  • RE: Log File Full

    Right Click on your database-->Tasks-->Shrink-->Files

    Select 'Log' from file type drop down. Press ok.

    But if you have full recovery model, log file will not be reducing significantly so in this case...

  • RE: Difference between Transaction Log & Database Log File

    Gila u r just too gud.......

    Greg thanks alot that helpfull too.........

    Thanks,

    Usman

  • RE: Difference between Transaction Log & Database Log File

    So how will the data BETWEEN a full backup and a transactional backup will be restored, assuming that checkpoints occurs AFTER the full backup and data was flushed and REMOVED...

  • RE: Restoration error

    One option is...

    Detach the DB.

    Move the Data & Log Files of this DB from current location to some other location.

    Create new DB with the same name as of your DB.

    Restore...

  • RE: TRY CATCH IN SQL SERVER 05

    GSquared you rules......thanks man

    thanks every one who tried to help me.

  • RE: TRY CATCH IN SQL SERVER 05

    @Noffer........i cant find "scripting" option in Tools-->Options

    There is no such option available

  • RE: TRY CATCH IN SQL SERVER 05

    I am using SQL Server 2005 Management Studio.

    I think there will be a setting to enable the TRY n CATCH stuff.

    @steveB....which version of SQL Server r u using?enterprise?development?wat...

  • RE: TRY CATCH IN SQL SERVER 05

    Anynomas block means running the query in SSMS...not within a procedure or function.

    i have tried it as follows now....but its still now working......p.s Funds is the name of the table

    create...

Viewing 15 posts - 136 through 150 (of 152 total)