Viewing 15 posts - 106 through 120 (of 235 total)
The MSDN website http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsqlmag03/html/Set-OperationAlternatives.asp gives the following syntax for simulating the ANSI SQL EXCEPT (MINUS) operator in T-SQL
SELECT col1, col2
FROM ( SELECT DISTINCT 'U' AS setname, col1, col2 FROM U
...
June 7, 2006 at 2:05 am
Thats useful and reassuring info Eddie
I did much as you suggested earlier this year. I have been using SQL Server for about 10 years but never certified. My company has...
June 7, 2006 at 1:51 am
On the mind activated computer theme, didn't the US air force develop missile systems that could be activated by the pilot thinking 'fire'.
I think my award for the most amazing,...
June 5, 2006 at 1:26 am
Hi,
I wrote my own log shipping (with a little help from some of the guys on this site)
Step 2 (after the database backup is as follows)
(G:\backup\ is my shared drive...)
declare...
May 31, 2006 at 1:58 am
Being none the wiser about this, but wanting to help, i had a quick hunt around on the internet this morning and found a couple of links which may or...
May 16, 2006 at 1:29 am
Hi,
could you possibly include the relevant parts of your database schema, it might help with understanding what you are trying to achieve.
If you have a single AMOUNT column in your...
May 10, 2006 at 1:11 am
Thanks Tim for an interesting article. I have not used computed columns with functions in, and I would be vary wary about the limitation on changing functions used by computed...
May 10, 2006 at 12:53 am
Hi Tim,
have you tried using computed columns in Table variables returned from functions?
I found what I believe to be a bug in SQL Server 2000, if you try and return...
May 9, 2006 at 12:57 am
I don't think software is particularly more buggy today than it was 10 or even 20 years ago. Remember dBASE IV, the software that was so full of 'anomalies' that it...
May 8, 2006 at 1:10 am
The opportunity to develop and be creative.
Money is just something you use to make the boring bits in-between work more interesting. Forget food, the coffee is free, you can...
May 5, 2006 at 1:39 am
I think Microsoft have the right approach with their Genuine Advantage scheme. If you have a legitimate purchased copy of the software for your machine, you can download maintenance fixes...
May 2, 2006 at 12:52 am
Hi,
there are a couple of undocumented system stored procedures, sp_MSforeachtable and sp_MSforeachdb which take a T-SQL command or commands as a parameter and allow you to replace the tablename or dbname...
April 24, 2006 at 2:10 am
Viewing 15 posts - 106 through 120 (of 235 total)