Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Replace NULL value with 0 in query

    Sometimes formulas get complicated.  However, if you think you are going to use this over again somewhere in your application (and when have we not reused code), then I'm thinking...

  • RE: Local SQL database on client machine?

    Have you looked at the table(s) you are navigating thru and look at how they are indexed?  Chance are with upgrading from Access to SQL Server that there aren't any.

  • RE: Local SQL database on client machine?

    I would definitely update SQL Server directly.  T-SQL can be written in a way as to have only 1 user update a specific set of data at any given time. ...

  • RE: Filegroup Performance

    I'm wondering if you even need the log of the "mirrored" DB. ? OR... for that matter, not simply truncating both logs on check point. Unless the datawarehouse has...

  • RE: Managing Historical Static Data

    I used approach #3 on a smaller scale by creating fiscal year reporting tables of a much larger table. It allowed our OLAP/DSS users to query/report against this data...

  • RE: loading data from uniData and universe

    I believe Unidata and Universe are later generations of the environment I got my start in, that being the PICK environment. I would think generating text files from the...

  • RE: ADMIN DBA'S HELP

    I'm thinking this may be a non-development DBA position. A pure backup/restore/configure/troubleshooting role without the fun of creating and building new things. The comments about the "junior" role...

Viewing 7 posts - 16 through 22 (of 22 total)