Forum Replies Created

Viewing 15 posts - 181 through 195 (of 468 total)

  • RE: ALTER INDEX online MS SQL 2005

    ALTER INDEX ALL ON Production.Product

    REBUILD WITH (FILLFACTOR = 80, SORT_IN_TEMPDB = ON,

    STATISTICS_NORECOMPUTE = ON);

    Thanks!!

  • RE: sql server files showing as just files

    Well its fine if you click them until you are not able to open them. I reckon when we click on a database file be it mdf,ndf or ldf it...

  • RE: sql server files showing as just files

    Explain just files?

    Also, if you say just files do you mean you are able to open them?

    At last see the properties of the database to check the file names whether...

  • RE: Timeout Expired

    I would check the stored procedure that the reports run on. See if there is any blocking or you could try to look at the code of the sp and...

  • RE: Unable to get email from Databasemail

    Did you configure DB Mail to use an SMTP server when creating the profile?

    Thanks!!

  • RE: REINDEX a SQL SERVER DB

    Thasos Perifimou (2/11/2009)


    Will this affect our log shipping?

    Answer is NO, but-->

    The bulk-logged recovery model increases the risk of data loss for these bulk-copy operations, because bulk logging operations prevents recapturing...

  • RE: REINDEX a SQL SERVER DB

    Why do you need to reindex everyday, that too entire database?

    Anyways you can switch to bulk logged recovery before you begin reindex and once you are done switch it back...

  • RE: Use of Logshiping,Replication and DTS.

    beerampradeep (2/11/2009)


    what is the use of logshiping , replication and DTS.

    You can always start with google and also bol. As and when you get issues with the setup you...

  • RE: How to Add Datafile.ndf in Production database ?

    ichbinraj (2/10/2009)


    We have recommendations from team- lead to increase the datafiles in db ...he suggested us to maintain ratio 2:1 (datafiles :Processors )

    Does he intend to mean that 2:1 ratio...

  • RE: How to Add Datafile.ndf in Production database ?

    ichbinraj (2/10/2009)


    if I add file according to your specification do I need to restart the MS SQL server ?

    As a DBA always learn to say No and please Question as...

  • RE: How to Add Datafile.ndf in Production database ?

    ichbinraj (2/10/2009)


    Hi ,

    I have 2TB database in production which has 1 MDF file ,2NDF files i am Planning to add one more datafile with out any down time...

  • RE: How to become sql server dba

    gupta1282 (2/10/2009)


    Sir I searched a lot of jobs for junior level or entry level sql server dba, but did not find any such job.

    Could you provide me some onlie...

  • RE: Access to report manager in SSRS

    You can use MyReports folder to allow users to manage their own content.MyReports is disabled by default. One MyReports folder is created for each user. One user doesn't have access...

  • RE: Access to report manager in SSRS

    Access to the folder only

    Thanks!!

  • RE: Long time to reboot SQL Server computers

    I would check the terminal services connectivity to the rebooted system. Also to check how long your server that was rebooted takes to come back online.

    You can ping the server...

Viewing 15 posts - 181 through 195 (of 468 total)