Forum Replies Created

Viewing 15 posts - 331 through 345 (of 419 total)

  • RE: Setting up "View Only" Access

    Y, I mean, afterall you're there to provide a service, and you can't provide it unless they tell you what they need. They're your customers, and name any other...

  • RE: Problem migrating DTS to SSIS

    Try going into those component properties and selecting 'Delay Validation'.

  • RE: Setting up "View Only" Access

    Fair enough... I've been through such a thing many times and yeah, the best way to handle it is to get a list of rights/objects the devs think they'll need,...

  • RE: Rename a file using File System Task

    You know, I've always been so displeased with the filesystem tasks I usually just bust out into script for these types of ops. It's so easy in .NET and...

  • RE: error 4060 on orphaned database

    Sounds like something is still trying to use these DBs. Are they in maint plans or are they the default DB for anyone? Maybe there are still some...

  • RE: Setting up "View Only" Access

    I agree with yann... they shouldn't be in there in the first place. And should you get audited, you'll have to show a good reason why devs are in...

  • RE: SQL statement

    Y, I haven't picked it apart piece by piece either. What problems are you having?

  • RE: SQL Time Outs

    Y, I agree. You might be able to use another type of monitoring tool, but profiler will prob get you what you need.

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

    Separating data and logs will really only improve performance if you've got the spindles to support it. In general you're better off having everything on a lot of spindles...

  • RE: Changing Values

    At this point you're using .NET functions.

  • RE: Changing Values

    Y, he's right. Derived Column is the way to go.

  • RE: Services on same or separate servers

    Y, it really just depends on how busy those services are going to be. There's nothing wrong with putting them on the same box as long as the box...

  • RE: Remove files older than 48 hours

    Here's a backup routine I wrote yrs ago. It deletes files. All you gotta do is switch it from deleting by GetDate() to DatePart... but this'll get you...

  • RE: Weird problem of connecting to SQL Server

    I can see how localhost would fail, but servername outta get it. Check that the machine name is what's also registered in SQL as local.

    So select * from sysservers.

  • RE: SQL Server 2005 Backup Third Party Tools

    I don't remember RedGate having OLR, but Idera and HyperBac both do. Though I've talked to several people and Idera's OLR isn't getting good reviews at all. People...

Viewing 15 posts - 331 through 345 (of 419 total)