Forum Replies Created

Viewing 15 posts - 181 through 195 (of 325 total)

  • RE: Log and Data File growing out of control

    you should also make regular backup for your mdf and ldf files (Full SQL Backup and Incremental SQL Backup) you these 2 files will grow with Very small size


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: SQL Server doesnt responses!

    what is your total RAM? because 40 M is so so little for SQL Server


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: who last logged into db

    I don't think that there is something like That in SQL Server.

    I think you have to Make Audit Table in your Database and in every trigger in all tables, add...


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: SQL Server doesnt responses!

    it is recommended not to use any other program on the SQL Server machine.

    because SQL Server is monster in dealing with data ...

    if there is any other program...


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: ENCRYPT function not saving data as encrypted

    I am sorry there is no Encrypt for Tables in SQL Server 2000 !!

    you can use stored procedures, views, and functions and apply "With Encryption" to them.

    Also there is a...


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: problem opening any table in a database

    I think there is a problem with SQL Server Provider on your machine

    first install MDAC 2.7 and its SP1

    then install SQL Server SP3a

    I hope this help u


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: Can I Rename A DB?

    what about deattaching the db .. and then attaching it (from query analyzer) and supply a new name in your code ?


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: Restoring Database Problems

    do u apply SQL Server SP3a on the server?.. also apply MDAC 2.7 SP1 (if you want )

    i hope this solve the problem


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: ENCRYPT function not saving data as encrypted

    what about encryption the whole table ?


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: Restoring data from a different SQL server

    do you test to do this with making Full bckup then make a restore from this full backup ..?


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: Application timing out

    what is the programming language you use in your Application ?

    try to use (NOLOCK) in table hint when you select data from table

    I hope this help u


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: Users that are logged in

    here is SP_who3 which may help u more

    sp_who3

    By: racosta

    Like sp_who2 but this one let's you specify to filter by spid, login, hostname and dbname.

    Like any system procedure, can be...


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: OLE DB provider SQLOLEDB reported an error. The provider ran out of memory.

    if you are using MDAC 2.7 then install MDAC 2.7 RTM refresh SP1 on both servers and restart them.

    I hope this help u.


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: no results from stored procedure in access 2000 project

    hoe do u call this stored procedure in Access Data project ?


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • RE: Best Practice? (SQL Server & Anti-virus )

    you have to use an Anti-virus program to check if there any virus hit the server (if this happened, regestery may be affested, some files may be deleted, Memory will...


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

Viewing 15 posts - 181 through 195 (of 325 total)