Forum Replies Created

Viewing 15 posts - 29,671 through 29,685 (of 39,818 total)

  • RE: Database Synchronization

    First, please post in the version appropriate area. This was in 2000, I'll move to 2005.

    Second, I'm assuming there is no connectivity, so some manual method is needed to move...

  • RE: sp_tables causes locking issues?

    Have you profiled if anything else is happening or is this from a trace?

    Why kill SPID2 if it's blocked by 1? Or am I not understanding. It would appear that...

  • RE: sql mail not notifying

    Here is a KB for setting up mail and a few issues:

    http://www.sqlservercentral.com/articles/Administering/sqlmailresources/605/

    Walk through the procedure from MS exactly.

  • RE: splitting a string using delimeter

    You have to loop somewhere, either in the client code or the stored procedure code. There's no good way to split the string up and insert the values in one...

  • RE: Usernames & Passwords

    You need to create a login on the SQL Server instance, meaning go to the security tab in SSMS and then logins. Grant access to Windows accounts or set up...

  • RE: Server Cloning

    I don't think there is a step by step for completely cloning a server. For a database, typcially you would restore a backup and then fix the logins/users. You can...

  • RE: Is Data Mirroring supported by SQL SERVER 2005?

    mirroring was not supported in the RTM version. You must have at least SP1 to use and it works great, though it has limitations.

    The snapshot on mirror works well, but...

  • RE: Maintenance Tasks Frequency

    1 - as often as you can, NEVER auto repair.

    2 - I'd set up a job to check fragmentation and automatically fix those tables when they get too high. High...

  • RE: Trace the memory problem

    What does the purging job do? Is is one transaction or multiples? Many tables? Some larger? There might be an issue related to scale here. I'd actually profile where in...

  • RE: Compensation

    I think I might want to go work with the major if I look for a new job. Maybe convince them to open up a branch in the US 🙂

    I've...

  • RE: Create trigger on system table?

    Or use a DDL trigger

  • RE: SQL Server Backup Software

    I think any of them will work well. Hyperbac is interesting in that the developers originally wrote Litespeed and this is an evolution for them in terms of lessons learned...

  • RE: Laptop

    If you plan on lots of VM work, get an external USB drive. Makes a big difference with performance.

  • RE: max server memory?

    Where did you get this value? If you run something like sp_configure, you'll see the configured value in the third column, meaning someone has changed it. by default, I think...

  • RE: Visual Fox Pro

    You can run VFP against SQL. I built an app years ago, 96-97 timeframe, and it was way ahead of VB in it's OOP capabilities.

    These days I'd be more...

Viewing 15 posts - 29,671 through 29,685 (of 39,818 total)