Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,335 total)

  • RE: xp_fileexists post SP 2 upgrade

    are you sure that sql services runs under network service i just had a reading that few service account gets changed on SP installation. check if the account remins same...

  • RE: How do I remove a folder called credentials in security manangment studio

    DROP CREDENTIAL mycredential
    this just drop any credentails that you have created and will not delete the folder which is sql server default and that cant be deleted.

  • RE: Hiding information_schema and sys views

    Just revoke permissions for the users on those sytem views so that they will not be able to use those.

  • RE: Deny Public Role Permissions

    Is the major_id same for everytime you run the query. If not it might be any dynamic objects that sql server creates on startup.

  • RE: Disabled SQL IDs

    You can find when the cahnge has happened by querying the syslogins and looking for modified date. Who has performed this can't be tracked unless you have profiler or other...

  • RE: Permissions & Nested Roles

    Ok no probs Andrew. good to hear that the solution was working for  you.

  • RE: Dead Lock

    Check what is the type of lock held by the blocking SPID. You can set your isolation level to read committed so that select statements can avoid locks.

  • RE: Sql server rebooting machine without warning,

    I hope the machine is hitting a memory dump. check for the sql server error log files and the eventvwr to get more clue on what is exactly happening at...

  • RE: MSDBA Certification

    yes it's good to certify yourself with 2005 than 2000. With 2008 to be in market in next year go for new technologies than the older ones.

  • RE: ODBC Connection

    To add some light to what Brain has told if you have added the user to the windows it doesn't mean that you have given him access to sql server...

  • RE: SQL 2000 64-Bit edition?

    SQL Server 2000 64-bit software is available only for 64-bit IA opeating systems and you can't have that installed in 32 bit machines.

  • RE: Id for ./sqlservice for Agent

    SQLService is a local user in the server running your sql server. With this kind of setup your sql server will not be able to access resources in network and...

  • RE: 4gb db, use dts copy or replication?

    Replication can be a good alternative you can have snapshot replication implemented since you say its just 4GB database. Snapshot replication is almost like your full database backup and restore...

  • RE: Moving database from sql server 05 instance to 05 sp2 64 bit

    bhavin,

    if you give datareader/writer role they will be able to perform insert, update,select and delete but they will not have execute permissions in SPs or functions. Since you have posted...

  • RE: MSSQLSERVER dependencies

    Michael,

    He says that his SQLAgent services does not show that it depends on MSSQLSERVER service. Actually what he says is right SQLAgent depends on MSSQLServer services but MSSQLServer does not...

Viewing 15 posts - 841 through 855 (of 1,335 total)