Forum Replies Created

Viewing 15 posts - 61 through 75 (of 107 total)

  • RE: Trouble Uninstalling Named Instance

    Dear Jeff,

    Looks like you have found the problem, But how are you planing to remove the server from domain and add it back.

    It would require downtime...!!!

    Why not make a local...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Backup with CHECKSUM OR Verify backup or Both?

    Thank you Grant and GilaMonster. I guess i have to be more Conscious from now.

    Regards

    Shafat Husain

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: log_reuse_wait_desc = replication but there's no replication

    Hi,

    Found a wonderful article on this topic.

    # http://blogs.msdn.com/b/repltalk/archive/2010/11/17/how-to-cleanup-replication-bits.aspx

    Hope it helps..!!

    Regards

    Shafat Husain

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: SQL Server Collation

    Dear Tsinelas,

    Yes it is possible to change the collation on the server level, however it is a complex process and requires a lot of preparation.

    You will have a rebuild the...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Trouble Uninstalling Named Instance

    Dear Jeff,

    Could you please share the screen shot of configuration manager and uninstall screen where you are facing the actual issue.

    Regards

    Shafat Husain

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Renaming SQl Server machine and the database

    Dear Vijay,

    If you only have a default instance then the name of the SQL Server Instance would be your machine name. You can check with the listed query.

    select @@servername

    Copy the...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Better to store 0 or null in a column

    Hi,

    NULL takes up the size of underlying data type Plus one bit for the null flag.

    If you have a lot of NULL columns in your table then defining your column...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Renaming SQl Server machine and the database

    Dear Vijay,

    There is no need to rename the machine as your SSIS packages would be connecting to the instance name of your SQL Server.

    As you have not mentioned if you...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Trouble Uninstalling Named Instance

    Dear Jeff,

    Are you able to see the named instance under you SQL server configuration manager?

    From what you are describing it seems that the instance is either not available on the...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Backup with CHECKSUM OR Verify backup or Both?

    Hi,

    Checksum and verifyonly essentially performs the same function, But still a healthy combination of both would go a long way.

    I take all the backups with checksum and regularly keeps on...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Can't figure out MS DTC error

    Hi,

    Consider using OPENROWSET.

    SELECT * INTO LocalDb.LocalSchema.LocalTable FROM OPENROWSET('SQLNCLI', 'Server=localhost;Trusted_Connection=yes;',

    'EXEC [11.169.101.05].MyDB.MySchema.MySproc')

    Hope it Helps...!!

    Regards

    Shafat Husain

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: ssrs deployment issue

    Hi,

    Under SQL Server configuration manager check if the reporting services is turned ON if not turn it on and then check.

    Under reporting services configuration manger check the Report Manager URL,...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: SQL Server Agent Disbled

    Hard Luck...!! :ermm:

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: Should I monitor the SQL Server tempdb for user activity?

    Hi,

    From what i can find on the internet, I think it is ok to Skip tempdb from the Audit.

    Still i would prefer that you take advise from some of the...

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

  • RE: SQL Server Agent Disbled

    Dear Bugg,

    Check the windows event viewer. Under application check SQL Server.

    You will definitely find something useful

    Hope it helps..!!

    Regards

    Shafat Husain

    Regards,
    Shafat Husain
    🙂
    And Your Lord Never Forgets...!! (64:19 -- Quran)

Viewing 15 posts - 61 through 75 (of 107 total)