Forum Replies Created

Viewing 15 posts - 19,741 through 19,755 (of 26,484 total)

  • RE: Transaction log gets full while inserting records

    You need to break it down into batches, and run t-log backups between inserts. Is there a common primary key or unique between the two tables?

  • RE: Are the posted questions getting worse?

    Does anyone else get the feeling that some people think we are here to not only help and mentor others but to actually do their work for them with no...

  • RE: Certification High School

    Gift Peddie (7/19/2009)


    I also can't see the government getting involved in vendor level certifications, providing the opportunity is there equally for all groups.

    That is very nice point get random...

  • RE: Certification High School

    Gift Peddie (7/19/2009)


    Considering that obtaining Vendor Certifications is voluntary, I really don't think there are legal grounds for any governmental organization to make such requests. If these certifications were required...

  • RE: Certification High School

    Gift Peddie (7/18/2009)


    ... Microsoft, Cisco and now Oracle if it buys Sun knows one day Uncle Sam and EU may want some docs showing why there are so few...

  • RE: Certification High School

    You mention Novell's CNE in your editorial, and twenty years ago I had considered trying to earn that certification as the company I worked for at the time had a...

  • RE: Not sure how to get my subquery right

    Curious, but would this work as well?

    select

    FiscalMonthDTTM,

    left(datename(month,FiscalMonthDTTM),3) Mth,

    Sum(case when TimeType='YVW Crib'

    ...

  • RE: 'IN' clause and procedures

    Here is a way to accomplish your task. First, you need the following function (or one similar):

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE function [dbo].[DelimitedSplit] (

    @pString varchar(max),

    ...

  • RE: Binary Comparision of tables

    Assuming that you are updating existing records, why not put a ModifiedDate column on the table and update that column when you update the row? Then you just have...

  • RE: Datefunctions

    So, how about DDL for the table(s), sample data, expected results based on the sample data, and most importantly what you have done so far to solve your problem.

    Need help...

  • RE: Fast Update(Please Help)

    maxyogesh2002 (7/17/2009)


    Dear Friends,

    I m attached the JPEG of my Execution plan plz tell me Whats the problem in that query

    why its taken lot of time to update.

    First, I'd recommend...

  • RE: Are the posted questions getting worse?

    jcrawf02 (7/17/2009)


    Lynn Pettis (7/17/2009)[hr

    So, what's stopping you from getting back out there? I'm sure that you could be used and abused just like the rest of us. It...

  • RE: How to track all error in the trigger then save those error in a table

    First, remember that no all errors can be trapped in in a TRY/CATCH setup.

    Code your trigger to use TRY/CATCH. For the errors that can be caught, capture the error...

  • RE: why is my sql box not using all 16GB????

    Just realize that it may not take all 14 GB of RAM. Not saying I wouldn't set the maximum memory available to SQL Server, I would; but the best...

  • RE: Are the posted questions getting worse?

    jcrawf02 (7/17/2009)


    Lynn Pettis (7/17/2009)


    I try to work 3 or 4 tournaments a year. Depending on the tournament, that can be anywhere from 2 days to 7 days long. ...

Viewing 15 posts - 19,741 through 19,755 (of 26,484 total)