Forum Replies Created

Viewing 15 posts - 44,101 through 44,115 (of 49,571 total)

  • RE: Query Tuning in TSQL

    Milu (10/1/2008)


    Hi Sandy & Gail,

    I got so many new concepts from both of your post..thanks you a lot to both of you. but still i am in dark on my...

  • RE: I have some doubts regarding perforamce tuning

    pavankumar.mvs (10/1/2008)


    Hi

    I am new to sql server 2005. I have few questions to the forum, Please give me the solutions.

    1). My database is running fine all...

  • RE: Clustered index and locking

    Maybe.

    It depends on whether the clustered index is useful for the queries that are causing the locking. All tables should have a clustered index and 0 or more nonclustered indexes,...

  • RE: Clustering vs. Mirroring, and Maybe Load Balancing?

    Wilfred van Dijk (10/1/2008)


    Clustering is a failover system for your server (not for your storage), while mirroring is a failover for your complete environment.

    Mirroring is a failover for a...

  • RE: Clustering vs. Mirroring, and Maybe Load Balancing?

    Clustering's good when you need redundancy for the entire server, not just a single databases.

    Mirroring happens at the database level, so if the app depends on resources outside of the...

  • RE: Query Tuning in TSQL

    Sandy (10/1/2008)


    Yes Gail,

    I do agree with you for both the point you specified in above post.

    Yeah, but table variables are treated the same in terms of the TempDB system tables...

  • RE: CHECKPOINT killing our production box

    Mark Kinnear (10/1/2008)


    So if the recovery interval is increased, would that have a bad effect on the Db?

    It would mean that recovery would take longer, in the case where the...

  • RE: Baffled by Indexes

    Depends on how the tables are been used. If many of the queries are of the form

    SELECT A, B, C, E, F, G, H, N FROM [TableName] WHERE A =...

  • RE: SQL 2000 EM "features" missing in 2005 SSMS?

    WayneS (9/30/2008)


    I have SS 2005 (Dev) on my computer. I frequently need to connect to a SS 2000 server. I've noticed a couple of things that I could do in...

  • RE: Query Tuning in TSQL

    Sandy (9/30/2008)


    Gail & Meely,

    I think Gail can better answer for this,

    I wanted to know your thoughts on why table variables were better than temp tables for 'highly transactional' workloads....

  • RE: My first attempt at a simple AFTER INSERT TRIGGER fails on SELECT from INSERTED

    Jack Corbett (9/30/2008)


    I'm glad I don't have the experience necessary to have known that. Then it would mean I had had to deal with major problems and who wants...

  • RE: SQL Server 64 bit

    Scott Ohar (9/30/2008)


    DTSRun isn't support on a 64 bit platform according to a few blogs, but if that's the case they can be wrapped around an ssis package to excute...

  • RE: database physical design

    Only in terms of reducing blocking on the allocation pages of TempDB.

  • RE: SQL Server 64 bit

    That's a huge machine. The largest I've ever played with was a 16 proc box with 64 GB memory.

  • RE: Is this article correct? Temp Tables vs. Table Variables in SQL Server 2005

    Clay.Angelly (9/30/2008)


    I think we'll shelve SQL Server 2005 for now and see if SQL Server 2008 handles this any differently.

    Looking at the code you have, not likely. 2008, in...

Viewing 15 posts - 44,101 through 44,115 (of 49,571 total)