Forum Replies Created

Viewing 15 posts - 27,961 through 27,975 (of 39,804 total)

  • RE: Data Dictionary Tool...

    Haven't found a great one, but I haven't used Apex's tool. I'd give that a try and see if it helps you. ER/Studio and ErWin haven't worked well for me.

  • RE: To Certify or Not To Certify

    I doubt the questions change much. There's too much effort into developing the exams and then doing a Beta to allow for change.

    I thought that they built exams to...

  • RE: SQL Server 2005 Security for Developers

    Greg and Vidhya's advice is good. I'd be wary of allowing developers to manage jobs and packages. They tend to "fix" things on the fly, often breaking others at the...

  • RE: Dumb Question!

    These two concepts are not necessarily related at all.

    A PK defines uniqueness on your data rows. It allows you to find an individual row out of a group. Whether this...

  • RE: Defrag for SQL Servers?

    My kids always tell me that they won't spill grape juice on the couch. When I catch them drinking over there, they say that they haven't spilled it, so it's...

  • RE: Remote Connections

    A couple of things.

    Be sure the remote connection is using TCP/IP on both sides. It must be enabled on the server and set to be used on the client.

    Also, if...

  • RE: Error Handling in Nested Procedures and Logging Custom Errors

    All the files are at the bottom of the article. I didn't notice the links internally, which needed to be removed.

  • RE: Min/Max Server Memory

    The buffer pool.

    You might want to read up here: http://msdn.microsoft.com/en-us/library/ms187499.aspx

  • RE: Enough is Enough

    And those cars aren't perfect. There are "features" on them that don't work. Browse the recall lists and you might be surprised how many things need to be fixed. If...

  • RE: Diskpace needed

    No hidden files. MDF + NDF(s) + LDF is the database size. Don't forget backups.

  • RE: eliminating duplicates

    It is interesting and the title doesn't help. It's a good thing that so many people want to help, and I can sympathize. Reading 50+ replies is time consuming.

    Everyone wants...

  • RE: Database cleanup?

    usually. Rebuild indexes to defragment. Shrinking usually causes fragmentation.

  • RE: How do I move SQL from 32 to 64?

    Assemblies can be flaky if they're 32bit, SQLMail doesn't work, etc. There are potential issues, but if you have a simple db setup, then you should be OK.

  • RE: MCITP DBA numbers - so few

    The DBA architect is fairly specialized, and I'm not sure how valuable it is.

    I'd stick with ITPro as the certification to show off and use on your resume/CV

  • RE: Using Exists in IF condition

    You could use a union and select a field

    if exists ( select ID from sysobjects where ...

    ...

Viewing 15 posts - 27,961 through 27,975 (of 39,804 total)