Forum Replies Created

Viewing 15 posts - 91 through 105 (of 118 total)

  • RE: How to find out the biggest table by size in a database?

    Hi Azzam,

     

    The given query does not give any records.

    Please check the query

     

     

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Will DBCC Reindex do the update statistics?

    Will DBCC Reindex update system tables? If not why?

    Anyone could explain on this...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: How to change server name

    Once you executed Sp_dropserver 'oldservername'

    and sp_addserver 'newservername','local'

    you can verify the server name by

    Select @@servername.

    Now the servername should reflect the new server name.

    Otherwise stop and start the SQL Server service...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Will DBCC Reindex do the update statistics?

    Colin,

    This is my understanding from your reply.

    DBCC Reindex would update statistics of Indexed columns only.

    If there are manually / auto created statistics exists on non-indexed column those statistics are unaffected....

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Backup database to disk ''''NUL''''

    Ian Scarlett,

    Do you mean to say that when there is space constraint to take full backup it would be useful?

    But this make SQL Server to believe that full backup being...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Backup database to disk ''''NUL''''

    When this stament would be useful? for what?

    Please explain..

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: How to keep monitoring on database log space usage?

    Hi rudy;

    Database data size is 10 GB and log sizes 4 GB.

    Yes, I am using maintaing plan to take full backup of the database.

    No transaction log backup being schedulled currently.

    Have...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: sa password change

    Also try  with sp_password. More on sp_password can be found on BOL.

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Starting MS SQL Server...

    1. To Check the version:

      On Registry check the following for SQL Server version

       \\HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSSQLServer\CurrentVerion

        From the version number, you can drive it's Service pack and hotfix...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Old backup deletion using ''''Xp_CmdShell''''

    Kishore,

    "

     You could modify your SQL Backup Maintainence Plan to delete the file.

    I mean if you are taking a backup at 10:00 am, you could ask the plan to delete the...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: Old backup deletion using ''''Xp_CmdShell''''

     

    what's reason of file not get deleted?

    I would add /Q /F in del command.

    Like "master..xp_cmdshell 'DEL /Q /F D:\SQLBackup\*.bak "

    Though the file not being deleted by...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: What would happen to the jobs which are running,while failover occurs?

    Actually in my case when the fail over happened to the Node 2, the backup job for the user database was running.

    What happened was the databse backed up during...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: SQL Server job failure - When node fail over

    Hey,

    I checked and found the SQL Service accounts have "Log on" previleges on the both nodes.

    - Sivaprasad S

     

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: How to add the BUILTIN/Administrators Account?

    Hey, It is as simple that.

     

    Just add "Builtin\Administrators" on Security --> New Logins on type Windows

     

    That's it.

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • RE: SQL Server job failure - When node fail over

    Rudy,

    Have you checked active directory ? Specifically the 'Account' tab, 'Log On To' button ?

     Can you elobrate on what do I need to check on 'Active Directory"...

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

Viewing 15 posts - 91 through 105 (of 118 total)