Forum Replies Created

Viewing 15 posts - 30,436 through 30,450 (of 39,919 total)

  • RE: create a view

    I think you're going to have issues with this view. I'd really look at tackling this another way, maybe breaking the information down, using a stored procedure to get parts...

  • RE: create update trigger

    I'm not sure what you mean? If you update the view, it updates the table. The view is just a window into the table, there is nothing in the view...

  • RE: Cannot create job that uses a sql server agent proxy

    It's a security issue. Is this a job that's running on your workstation? Or is a remote server? Don't forget that pathing on the server is absolute to the server,...

  • RE: The Downside of Real Time

    It's always fun.

    Who cares what they want. Change the label and color, and they're fine.

    Heck, I could probably remove the scale, just put some indicators and lines for "relative" positioning...

  • RE: constraint confusion using enterprise manager

    One of the icons in Management Studio will do the scripting. Hover over them

  • RE: The Downside of Real Time

    Ah, no a Realist. Build a nice Fisher Price interface, similar to this one - http://www.fisher-price.com/img/product_shots/L3480_d_1.jpg, big buttons, lots of color, things moving, and you'll get a manager's attention everytime

    :w00t::D

  • RE: Client people expectation

    I look mostly at how you get along with others and how you fit it. We can teach you technical skills and how to communicate, but we can't teach you...

  • RE: Determining Filegrowth for a completely new database

    Hold up your thumb, point it at a ruler and guess 🙂

    Seriously, there's good advice above, but for a new system, it could vary wildly. It the app is successful...

  • RE: Search Forums

    Active Threads (to the left) shows threads that have a post since your last login. The reply count is given, so you can see if there have been answers.

  • RE: UK JOB & US JOB

    Anyplace has lots of opportunities. Check monster.com or dice.com to see where in the US or UK might have lots of open jobs.

  • RE: The Downside of Real Time

    I love long reports. When I get a request for something really outrageous, I tend to break it up or summarize things since that's what people usually want.

    It's interesting to...

  • RE: cannot drop a disabled trigger

    What is the error? I'm surprised it doesn't drop.

    Is it a problem if it's disabled?

    You can always start a transaction, enable the trigger, drop it, commit the transaction.

  • RE: Interview Questions -BackUp

    What are the problems with a striped backup? How do problems occur in Management Studio/EM with striped backups?

    In 2005, how can I make a copy of a backup automatically in...

  • RE: Security ---

    SQL Server handles the locking. There's no reason to worry about two users writing at the same time. Each connection is separate and locking occurs on a first come first...

  • RE: How To Send an Email From a Distribution Group alias to another Distribution Group alias?

    Which version of SQL Server?

    Please post questions in the appropriate forum. This isn't the place that would make the most sense. Post it in the admin forum for your version.

Viewing 15 posts - 30,436 through 30,450 (of 39,919 total)