Forum Replies Created

Viewing 15 posts - 4,666 through 4,680 (of 7,502 total)

  • RE: Finding the missing character

    One of the problems with non-normalized solutions is you always have to figure out how to use it ...

    So first normalize, then use, time and again ...

    This solution uses Jeff...

  • RE: sql server 2005 trace flag 9059

    Although I cannot answer your trace flag question, when installing / upgrading to sql2005, keep in mind to apply SP2 + the latest cumulative hotfix. (for the moment we apply...

  • RE: The Top Ten Reasons to Attend the PASS Summit 2008

    K. Brian Kelley (8/13/2008)


    Larry Johnson (8/13/2008)


    Where's the ROI?

    I can think of a lot better ways to spend $5000 than on a week of partying and networking in Seattle -- oh,...

  • RE: Regarding using VARCHAR(MAX)

    The huge advantage of varchar(max) compared to Text is you no longer need to use the special functions to manipulate text-columns, you can use them as variables, parameters, ...

  • RE: Building a Security Philosophy

    ...We also implement our own reader/app (writer/exec-on-schema) / ReleaseManager db-groups and only add members to those roles...

    Indeed, the days of using dbo-schema for user objects are over. 😎

    I advise to...

  • RE: Regarding using VARCHAR(MAX)

    Rowsize > 8060 bytes ?

    -table size is still limited by fixed-length types, as well as internal headers and row pointers.

    -You cannot create a table with a row size of...

  • RE: Why is my log truncating?

    Glad that's been solved.

    another little remark:

    (from BOL sql2000)

    The DUMP statement is included in SQL Server version 2000 for backward compatibility. It is recommended that the BACKUP statement be used instead...

  • RE: Building a Security Philosophy

    Ross McMicken (8/12/2008)


    Do you give sysadmin rights to a DBA's regular LAN ID? We only grant admin rights to special ID's that aren't used for anything else. That prevents a...

  • RE: Building a Security Philosophy

    david.gerrard (8/12/2008)


    I'd try not to give a website account any rights over the underlying data at all, and only Execute rights over stored procs to access the data.

    Am I doing...

  • RE: Building a Security Philosophy

    I'm quit with you Andy. :smooooth:

    With one exception ... The DWH bulk loaders ;). They are being granted "bulkadmin".

    We also implement our own reader/app (writer/exec-on-schema) / ReleaseManager db-groups and only...

  • RE: Disaster Recovery Issue with Database Mirroring

    sql (8/7/2008)


    I've setup database mirroring with three servers:

    A: Principal (Site A)

    B: Mirror (Site B)

    C: Witness (Site A)

    Witness Server was placed in Site A, because at night time the link between...

  • RE: SQL Server 2000(Enterprise edition) Crash

    First thing MS will ask you is :

    - What SP level are you on ? (sp4 is the current)

    - did you apply any hotfixes ?

    If you are not on...

  • RE: Why is my log truncating?

    paul (8/11/2008)


    ...

    The question is: How can I determine what's telling SQL Server to truncate the log on this database?

    - run a trace to see what's going on.

    (you can schedule a...

  • RE: space available increase? is this possible?

    - 10% of 2.6Gb +-260Mb so that explains the file growth

    - of that 260Mb (available after auto growth) you have already consumed (260-139) 121Mb.

    No problem.

Viewing 15 posts - 4,666 through 4,680 (of 7,502 total)