Forum Replies Created

Viewing 15 posts - 61 through 75 (of 231 total)

  • RE: Transform data task

    I believe if you turn off "fast load" in the options tab the triggers will fire.

    HTH

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Best Practice Multiple DB Servers

    You can use linked servers and the full naming convention. lookup sp_addlinkedserver in BOL

    HTH

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Newbie question - Views & delete

    Yep, placing an instead of trigger will work, I forgot about that, haven't ever used it.

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: MS SQL Server 7 is taking too much time to save records

    This is something where if you called MS they wouldn't even talk to you until you applied the latest service pack, there have been so many fixes in all of...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Reference materials suggestions needed

    Try this one - http://aspfaq.com/show.asp?id=2423

    HTH

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Profiler Trace

    Not sure on this one but it might be a security check on the security settings of the SQL Server itself. In EM, right-click the servername, properties and look at...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Trans log question

    A growth event is not logged, it used to be that way in SQL 6.5. You can sometimes get this error when your process is moving faster than your disks...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: DTSSendMailTask Attachments

    There are some quirky things with dtssendmail task, I prefer using a SQL command to call xp_sendmail. You have more control.

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Star Or Snowflake????

    I would add that a lot of the physical questions depend on your SCD's and how you handle them. I reccomend any articles by Mr. Ralph Kimball for theory and...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Unable to start the mssql service

    Has the account that runs SQL recently had a password change or become locked out?

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Changing Server Name

    Couple other points, if you have created any jobs under the old servername and want to retain them you will have to update the originating server in the MSDB database,...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Page Fragmentation

    I believe if you have 50% page frags on a table and you restore it you will have the same, haven't tested it but I don't think restoring does any...

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: DBCC Reindex - Issues with trans log growth

    Are you able to reproduce this? And are you saying your .trn backup is 15gb or your LDF?

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: non clustered primary keys

    Ah, OK, I read it wrong, I thought you meant specifically for clustered on idents versus non-idents, thanks for replying

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

  • RE: Newbie question - Views & delete

    I completely agree Thomas, good questions have led me to test some cool scenarios and thus learn more! (isn't that everyone's goal?)

    ------------

    Ray Higdon MCSE, MCDBA, CCNA

Viewing 15 posts - 61 through 75 (of 231 total)