Forum Replies Created

Viewing 15 posts - 361 through 375 (of 812 total)

  • RE: How to convert local datetime to Israel standard time

    you can refer to this post

    http://www.mssqltips.com/tip.asp?tip=1145

    and can select the required date formate as per your requirement

    ----------
    Ashish

  • RE: Increase MDF file size of 2GB

    you should have configured your databafile with autogrowth setting.

    Go to your database properties and change the files setting growth with Autogrowth in percentage or FixedSize(in MB).

    As well dont...

    ----------
    Ashish

  • RE: Restore Error due to Space Issue

    Good to see it worked.

    But shrinking the database should not be treated as solution to reduce the ldf/mdf file size. In fact you should first investigate why the database...

    ----------
    Ashish

  • RE: SA Password Recovery

    you must have one localadmin account in your system and it could be domain admin account.

    Or you can try to add that account in proper windows group which have the...

    ----------
    Ashish

  • RE: Restore Error due to Space Issue

    The database requires 9538633728 additional free bytes, while only 9327198208 bytes are available

    But the database size is 177 MB only.

    The error is explanatory itself.

    If you convert requires kb(9538633728) and...

    ----------
    Ashish

  • RE: SA Password Recovery

    Yes I am also one of the member of windows active directory group. It's not logging in with BUiLT/Administaration rights too.

    It should not be the case. Can you please paste...

    ----------
    Ashish

  • RE: SA Password Recovery

    if your sql instance is mixed mode, then you must have some windows account which have the SA permission. Login with that account and reset the password for sa login.

    ----------
    Ashish

  • RE: Backup failing : "The backup of full-text catalog 'QCFTCAT' is not permitted because it is not online.

    is the database having filegroups(ndf)?

    If so, are all the file groups online when you taking backup.

    It could be the possibility that database have a specific filegroup which is...

    ----------
    Ashish

  • RE: SQL Services are not coming online

    Fresh installation doesn't work in such scenario.

    ohhh you know this.....

    then you should be considering the approach accordingly.

    ----------
    Ashish

  • RE: Only see a single database in SSMS

    while creating the login, give the default database name as the one you want the user need to be connected. And also make sure you give the public access on...

    ----------
    Ashish

  • RE: Stored Procedure suspending and running itself

    r u sure there is no dts/ssis or job scheduled to run every x min of interval or retry after failure?

    Also you can run profiler with specific database and SP...

    ----------
    Ashish

  • RE: MS Sql server 2005 table data deleted

    if this database is in 2008(i know u raised this question in 2005 forum), and if record get deleted very recently then you can use sql server reports which will...

    ----------
    Ashish

  • RE: SQL Services are not coming online

    How to resolve? Renaming the drive wont' work i guess.

    No, renaming the drive will not work.

    Before considering the option to resolve this issue, consider the point that do you...

    ----------
    Ashish

  • RE: SQL Services are not coming online

    'E:\MSSQL2K\MSSQL\Data\master.mdf'

    check if the drive is available. Seems like the problem with Drive/location.

    ----------
    Ashish

  • RE: Change company name in SQL Server 2005

    sp_dropserver <old_name>

    GO

    sp_addserver <new_name>, local

    GO

    is exactly how to do it. As I have many times.

    Agree cath, but it will not remove the original name of the server which you will...

    ----------
    Ashish

Viewing 15 posts - 361 through 375 (of 812 total)