Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)

  • RE: Anything Remotely Useful

    @jim

    If you are good at DOS commands, then you'll be a natural in PowerShell. It is almost backward-compatible but not quite. Yes, I've done many years of DOS...

  • RE: SQLServerCentral content restrictions

    Yes, you're right, it is definitely a mistake. As Gail has pointed out, it was done at a time when the site was suffering from the community's contributions being plagiarized...

  • RE: The Hassles of Travel

    Steve - "I don't want to seem ungrateful because I am"?

    [p]We were going to quote this to him next week![/p]

  • RE: The Hassles of Travel

    I'm sure the people of Cambridge are loving having you there

    Oh yes, we're very much looking forward to seeing Steve again, and planning all sorts of things to try and...

  • RE: A Simple Mistake

    Humans deal with text in a case sensitive way

    Really? Surely, in western literature, changing the case of the letters of a word doesn't change its meaning.

  • RE: Consistancy between SPROCs on file and SPROCs in database

    I suspect that many DBAs have their own home-brewed solution to doing this, so that any changes from the released system can be instantly alerted to the DBA. I have...

  • RE: Import multi tables from access 200 to sql 2000

    Agreed. However, if the order in which you import the tables is important, or if you have any other conditions that need tweaking, then you can specify this too. You...

  • RE: Open Source Challenge

    Steve is not making a ridiculous statement. If a project is initiated to make an Oracle-compatible database, the guys who designed it must have in mind the idea that it...

  • RE: Dynamic database name

    That sounds fine as long as the 'user', which the perl process connects to the database with, is assigned rights only to those SPs. That means that the Perl process...

  • RE: Dynamic database name

    If your database is supporting a public-facing service such as a website, it is likely to be vulnerable to malicious or mischievous attack. The attacker 'injects' SQL code into a...

  • RE: Dynamic database name

    Agreed. A minor point: In this case the slightly simpler...

    EXECUTE('select * from ' @dbname '.dbo.sysfiles')

    ...might be as good

  • RE: Query Tuning and Optimization

    Like Sergiy, I'm rather wondering where to start. In addition to what he suggests, take out those hints for the time-being, and use a proper temporary table instead of using...

  • RE: finding absolut values from cumulative values in sql server

    Here is a way of doing it without any temporary table, using a correlated subquery (probably slower!). I've used the original test data t make a simple test table. Note that...

  • RE: Free SQL Prompt 2.0 valuable, but flawed; V3.0 being built from scratc

    I'd hate to think that anyone at Red-Gate should think that the views of 'alanrobinson' represent anything more than his own eccentric thoughts. The decision to give away a product...

  • RE: SQL Sudoko

    Phil Factor's solution that I mentioned earlier in the thread uses the same approach as the one Joe Celco mentions that he uses. It is, as he says, far neater. The...

Viewing 15 posts - 1 through 15 (of 29 total)