Viewing 5 posts - 1 through 5 (of 5 total)
EXISTS basically returns True or False if it finds a record, it doesn't return a unique record so
EXISTS (Select TableB.Id From TableB)
will always return true if there is at...
April 4, 2008 at 5:55 am
don't know if it's any use in your case but xp_cmdShell allows you to execute shell commands, as you would in command prompt.
Pete
April 4, 2008 at 3:47 am
Thanks Matt - I was leaning that way, but having only started reading on it yesterday thought some experienced advice would be useful, especially as most of the articles seem...
April 4, 2008 at 3:44 am
That's a query and a half! You'll have to forgive me if I don't work out what you're actually trying to achieve!
The easiest way to combine them would be to...
April 3, 2008 at 11:06 am
Perhaps the best answer is obfuscation - change the names of all the tables and columns, so that even if they can see the structure, it's a lot more work...
April 3, 2008 at 10:11 am
Viewing 5 posts - 1 through 5 (of 5 total)