Forum Replies Created

Viewing 15 posts - 32,326 through 32,340 (of 39,748 total)

  • RE: Net Meeting to transfer files size limit?

    I'm not sure there's a size limit, but with a file that size you might have issues if there's any network hiccup. Your best bet might be to send it...

  • RE: Hot Fixes and QFEs

    Microsoft has been a little sloppy with SP2. I wonder if they put too much of a testing burden on Beta and CTP testing and getting feedback.

    I got this from...

  • RE: Opening Day

    I agree with that. I can't believe that these companies get the benefit for the millions they spend. Personally I'm a Yankee Stadium, Texas Statium, The Forum in Englewood, Candlestick,...

  • RE: Eliminate timeout when posting reply to a post

    Actually it's Andy's fault! He wanted these forums and coded to them

    I was happy with plain ol' ASP. Much simpler.

    Hopefully this will be...

  • RE: Error during loadtest

    I agree with the above. Looks like .NET problems.

  • RE: Where can I find Enterprise Manager

    You probably need to install the client tools. IF you have a copy of SQL Server personal, you can install jsut the client tools.

  • RE: Create a Job to run CHECKPOINT

    you just execute a "CHECKPOINT" command. But these execute every minute or so, so I'm not sure you need to. Is there something you are concerned about?

  • RE: Linked Server Problem

    I think the problem is that the Srvr A is using its service account to jump to srvrB. Should be a setting in the linked server properties to use the...

  • RE: Importing DBF Tables - Sudden 7399 Error

    This might be similar to what I've seen in the past with AS/400 drivers. There's a limited amount of space for driver code and sometimes these things leak memory and...

  • RE: Does UPDATE lock the table or the row

    All changes (insert, update, delete) acquire an exclusive lock. Granularity depends on a number of factors, but they all have an exclusive lock. Now, read operations can ignore the lock...

  • RE: Global Variable problem

    I don't think there's a dispatch type either. You can add an ActiveX task and a msgbox(globalvar) in the package and get the result interactively.

  • RE: Ultra-noob question - the Basics

    If you just want to update all rows, it's a simple update statement. A computed column will work, but if you have exceptions or things change, then it's harder to...

  • RE: Opening Day

    Markus,

    It's worth it. It's one of the few games the Rockies sell out and while it's a zoo, it's neat to be in that atmosphere where everyone is excited, there's...

  • RE: Automation Process

    Coming out this week: http://www.sqlservercentral.com/columnists/mBalasundram/2925.asp

    I'd use separate DTS packages for each client as an easy way to implement things for your team and train others on how to maintain them....

  • RE: Desperate Newbie Seeks Help

    Jason,

    Take a deep breath. It can be frustrating, but let me try and explain a couple things. First you don't connect a SQL instance to another. At least not easy....

Viewing 15 posts - 32,326 through 32,340 (of 39,748 total)