Forum Replies Created

Viewing 15 posts - 106 through 120 (of 134 total)

  • RE: Generating Scripts

    You might ned to check the script if it has create FK statement before you run the script. It might just have the drop statement only.

  • RE: Moving transaction logs

    Correct me if i am wrong. To do attach dettach the database should not be operational i mean should not be used.

  • RE: dbcc shirnkfile utility

    try to backup the file i.e database or log and then run shrinkfile. Try it couple of time as it might not succeed the very 1st time.

  • RE: Missing SQL Performance Counters -

    I got the answer for thsi issue and it been resolved :

    http://support.microsoft.com/default.aspx?scid=kb;en-us;q196657

    We tested the workaround of unloading and loading the sqlctr.ini file on the test cluster and in...

  • RE: Poorer performance after SP4 (english this time)

    We had a similar problem and as said by Antares, reindexing and update stats worked.

  • RE: Timeout expired

    You can use microsoft provided blocker script within a .bat file. Create a job with the .bat file and schedule it to run every min. This proc gives quite some...

  • RE: Dual Processor CPU Usage

    Most of the valid causes have been penciled down. Donno if the queries written use this OPTION (MAXDOP 1), which forces the query to use one cpu only.

  • RE: Filegroup Backups

    Its pretty messy when you have large db's that span over quite a few filegroups. Like said biggest tables in seperate filegroups, but to what you said they are categorized...

  • RE: Backup Tips

    Both the options have their own pros and cons. It all depends on what you recovery plan is and how much of hard drive space you have.

    1. Append to media:

    -...

  • RE: Copy Database Wizard

    What did you select when connecting to both source and destination servers. If you used NT authentication, that might be an issue, else with sql login it should work fine.

    ...

  • RE: Problems with Triggers

    Was the table on which the trigger is modified or table name changed. Though it might sound stupid, but check the column names within the trigger code it refres to...

  • RE: EXCEPTION_ACCESS_VIOLATION

    EXCEPTION_ACCESS_VIOLATION may occur due to various reasons. Its on a case to case basis. As said by Allen, its a good idea, but it would be better if you could...

  • RE: TaskPad View Errors on Selected Databases

    It happens sometimes. I dno't know why, but i know a trun around for this. Right click and select View> details. Then again right click and select View>taskpad...tjis time it...

  • RE: tHow to remove add user from DB_OWNER role.

    you can assign DDL admin is sql 7.o as well. Thats good practice to avoid future problems.

  • RE: Is it possible to hide databases from users?

    Though it might sound silly..but what i did once on such a situation was :

    Asked the client to to connect through Access database and provide him with the login informatiom...

Viewing 15 posts - 106 through 120 (of 134 total)