Forum Replies Created

Viewing 15 posts - 54,661 through 54,675 (of 59,067 total)

  • RE: Update Order and MAXDOP

    Sorry... that just doesn't help me... all of your examples show only one date... would you please do as I ask so I can help? Please change the following...

  • RE: SQL Query tuning

    To add to that... are there Primary Keys on these tables? Is there a clustered index? Are the tables in a constant state of flux do to inserts,...

  • RE: How to tell which is better?

    If it's the "Estimated" Execution Plan... pay those percentages no mind... it "lies" because it will frequently miss things. For example, only the first pass of a triangular join...

  • RE: Convert 2005 table valued function to 2000

    Heh... thanks for the "apple" ๐Ÿ˜›

  • RE: Putting image files in sql server 2005

    Dunno about your first question but I'm pretty sure that the answer to your second question of can you "view images in SQL Server" is an emphatic "NO".

  • RE: Banker''s rounding in T-SQL (like Math.Round in .NET)

    Heh... flies haven't found it, yet... :hehe:

  • RE: Update Order and MAXDOP

    Thanks, but doesn't quite tell me what you want... not trying to be difficult here, either but "one picture is worth a thousand words"....;)

    You listed this as an "input"...

    Insert Into...

  • RE: The USE command

    Yep... I agree with all of that... if it's for GUI code...

    For batches, the proc will probably recompile anyway just because the data will have changed enough to need a...

  • RE: Convert 2005 table valued function to 2000

    A big key here is that David DIDN'T even use a function (although you could if it's for RBAR GUI code)... it splits a whole table's worth of information in...

  • RE: Merging two tables

    Heh... I cheat like hell... load up one staging table with everything... delete the dupes with the "earliest" information... flip the pass-through-view to look at the new table... drink beer...

  • RE: SQL Server 2000 Slow response time

    Ramesh Lende (10/8/2007)


    I am leaving in remote area of Pennsylvania where it is difficult to find out one DBA. People are coming and they donโ€™t like the place so they...

  • RE: SQL Server 2000 Slow response time

    Backups... if for nothing else, to clear log files that are getting big and growing.

  • RE: The USE command

    Most people recommend against it for many reasons... most of them are good, some are not... but you could put a view in the Master database and that would draw...

  • RE: Update with NULL value

    nba (10/4/2007)


    The problem now is not the trigger but why it was there and not documented.

    Simple... database is not correctly locked down for changes. No one but DBA's should...

  • RE: Update Order and MAXDOP

    Works fine for what you have... no primary key.

    To help, I need to know what you expect the output of your first post to be...

Viewing 15 posts - 54,661 through 54,675 (of 59,067 total)