Forum Replies Created

Viewing 15 posts - 781 through 795 (of 2,463 total)

  • RE: How to check mirrored database

    shohelr2003 (11/22/2012)


    Now my question is if I restore a database to principal, should I go through the above mentioned steps? Or there are any alternate solution?

    alternative option means ????...

  • RE: Update statement question

    Jason-299789 (11/21/2012)


    Thanks Eugene, it just looks odd to my eyes.

    you can test it with actual execution plan . that will give you exact picture what/where/why any object...

  • RE: Optimization of stored procedures

    Nikhi123 (11/20/2012)


    Will optimizing the stored procedures improve the performance of the database while running reports.Thanks

    you can also directly test the stored proc at mgmt studio with the passed parameters...

  • RE: how can i write 2 select statements in single procedure

    sandeep.vemulas (11/21/2012)


    hi,

    its returning first select statement values.

    means if u changed the positions of select statements then also its displays

    select stmt values means which one first the values r...

  • RE: How to check mirrored database

    shohelr2003 (11/21/2012)


    I went database mirroring monitor and found "Synchronized" from Mirroring State column of both of the server instances.

    this would be the first assured and positive impression that data...

  • RE: how can i write 2 select statements in single procedure

    below is the two sql i seperate .

    ALTER procedure [dbo].[usp_Fixtures_BowlingAverages_Client]

    ( @Fixture_SeasonKey int,@Fixture_TeamKey int,@Fixture_FixtureType int)

    as

    begin

    Select (cast(Max(D.Bowling_Wickets)as varchar)+'-'+cast(Min(D.Bowling_Runs)as varchar)) as Bestbowling

    From InningsBowlingDetails D

    JOIN (Select D.Bowling_MemberKey, Max(D.Bowling_Wickets) as Wickets...

  • RE: Time out in insert statement

    mah_j (11/21/2012)


    Thank you both for your comments.

    Does it have any effect,If i implement partitioning only on one drive ?

    I will read more,and also focus on partitioning.

    your question depicts that...

  • RE: Search String in Entire Database

    anthony.green (11/20/2012)


    Bhuvnesh (11/20/2012)


    tonyarp05 61903 (11/20/2012)


    We are developing one tool(Backend : SQL server), that tool should be search the string from entire database.

    But i have some codes,which takes min 30 to...

  • RE: Search String in Entire Database

    tonyarp05 61903 (11/20/2012)


    We are developing one tool(Backend : SQL server), that tool should be search the string from entire database.

    But i have some codes,which takes min 30 to 45mins.

    Even i...

  • RE: Unable to shrink tempdb

    can you post here, your databases configurations (their size ) ? additionally also check if there are any open transactions or not ? tempdb handles alot of stuff...

  • RE: Creating a Stored Procedure that accepts parameters

    So whats your requirement then ..Sorry i havent able to retrieve anyting from your miles- long script 😛 . you only need to post the stpred proc (which is...

  • RE: Lots of Key Lookups vs. UniqueIdentifier Clustered Index

    Jeff Moden (11/18/2012)


    make sure that you have a good FILL FACTOR on the index for the GUID.

    Please explain 🙂

  • RE: SQL Authentication login weirdness...

    see " user must change password on next login" in attachement

  • RE: SQL Authentication login weirdness...

    I guess you have chose the option of

    change the password on next login

    thats why it is asking for change password on every time. see this http://technet.microsoft.com/en-us/library/ms144284.aspx

  • RE: Setting Notification email (When the job fails)

    Aspet Golestanian Namagerdi (11/19/2012)


    I have enabled notification email when the job

    are you using database mail ?

Viewing 15 posts - 781 through 795 (of 2,463 total)