Forum Replies Created

Viewing 15 posts - 31,861 through 31,875 (of 39,819 total)

  • RE: Primary key naming convention

    Method 2.

    I've been given Method1 and it's a pain.

  • RE: Hardware & RAID Configuration - What''''s the best

    First, I'll agree that RAID 10 is better performance, though I've seen some tests showing multiple RAID 1 arrays perform better. But that's nitpicking. If you can, get a few...

  • RE: Database synchronizing

    What is "best"? It's subjective. There are quite a few tools that can do it. Red Gate has SQL Compare, dbGhost has a tool, a few more.

  • RE: Questions on Software Control Management and the Database

    I used a process where we batched the runs, grouping objects in an ordering scheme (tables before indexes, etc). We used to automate the deployment to QA and production on...

  • RE: DBA''''s more scarce in 2007

    To be clear, I don't mind you linking somewhere in your sig, if you're posting something that is relevant to the topic. In here, I thought you started an interesting...

  • RE: Parsing string

    Have you looked at the ISDATE() and ISNUMERIC functions in BOL?

  • RE: Database Size

    IF the data doesn't change, then one thing you can do is create a new filegroup/files and put that data in there. You can move existing tables by moving their...

  • RE: SSPI Context error

    A few seconds shouldn't matter. I've seen this typically when I've changed a service account on a server. You can search for the SETSPN utility and try to reset the...

  • RE: Discussion Forums Home page

    Sorry about that. I ordered them with the SQL forums as 1, 2, 3, but apparently they're in "reverse order". I'll correct them today.

  • RE: Replying to a thread

    Not sure about that. The forum code is a little convoluted and we purchased it. I'll inquire, but the best way to do this is open the reply in...

  • RE: Navigation links for threads

    There's a bug in here and it's caught me. I tend to scan the "Active Topics" and then pop interesting ones in a new window. If you select one, answer,...

  • RE: SA rights??

    Security admin doesn't work? What rights do they need to add? You might need to add db_securityadmin in certain databases as well to manage users.

  • RE: DB Maintenance Plans just Hang......

    Not that I know of. I'd add more local space, you need it and don't want to run out. I used to script a job that would just send everything...

  • RE: SSPI Context error

    It's a domain token issue. Check the times on those workstations v the server, sometimes if they're out of synch you get this.

  • RE: Triggers - what type to use

    You can, but I'd avoid sending an email from the trigger. Someone changes it, then realizes it's a mistake, changes it back, etc. you get lots of emails. Plus it's...

Viewing 15 posts - 31,861 through 31,875 (of 39,819 total)