Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 2,469 total)

  • RE: if output > 1?

    QPR - if you're talking # of rows, why don't you check @@ROWCOUNT - if > 1 then delimit, else return asis ?!?!

  • RE: Searching Results on this site

    I come across the same problem everytime I try to search for something...

    5000 posts - the reason mhite is aware of the # of page results is because it is...

  • RE: Getting problem with datatype in E.M

    that's right 5000 posts - almost 6000 posts...that's pretty impressive remi - I think you were neck-to-neck with frank only about 2 wks ago...that makes it about 600 posts in...

  • RE: Getting problem with datatype in E.M

    5000 posts - quelle est la différence entre..

    Actually, it would be in your best interests to use only QA for some time

    ...

  • RE: Getting problem with datatype in E.M

    shashank - afaik, this is the third post you have with display problems in Enterprise Manager - as I explained earlier, EM picks up the regional settings and Query Analyzer...

  • RE: Problems with error handling...

    Derek - don't know if you've gotten around to reading the articles yet or not but here's some help from the first one I listed:

    divide your t-sql into 2 separate...

  • RE: Problems with error handling...

    5000 posts - you are not a "bad communicator" at all...I think though, that Derek's problem is not with a specific datatype but that regardless of the error encountered, he...

  • RE: Problems with error handling...

    5000 posts...Derek says that he's deliberately inserting wrong data to see if he can "force an error"...Derek - it would help to post the ddl and sample data...also, I don't...

  • RE: To The Moon

    That should stir things up for a few days... - Bryant - that's a veritable pandora's box right there...so I'm not going to fall into the completely useless trap of...

  • RE: Problems with error handling...

    Derek - couple of things:

    1) Not sure why you're converting @@error to string but it's not necessary.

    2) capture the @@error in your variable immediately after your statement..

    SET @intError = @@ERROR/PRINT...

  • RE: Problems with error handling...

    I have tried to do without cursor like the suggestion in the first respond, but no luck...

    Derek - could you please post the code that you used and the...

  • RE: Copy Table to SQL Server using VB

    Here's an alternate suggestion - why don't you script the "create table"...export the data to a file (word, excel..etc.) - run the script on your target database and import the...

  • RE: Problems with error handling...

    Also - you seem to be doing a lot of data type conversions - from varchar to decimal and datetime....please watch out for inaccurate data that might result from this!!!

    Ideally...

  • RE: Regarding EM.........

    shashank - I don't think I understood your first question - could you pl. rephrase ?!

    As for the second - EM picks up your locale settings for Date & Time!!

  • RE: Current Server?

    Helen - don't know if you've had the chance to read some of the articles on this site on dts packages...here're links to a couple of them that may help...

Viewing 15 posts - 1,006 through 1,020 (of 2,469 total)