Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 1,583 total)

  • RE: Really large LDF file

    If you have a database with Bulk/Full logging enabled you should schedule transaction log backups to run regularly, this will help keep them clean so-to-speak. If you haven't already...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: General question - data conversion and inserts

    There's really no difference in using the GUI over TSQL other than it writes the TSQL for you. For instance, with the GUI you can click a checkbox to...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: converting to INT from varchar

    I'm very familiar with Jeff, Gail, and many countless others. My comment was more of a personal joke to Sean because a few weeks back he made a comment...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: converting to INT from varchar

    Hey Sean, does Jeff send you some sort of royalty checks in the mail from time-to-time? 😉

    (heh, heh)

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: execute stored procedure with order by

    Well Duh, Sorry Sean...I only read the first part of your post when I went off and replied. It's going to be a long week...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: execute stored procedure with order by

    You could also pass in the parameter (sort column) into the actual procedure itself (similar to how the infamous sp_whom2 stired-procedure works. It uses a little dynamic SQL but...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Sending an email from inside a trigger...

    Thanks Lowell (and everyone). I went into the msdb db and added a the development group to the mail profile and it worked!

    Issue resolved.

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Sending an email from inside a trigger...

    Viiki.seth, yes the service account has the proper permissions.

    Patrick, the article was good and don't know how I missed that when i searched for it on this site 🙂 ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSIS Warning - Global Shared Memory

    My destination already is OLE DB... has anyone found a solution?

    I am running this under SQL 2006 Standard, SP2, on a Windows 2008 Server Enterprise - 64-bit

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Log shipping issue

    Cannot open backup device \\server1\d$\backup\TLshipping\testdb.bak.Operating system Error 5(access denied).

    I've had issues before using the admin shares like that across servers. Get rid of it. Create an actual...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How to audit insert/update in a specific table

    Actually, from one of the links on the page I offered there's a link to an example of exactly what you need to do to implement it:

    https://community.altiusconsulting.com/blogs/altiustechblog/archive/2009/09/07/sql-server-2008-change-data-capture-example.aspx

    It's pretty straight-forward

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How to audit insert/update in a specific table

    Without using a 3rd party tool or triggers I don't think you have much left to work with. In futhering what Sean has said: http://msdn.microsoft.com/en-us/library/bb522489.aspx

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Conflicted as how to move forward

    Good god yes, as SQL RNNRPointed out, keep track of any and all emails to your boss about the process! When things come up that will take you away...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: One Way Transactional Replication Scheduling

    Transactional Replication should run all the time...as it is by default, but if you do schedule it somehow there shouldn't be an issue with it running into one another. ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Conflicted as how to move forward

    Wait several days before you send anything...

    Re-evalute the things that make you say:

    I am already beyond frustrated with myself in not handling this as well as I could

    and put together...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 1,351 through 1,365 (of 1,583 total)