Forum Replies Created

Viewing 15 posts - 106 through 120 (of 346 total)

  • RE: Carriage return in txt file

    I do stuff like what you are talking about all the time. I probably have a better way to write to a txt file other than a cmd_shell echo...

  • RE: I am so depressed after I work on Question of the Day

    I don't look at the question of the day as a test, but as a research assignment.

    I try not to answer it unless I am about 95% sure...

  • RE: Seeking DBA cookbook

    If you don't have internet access, then get a book. In fact get numerous books and e-books.

    If you have internet access, then your main source should be http://www.google.com (or...

  • RE: The SQL * Wildcard

    I'm assuming that the right-click trick is 2005 only cause it didn't work on my 2000 server.

  • RE: The SQL * Wildcard

    I know everyone will put their 2 cents in on this topic, so here's mine. I don't really consider the index or speed considerations, here's my reasoning.

    I use SELECT...

  • RE: sql case sensitive vs case insensitive

    In my opinion, I wouldn't want a developer writing code that can reference mytable and MyTable as the same table. To me that just seems like sloppy coding, just...

  • RE: sql case sensitive vs case insensitive

    The deciding factor for me is that you can make a query on a case-sensitive database act like a case-insensitive database by adding an UPPER clause.

    I may be wrong, but...

  • RE: need to backup database schema

    I don't know if it will work in 2005, but to script everything in all of your databases the following command works great for me:

    execmaster..sp_MSforeachdb "exec master..sp_ScriptDatabase ?"

    Source code for...

  • RE: BackUp database

    Backup to the boot drive? Isn't that just a little dangerous? I try not to even have my output files on my C: drive for fear that something...

  • RE: BACKUP AND RESTORATION

    That's a pretty straight forward link that he gave you. Those documents get easier to read once you've read through about a dozen of them.

    Being a DBA...

  • RE: Losing Your Job

    You don't have to register to view the article. I searched for the title on Google and the first hit was the article at the NY times. No...

  • RE: Building a Better Career

    Just a note, your first two links in the article are dead links.

  • RE: All I Want For Christmas Is ...

    It's about this time of year I start thinking about SUPPORTING global warming. It makes me want to go outside and just let my car idle though a tank...

  • RE: Do We Need a PK?

    In rereading my post I guess I wasn't too clear on my practices. I don't put a contraint on most of my data because I can't guarantee uniqueness when...

  • RE: All I Want For Christmas Is ...

    My sentiments exactly Steve. Thanks for the summary.

    I don't mean to vent, but I'm just sick and tired of those that have found religion pushing it on others and...

Viewing 15 posts - 106 through 120 (of 346 total)