Forum Replies Created

Viewing 15 posts - 30,421 through 30,435 (of 39,754 total)

  • RE: A Smart Smartphone

    I think they days of phones just being phones are gone.

    I've got features on the house phone that I don't even user or know how to use.

    majorbloodneck, BTW, the blackspot...

  • RE: Unprotected Queries

    I tend to agree with Wayne. I think it's not necessarily in their interest. They certainly don't want to deal with customers getting shut off and then calling, incurring a...

  • RE: Subscribing to just one format

    Working on that. I need some type of admin tool here to build the feed, but I'll see if I can get them separated out.

    Steve

  • RE: Uploading Tiff files using SQL 2005 and not using any application

    Nope, not with SQL only, but there are plenty of examples on how to load an image using programming languages.

    I think you might be able to do this with scripting...

  • RE: Retirement

    Bruce,

    Enjoy it and feel free to send in some pictures if you like. Always looking for things to use in the editorial and happy to give you credit. Maybe we...

  • RE: Permission needed to view only 'Management | Legacy | DTS'

    I'm not sure if there's a role in 2005, but I'm guessing you could give him SELECT rights on the DTS tables in MSDB, or even the whole database, and...

  • RE: Find column

    You'd have to query all fields.

    select top 1 * from Mytable

    where col1 = '05/12/2006'

    select top 1 * from Mytable

    where col2 = '05/12/2006'

    etc.

    If this is a datetime, only query...

  • RE: Sql Server suggestion

    Hopefully you know SQL Server 😛

    Might watch this series: http://www.sqlservercentral.com/redirect/articles/61654/

  • RE: Waiting for worker thread

    You have resource issues. Worker Threads should stay at 255 unless you get direction from PSS to change it. I'd call PSS and work through this issue with them.

  • RE: Unprotected Queries

    The problem we had in the US is that a lot of ISPs put up a modem, but not a router. They were trying to charge a fee for every...

  • RE: who did that?

    Don't think you can later. They might be the owner of the database if they used their account. If they used something like sa, there's no way. Might see an...

  • RE: Pre-Installation

    Be sure you downloaded R2 SP2, and not R1 (base W2K3) SP2.

    If you install reporting services, you need IIS. Other than that, not sure you need to install. There's not...

  • RE: SQL Server 2005 NT AUTHORITY\SYSTEM account

    Very interesting and I hadn't seen this. Looks like you might need the System account if you are using VSS. Personally I've avoided VSS, not sure that the teams talked...

  • RE: Unprotected Queries

    I wonder how unfair it is to refuse to buy a router or not protect your machine? Is it like driving without headlights? Is it refusing to tune your...

  • RE: Negative Run Duration

    Not sure about that. Never opened one up 🙂

    5V isn't much, but capacitor shocks make me a little nervous 😉

Viewing 15 posts - 30,421 through 30,435 (of 39,754 total)