Forum Replies Created

Viewing 15 posts - 29,641 through 29,655 (of 39,769 total)

  • RE: Internet 2005 db copy across data

    Can you connect with Query Analyzer?

    If not, you need to be sure that the connections work. The easier way is to transfer data from 2005->2000. You can select the data...

  • RE: Setting up "View Only" Access

    Scott,

    Honestly I think that this can be handled with allowing them read only access.

    They shouldn't "review" a sproc from production, they should get it from source control and review it...

  • RE: Best way to transfer data from SQL 2005 in real time.

    Pushing data is hard, especially disconnected. I think you'd want to pull data when you're connected and then have it available when you're not. be sure you're tracking times here,...

  • RE: SQL Server 2005 Training Classes

    I think it depends on what you are trying to learn. Ss2K5 is so wide, so many parts, that I don't think you can cover the entire product in a...

  • RE: Need a spot-check on this trigger

    Chad has the right idea. I'd actually not send email from a trigger as that puts the email inside the transaction, which isn't something you might want to do. Typically...

  • RE: New Server - do I go for RAID 10?

    It will make some difference. Whether it will be noticeable is something else. It depends on your load on the server.

    I'd think about moving to a R1 and a R10...

  • RE: Verify Only

    I've run a restore a week with something this large and crossed my fingers it was working the other days. The issue is that often you might not even know...

  • RE: Subscribing to just one format

    The issue appears to be in the tag system. It's meant to work with browsers, not as much with the Zune and other devices. We kind of hacked it in...

  • RE: The Easy Poll

    :), Hugo, it's not often I'd beat you to anything.

    I've voted on Connect and please feel free everyone to add a vote (mark the stars in the upper left) and...

  • RE: To ID, or Not to ID, That is the Question...

    I agree with Grant. Make it consistent. Either way can work.

  • RE: Select Column contents from variable

    You can't. The compiler will return the scalar value stored in productname. You can't make part of the statement dynamic and part static.

    Why not just write the queries you need?

  • RE: SQL Server 2005 Backup Third Party Tools

    Litespeed is a great product. However I think Red Gate and Idera do object restore as well. Perhaps hyperbac.

  • RE: Make records unique in table using time field

    I'd go with the identity value or GUID. Not time.

  • RE: Weird problem of connecting to SQL Server

    Be sure you are trying to connect to the same server from both places as well. I've had people accidentally connect to the wrong instance, not being aware of it.

  • RE: The January Car Update

    Ah, but how many of those people do you want to ride with? That's the rub in the US, at least it's my guess.

    Trapped in a car with 3 people...

Viewing 15 posts - 29,641 through 29,655 (of 39,769 total)