Forum Replies Created

Viewing 15 posts - 1 through 15 (of 71 total)

  • RE: Unable to add new logins to the SQL Sever 2008 instance

    You need to evaluate your server permissions to know who can create triggers at server level.

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: EXEC master.dbo.sp_addlinkedsrvlogin with Windows Group possible?

    By Definition that is not possible.

    sp_addlinkedsrvlogin [ @rmtsrvname = ] 'rmtsrvname'

    [ , [ @useself = ] 'TRUE' | 'FALSE' | 'NULL']

    ...

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Database Security Permissions List For Web Server?

    Please try to use this script.

    WITH perms_cte as

    (

    select USER_NAME(p.grantee_principal_id) AS principal_name,

    ...

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Comparison of SQL 2005 and SQL 2008

    Please review this article.

    http://technet.microsoft.com/en-us/magazine/2008.04.overview.aspx?pr=blog

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Fraud prevention - Internet Retailer/Auctions

    I agree with Elliott W, Triggers are the best options to do it.

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Obtaining server roles when logging in via a windows group

    You can get the list of Active Directory users for every Group create in SQL Server.

    Regards

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: revoke execute rights to stored procedures in master DB

    Your should consider evaluate the audit options in SQL Server 2008 instead of modify the original security settings.

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: A couple of questions

    Question 1: If I add another instance for sql2008 that takes 4 cores and 12gb mem and run it on the same node as SQL2000 that should be okay. If...

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Mirroring + Maintinecnce Plans + Recovery Model switching = arghghg

    Please read this article.

    Database Mirroring Best Practices and Performance Considerations

    http://technet.microsoft.com/en-us/library/cc917681.aspx

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Master database resotration failed

    You should copy the backup from Veritas Tool Tape to physical disk before to start the restore process.

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: Installing 4 Node Cluster for SQL Server 2008 on Windows server 2008

    Which one is the best possible configuration?

    The configuration depends or your business rules and service level agreement.

    How many IP address will be reuired for the 4 SQL Server Instances?

    One IP...

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: SQL Server 2008 64 bit Active/Active cluster memory settings

    I recommend you enable these options, in order to ensure the best way to memory assignment in 64 bit platform.

    1. enable AWE.

    2. set 'Lock Pages In Memory'.

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: LUN configuration

    This question got answer into of this forum.

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=136107

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: SQL Server 2008 Clustering on Windows Server R2

    Hi

    What exactly is your question?

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

  • RE: installing a cluster

    You can use this reference from Microsoft MSDN site.

    http://msdn.microsoft.com/en-us/library/ms179530%28SQL.90%29.aspx

    Also review this webcast

    http://support.microsoft.com/kb/891798

    SNM

    Try Free Microsoft SQL Server Data Collector & Performance Monitor.

    http://www.analyticsperformance.com[/url]

    @nalyticsperformance - Microsoft SQL Server & Windows Server Free Data Collector

Viewing 15 posts - 1 through 15 (of 71 total)