Viewing 15 posts - 1 through 15 (of 29 total)
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...
June 8, 2014 at 10:29 am
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...
May 30, 2014 at 7:07 am
Steve - "I don't want to seem ungrateful because I am"?
[p]We were going to quote this to him next week![/p]
January 15, 2009 at 6:38 am
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...
January 15, 2009 at 2:01 am
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.
May 10, 2008 at 3:56 pm
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...
October 6, 2006 at 2:48 am
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...
August 31, 2006 at 2:55 am
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...
August 31, 2006 at 2:28 am
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...
August 10, 2006 at 4:37 am
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...
August 10, 2006 at 4:18 am
Agreed. A minor point: In this case the slightly simpler...
EXECUTE('select * from ' + @dbname + '.dbo.sysfiles')
...might be as good
August 9, 2006 at 5:48 am
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...
August 9, 2006 at 5:34 am
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...
August 9, 2006 at 4:52 am
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...
July 26, 2006 at 3:41 am
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...
June 22, 2006 at 2:44 pm
Viewing 15 posts - 1 through 15 (of 29 total)