Forum Replies Created

Viewing 15 posts - 16 through 30 (of 34 total)

  • RE: sql 05 spread one mdf to multiple ndf

    The DBCC SHRINKFILE EMPTYFILE would only help in removing the data from the current file but it wont help in spreading the data into multiple files. If you need that...

  • RE: CImageHelper::Init () - Error Showing in Log

    From the Logs seeems that the server has all the problems of the world !!!!!!!

    Your main problem is the AV(access violation) hapenning within SQL server and when the internal Sql...

  • RE: Comparing Strings

    I am not really sure but have you tried the CONTAINS and FREETEXT functions. They might be of help.

     

  • RE: Service Pack 4 for SQL 2000

    The entry for the instance name looks to be incorrect.  I think SQLBill typed it by mistake.

    The correct entry should be something like

    INSTANCENAME="FHDP1IRMPA01\RPMS"

    i.e. machinename\instanceName

  • RE: Urgent performance problems

    Ok Guys.

     The problem that you were facing was not because of the paging but because there the server was under the virtual memory pressure. One of my sugestions is...

  • RE: When can you run DBCC Updateusage(0)

    Hello Dana,

     The DBCC UPDATEUSAGE will refresh the linked list of the pages for particular tables and hence it is not required that the users be logged out of the system....

  • RE: CImageHelper::Init () - Error Showing in Log

    I believe this is not the real error. Can you please paste the complete errorlog please ?

     

  • RE: sql 05 spread one mdf to multiple ndf

    Hi Brian,

    I think I understand what you are trying to do and think that it is not possible without creating different filegroups.

     YOu cannot control on which file wihtin a filegroup...

  • RE: Mixed 32 64 bit clustering

    Also , as far as I know the O.S. versions (win 2K and win2k3 cannot be different). You need to understand the basics of clustering -- It means that the...

  • RE: Mixed 32 64 bit clustering

    NO way it is possible to have a cluster with one node as 32 bit and other as 64 bit.

     remember that the SQL clustering depends on the windows clustering and...

  • RE: regarding service pack

    Suggestions :

    take backups of the system databases. Also user databases if possible.

     

  • RE: instances nammed kbmss

    It seems that your program requires a SQL express edition called as KBMSS. you might have to install the instance seperately (if your application does not do it by itself)....

  • RE: Applying SP4 on a running database?

    YOu can start applyingthe SP4 when the database is being accessed, but remember that the SQL server will be restarted multiple times by the SP4 setup programm and hence the...

  • RE: Inserting into Remote Database

    the error clearly indicates that it is a permissions issue.

    Check if the account that you are using to connect to the remote server has and INSERT permission on the table...

  • RE: Run times of jobs

    I dont think there is a direct way to get that, Because jobs are basically used for scheduling purposes. At the background what it does it executes SQL statements.

     Hence...

Viewing 15 posts - 16 through 30 (of 34 total)