Forum Replies Created

Viewing 15 posts - 4,396 through 4,410 (of 6,216 total)

  • RE: NULL

    Exactly. Good practice is to us is null or is not null. Saves a lot of headaches.

    Andy

  • RE: Stored Procedure Log File

    Easiest way is to set up a generic log table, insert the proc name, a comment, etc, then have a job to email it or dump to text file or...

  • RE: Dealing with date/time

    Definitely have to have a good reason for doing it in my opinion. Splitting out into separate/different data types means you give up all the date functions functionality. Hows that...

  • RE: Access linked tables losing connection

    Havent seen this. I use Access2K, but not heavily. Did tons of work with Access 97, never saw that problem. Have you checked MSDN? Any chance the tables in question...

  • RE: sp_createstats and sp_updatestats

    I leave both settings enabled. I do have a job that checks all dbs so that if any have the auto update turned off, it runs sp_updatestats once a week....

  • RE: Are you a "hunt and pecker" or a "typist"?

    Im a fair touch typer. Worth learning I think. Lets me concentrate on the real task, not typing!

    Andy

  • RE: DMO\DTS to Script Entire DB's on a Server

    I dont see why you couldnt do it pretty easily using DMO. It's a COM object, so you could do it all in an ActiveX script, either inside DTS or...

  • RE: Multiple Monitors

    Might try it too. Been thinking it would be nice to have Perfmon on a monitor on the wall or something, cycling through various servers so I can glance up...

  • RE: Comparing rows in select stmt

    Can you post DDL for the tables? Makes it a lot easier for us to work on!

    Andy

  • RE: Retrieving huge data

    If you're using ADO with a client side cursor it's going to pull every bit of that data to the client. Try switching to a server cursor. Beyond that, is...

  • RE: Transaction Log Backup

    Are you running an index rebuild or shrinking the db? Both generate huge numbers of transactions.

    Andy

  • RE: Assigning a variable

    Please post in one area only - we check the topics daily, cross posting just makes it confusing for everyone.

    Andy

  • RE: Index or Constraint?

    Would depend on whether they submitted as a transaction or not I think. Been meaning to look at Access to see how it does this, maybe tomorrow should free time...

  • RE: SQL Maintenance Plans

    I'll have a follow up article in the next week or two that looks at what actually gets done by the plans.

    Andy

  • RE: Installation of SQL2000

    I think the defaults work fine. You can easily change collation (well, as easily as it can ever be) in SQL2K, dont have to worry about a server wide setting...

Viewing 15 posts - 4,396 through 4,410 (of 6,216 total)