Viewing 15 posts - 7,561 through 7,575 (of 7,636 total)
You should be able to send the Email with "High Importance" flagged.
And most new cell phones can select a different ringtone for Email that is marked as "High Importance".
March 12, 2008 at 2:31 pm
Try this:
Select * from
(Table2 B
left join on Table 3 C on B.b2 = C.c4)
Left Join Table1 A on A.a1 = b.b2
March 12, 2008 at 2:24 pm
Show us the output from DBCC OPENTRAN.
March 12, 2008 at 1:27 pm
You might try adding [font="Courier New"]WITH (NoLock)[/font] to your joins, if that is acceptable for your database.
March 12, 2008 at 1:07 pm
Kerry Bennett (3/11/2008)
I always declare fact to dimension foreign key constrains in SQL Server 2005.However I do not enforce the foreign key constraint, nor define any cascading event actions.
I have...
March 12, 2008 at 1:02 pm
Andrew Collins (3/12/2008)
March 12, 2008 at 12:58 pm
Ronnie:
You know, I do believe that I had this 4 days ago:
rbarryyoung (3/8/2008)
March 12, 2008 at 12:26 pm
Yes, you should have a primary Key and a Clustered Key on an OLAP table.
They do not necessarily have to be the same, though they often are (more...
March 12, 2008 at 12:06 pm
You can setup pull replication from Oracle to SQL Server in 2005.
I do not know anything about the others.
March 12, 2008 at 11:54 am
Carolyn Richardson (3/11/2008)
ALTER ANY APPLICATION ROLE
ALTER ANY ASSEMBLY
ALTER ANY ASYMMETRIC KEY
ALTER ANY CERTIFICATE
ALTER ANY...
March 11, 2008 at 11:52 pm
It appears that you have a duplicate Consultant row with ConsultantID=28 and the second one has nulls in the data columns.
either that or that first LEFT OUTER JOIN is really...
March 11, 2008 at 10:06 pm
Ashwin M N (3/11/2008)
March 11, 2008 at 9:51 pm
hongchen91 (3/11/2008)
How...
March 11, 2008 at 9:25 pm
Viewing 15 posts - 7,561 through 7,575 (of 7,636 total)