Forum Replies Created

Viewing 15 posts - 61 through 75 (of 282 total)

  • RE: View causing timeout issues

    Your suspicion is right. The PIVOT does seem to be the main problematic piece here. Pivots are slow, and CPU intensive when pivoting large amounts of data (in...

  • RE: API Cursor Parameters

    All those sp_ procs are symbolic of use of ADO recordsets / datasets in code on the front end. Meaning the sp_CursorFetch will show up in a trace...

  • RE: Synch 2 dev databases

    Thanks for the reality check, it's actually helpful. At least I now can tell me boss that I am not the only one that thought these requirements were a...

  • RE: Synch 2 dev databases

    Thanks for the reply. Now I can take your suggestion and... oh wait... there was no suggestion.

    I guess I will just figure something out on my own.

  • RE: SSIS development and deployment management

    We use source control (TFS) as the central repository for our SSIS packages. Deployment techniques will obviously vary depending on your needs and your environment, but having SSIS packages...

  • RE: Synch 2 dev databases

    - What is the acceptable latency window? -

    5 minutes at most

    - Does this have to handle Table Def changes also? '

    Yes, this is what synchronized means in my...

  • RE: Memory

    Set the minimum to whatever you like (0 would even work).

    Set the max to 2048

  • RE: Memory

    SQL Server is designed to use as much RAM as is available if you leave it on the default memory settings. Using 7 GB out of 10 GB is...

  • RE: checking compatibility level on SQL 2005

    What happens when you try to run this in Management Studio? Do you get an error? What happens?

  • RE: checking compatibility level on SQL 2005

    Obviously change to the database name you want to check...

    exec sp_dbcmptlevel 'master'

  • RE: Moving SQL Server 2005 server from one domain to another

    Make sure the SPNs are created for the service accounts properly.

  • RE: High Performance System Active/Active Clustering

    Whether to go Active/Active or Active/Passive is really a decision that you need to make based upon the available hardware, uptime requirements, performance, load, and licensing. If I were...

  • RE: SQL Server Profiler

    What server roles / permissions do you have? Do you have alter trace permissions on the server? You sure it's not a lingering filter in Profiler?

  • RE: RedGate SQL Refactor

    Several of the features of SQL Refactor come in SQL 2008 Mgmt Studio by default. Not all, but many.

  • RE: Why employees fail?

    they are not continually challenged... or

    they are not recognized for their accomplishments...

Viewing 15 posts - 61 through 75 (of 282 total)