Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)

  • RE: script to find that a login has permissions to which tables & SP's

    Use the below one which will give the access in the current database.

    sp_helprotect [ [ @name = ] 'object_statement' ]

    [ , [ @username = ]...

  • RE: primary filegroup is full

    Hi,

    Wht ever steve has suggested will work. In past same i have fixed this kind of issue with the same way.

  • RE: Moving TEMPDB logs only

    Hi,

    Wht ever the command you have mentioned will work.

    once again from master..

    ===================

    Alter database tempdb modify file (name = templog

    , filename = 'PATH_TO_NEW_LOCATION_OF_TEMPDB_DATAFILE\templog.ldf')

    go

  • RE: Running DTS thru scheduled sql job

    Hi,

    Add the log file to the DTS package. I will help you in knowing how dts is running where you are getting error.

  • RE: SSSI and DTS Packages

    Hi,

    You can grant the user  sa permission.  Or open a DTS package and manually  try to save a package in the SQL2005 Server.

     

  • RE: Which table contains the name and location of "rollback" file

    There is no table  which will provide rollback details to you. Pls check the system tables in the MSDB tables. Where there is a logshipping tables exist it will have...

  • RE: sql agent

    Hi,

    What ever richard has suggested is the best way for you as there is no option to start it automatically.  

  • RE: URGENT: Explosive log growth

    HI,

    Have you checked what all the activities the users are running.  Sometimes it happens the tranlog grows very badly. If you are not able to find any activities in the server...

  • RE: DATABASE PROB

    Steve is right. Pls proceed with the steve's suggestion. Do reply if still you are not able to identify the issue. 

    1. Check for SQL Server Logs if any notifiable errors appeared....

  • RE: Wht we need to Monitor in the Error Log.

    HI,

    I need to Monitor the Error Log contents for any new errors are there   in the log. In Case of any new errors found the same has to  send a...

  • RE: Switching of a table

    Robert,

    Yes you r right i had a issue with sp_rename.

    I executed that part  in a seprate step in a job. So that was not a problem.

     

  • RE: Switching of a table

    Hi Udin,

    Thanks for the help i have Done it.

     

  • RE: Switching of a table

    Thanks !!!

    Let me check this.

    Remaning Steps what ever iam performing is the best method available ?

    Wht do you feel this. Renaming of table can be done only with sp_rename is...

  • RE: Large DB

    HI,

    Can u say what Kind of backup methods you are following for this database.

    1. TO Reduce the database size you have to shrink the database.

    2. If you are having a...

  • RE: restoring master database

    Make sure u  r backup has got all the new details which you have entered the the master database .

    1. changes in databases.

    2. Changes in server settings

Viewing 15 posts - 1 through 15 (of 20 total)