Forum Replies Created

Viewing 15 posts - 511 through 525 (of 816 total)

  • RE: Permissions Question

    (a) The ability to *just* execute existing stored procedures, and to create (but not drop/modify/etc) databases

    creat a group and give 'Grant exec' to that perticular group. Later on you can...

  • RE: linked server issue(2008 to 2000)

    right click on your linked server, go to peroperties, go to general tab--you will see provider option.

    Change the provider to 'sql server native client 10.0'

  • RE: Database file growth settings

    But I think, this is not answer for my question?

    think again, your answer is already answered

    Approach depends database to database.

    the database which is being updated very frequently(kind of highly...

  • RE: linked server issue(2008 to 2000)

    use 'sql server native client 10.0' as provider.

  • RE: SQL Server Login - Windows Groups

    also in most of the case sql service are configured with windows account and that account need to be in domain users and domain admin account.

  • RE: hi

    which version and edition of sql you in?

    Why I asked because moving the model in sql 2008 is having different approach in compare to sql 2005.

  • RE: Rebuilding indexes

    our production time is 5.30am to 11.30pm

    if you have maintenance window available between 11.30pm to 5.30 am, then I will suggest check the job running on server and find the...

  • RE: Database file growth settings

    i have just read another very good article related to moving the database and advice you to have a look into it.

    http://www.sqlservercentral.com/articles/Administration/65896/

    article describe why using alter database is preferred on...

  • RE: Database file growth settings

    But could you advise how I can analyze/monitor the growth of the files? And also suggest ,is there any documents related to this?

    if you google it, you will find the...

  • RE: Database file growth settings

    Approach depends database to database.

    the database which is being updated very frequently(kind of highly OLTP database), % growth is not recommended. Its better to have autogrowth with fixed size* and...

  • RE: Rebuilding indexes

    you first need to analyse your index fregmentation,

    in general if fregmentation is less than 30 then reorganize is preferred else rebuild.

    online = on is mainly provided from 2005 onwards...

  • RE: 3 Node Active-Active-Pasive Cluster

    as you configuring, so it will be active-active-passive server and you need three well prepared server.

    While shortilisting the hardware limitation, please keep in mind that at emergency your one server...

  • RE: sql server clustering basics clarification request

    Two nodes means two physical servers(Yes/No)?

    yes, number of node is number of server.

    Each physical server having the separate sql server instances. am i right?

    read this article thoroughly, very good...

  • RE: Is it possible to have an alias for the instance name when connecting to the database ?

    My pleasure Dias.

    Venky,

    as mentioned in article:-

    If you haven't installed the SQL Server 2005/2008 client tools, you can still create an alias using the SQL Server Client Network Utility.

  • RE: Cannot alter a column what should i do to alter

    check the dependency of the table using :-

    EXEC sp_depends @objname = 'tablename'

Viewing 15 posts - 511 through 525 (of 816 total)