Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 3,670 total)

  • RE: guaranteed unique?

    If you accept the premise that your surrogate keys are going to be BIGINT values then you could try the following

    The right most 6 characters are just a sequential number

    The...

  • RE: Strange security problem...

    Any views or procs that reference objects in your CONFIG database?

    anything that uses cross database ownership chaining?

  • RE: guaranteed unique?

    What exactly are you trying to achieve?

    Are you attempting to come up with some sort of key generator?

    Whereas a uniqueidentifier is 16 bytes a bigint is 8 but random keys...

  • RE: dynamic update,insert,delete with sp???

    This would be on my list of things to avoid.

    The nearest I've seen to a "safe" solution was where the tables for which these actions were allowed were stored in...

  • RE: CURRENT_TIMESTAMP vs GETDATE()

    It's taken me a long time to wean myself of querying sysobjects, using GETDATE() etc.

    I'm finding I'm dealing with disparate data sources so focussing on ANSI standard commands does eventually...

  • RE: SQLXML Error 6969: ID/IDREF validation consumed too much memory.

    Do you actually use the XML datatype within SQL Server for anything other than the storage of XML data?

    What I am getting at is if all you want to do...

  • RE: SQL REPL Error.

    I take it your DOMAIN\Administrator account has permissions to both SQL Server and the file system where the replication snapshot files are kept?

    Just asking because some places block network and...

  • RE: Fitting In

    When I'm interviewing people all my questions can be attributed to 3 meta-questions

    1. Can they do the job

    2. Will they do the job

    3. Will they fit in.

    The...

  • RE: Outsourced = Laid Off?

    The endless pursuit of cheaper goods strikes me as a typical case of propping a ladder against a branch then sawing the wrong side of the ladder!

    In the UK some...

  • RE: DRI or No DRI?

    I'm working on a large data warehouse project so data quality issues are my world at present.

    Data quality in any shape or form is everyones responsibility. It doesn't matter...

  • RE: Changing the Oil In Your Server

    Oil is cheaper than engines:hehe:

    Cleaning out your trunk/boot will save you fuel because you aren't lugging a lot of dead weight around. Get those purge/archive strategies defined.

    Keep it clean...

  • RE: Where Do You Go for Authoritative SQL Server Best Practices?

    I tend to evaluate sites over time. Some authors I learn to trust, others I use to provoke thought.

    In general I look for articles that give examples. In...

  • RE: Cost of the Cloud

    The "Cloud" is a broad description that ranges from your own virtualised server infrastructure, through virtual servers in someone elses data centre and on to virtualised facilities in the public...

  • RE: More Regulation Coming?

    The Italians reckon there are 3 ways to get rich.

  • Inherit it
  • Steal it
  • Marry it
  • Complex regulation is great for lawyers. Marry a lawyer quick!

    If regulations were written as "How to comply...

  • RE: The Age of Software

    It's a fact of life that most people work for companies whose prime function is not to test software and fund software companies. Most companies see IT as a...

  • Viewing 15 posts - 1,906 through 1,920 (of 3,670 total)