Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,221 total)

  • RE: The July CTP is Out

    I'm going to download it on to my Mac tonight, light a candle for me.

    Actually, I have two XP Pro sessions under Parallels,...

  • RE: 2000 to 2005: Upgrade or Migrate ?

    Don't forget to also copy over your MSDB database to get your jobs and DTS packages.

  • RE: Katie''s Raffle

    FYI, the link on the index page of the web site shows the end date of the raffle to be 8/24.

  • RE: Tape Wars

    I think tape will be around for a good long time. As you’ve pointed out, it’s not easy to move 45TB of data from A to B unless it’s...

  • RE: A decent inventory

    The problem with OSQL -L is that it doesn't discover multiple instances on the same server. Still, it gives you a list of primary points to investigate. I...

  • RE: Mission Critical

    We recently lost our ERP system, and in the most stupid fashion. It's running on two IBM eServers (one app, one SQL) plus a DS400 SAN unit for my...

  • RE: Hard at Work

    My best hours were my first decent IT job. I worked 10am-7pm, so I missed rush hour in both directions and had two hours every day when no one...

  • RE: [Microsoft][ODBC SQL Server Driver]Numeric value out of range

    I think that I've found the error in my case. It relates to having an index on a Float data type and not having a hot fix for SP3A...

  • RE: [Microsoft][ODBC SQL Server Driver]Numeric value out of range

    I was hoping. But I was also anticipating that this might be your answer, what's 2 1/2 years between proverbial friends?

  • RE: [Microsoft][ODBC SQL Server Driver]Numeric value out of range

    What did you find was the problem? I'm getting the same error and my DBCCs aren't finding any issues.

    My table design is:

    CREATE TABLE [Cont_Load].[f213] (

    [fid] [int] NOT NULL ,

    [numofpts]...

  • RE: Unsigned 32-bit integer datatype

    Yeah, I noticed the code was 2K5-only when I tried to run it in Query Analyzer and it didn't work. So I cheated. I created the UDT through...

  • RE: Unsigned 32-bit integer datatype

    And for us SQL Server 2000 folk:

    create rule [uIntRule] as @value BETWEEN 0 AND 4294967295

    GO

    EXEC sp_addtype N'uInt', N'bigint', N'not null'

    GO

    EXEC sp_bindrule N'[dbo].[uIntRule]', N'[uInt]'

    GO

    I wanted to experiment, I've never created UDTs...

  • RE: From DBA to DBAA

    You have my sympathy, Loner. I work in city government, so I know we don't have executives with salaries like that! Unfortunately all too many companies are like...

  • RE: From DBA to DBAA

    And that's why we get paid the big bucks! (in a parallel universe very much like our own)

  • RE: Ambiguous column name error

    Huh. Learn something new every day.

Viewing 15 posts - 961 through 975 (of 1,221 total)