Forum Replies Created

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

  • RE: Login Properties

    Good question and I got it right

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Bad Passwords

    I have never used this loginproperty, until I saw your question... New learning every day 🙂

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: AppDomain <no> (mssqlsystemresource.dbo[<xxx>].<no>) unloaded

    What is the max memory setting for SQL Server? and the total ram on the server? is it 64bit or 32?

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: DTS Editing problem

    What error you are getting?

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Microsoft SQL Server 2008 Express SP3 CTP

    As far as I remember, Express edition do include BIDS package. But I think there will be some limitations...

    use this link to compare it with different editions..

    http://www.microsoft.com/sqlserver/en/us/product-info/compare.aspx

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: SQL server edition

    You will not be able to schedule SQL Server agent jobs in Express edition as SQL Server agent is not supported.... Just incase you have plans to schedule jobs later...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Moving files

    Nice Question Moinu.... But I got it wrong 🙁

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: DBMail, SQL Agent, Maintenance Plans, and sending an attachment to a specific email list...

    To do it easy way, I think you have to create multiple jobs for each set of recipients and schedule the job for specific day and in sp_send_dbmail you can...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: The Right Kind Of Join

    Got it correct...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: system stored procecures

    good one

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Auto Page Recovery with DB Mirroring

    Good question.... Thanks

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Truncate and Delete

    Back to basics... good:-) question

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Backup / Restore Maint plan?

    create a job on your test server with following steps:-

    1) Copy backup file from prod to test server. you may use command like

    xp_cmdshell "copy source destination"

    where source will be...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Online Database Shrink or shrinkfile

    You are right 🙂

    Sorry, I missed this point..

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

  • RE: Online Database Shrink or shrinkfile

    I believe this database is in full recovery mode. If you are not able to shrink the database log files then you can try changing the recovery mode to simple...

    ===========================================
    Better try and fail than not to try at all...

    Database Best Practices[/url]

    SQL Server Best Practices[/url]

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