Forum Replies Created

Viewing 15 posts - 31 through 45 (of 58 total)

  • RE: SQL 2005 x64 on Windows 2003 x64

    I understand that SQL server will not use all the allocated memory at a particular point of time. It uses only the required amount of memory, which at this point...

  • RE: Linked Server

    You can use this system sp as well "sp_testlinkedserver"

  • RE: Linked Server

    Try executing a simple select on the linked server.

    check, test the linked server on SMS, for something like , probably a wrong password.

  • RE: SQL 2000 to SQL 2005 Upgrade

    🙂 i sure did..n got quite a few results, but mainly guidelines.. i am looking for something like a complete guide, on each and every aspect..

  • RE: Drop users owning views

    Thank u all for ur help.. I have been able to accomplish what I needed to 🙂

  • RE: Drop users owning views

    Yes I need to, but not all the users. I need to keep 5 users , and remove the rest. To drop these users, I need to first drop the...

  • RE: Drop users owning views

    The issue is I need to drop view belonging to users, except 3 users , say a,b and c. These users come to around 200.There are 200 views per user....

  • RE: Store word doc/image on sql server

    Just what I needed. Thanks a lot for Jeff... 🙂

  • RE: Move one databse from one server to other one, and renamed it

    The users can be fixed by running a procedure which runs something like a cursor, the sp sp_change_users_login on each user of the database so that the SID mismatches are...

  • RE: Store word doc/image on sql server

    This is not a task I need to do, it is for learning purpose. I happened to read that word docs/images can be stored in sql server using BLOB. I...

  • RE: Store word doc/image on sql server

    Thank You for your response. Could you please give me more inputs on how I can implement this on SQL 2005.

  • RE: help with this syntax

    insert into DBSize

    select db_name(), round((sum())*8,2) as [SizeMBTotal],

    (select *8 from sysfiles

    where filename like '%.mdf')SizeMDF,

    (select *8 from sysfiles

    where filename like '%.ldf')SizeLDF

    from sysfiles

    Please let me know if this...

  • RE: Disabling Query Analyzer access

    I request you to please give me more details. If it is not a complex one, this would be fine. Please help me with how this can be implemented.

  • RE: Disabling Query Analyzer access

    Would there be any other way other than not installing query analyzer?

  • RE: Disabling Query Analyzer access

    The only access the users need to have to the db is through the application, which connects to the db thru the specified app role.This is already present. We need...

Viewing 15 posts - 31 through 45 (of 58 total)