Viewing 15 posts - 211 through 225 (of 253 total)
Hello Frank
I sent over an email with my resume. The email bounced back..is there any other email that you can be reached with ?
Dinakar.
April 26, 2005 at 8:27 pm
Hi Josh
Is this a consulting position or a permanent one ? Also would the company sponsor visa (H1 B) ?
I have a Masters from Louisiana State University and...
April 26, 2005 at 8:23 pm
Cant believe I missed that..
April 26, 2005 at 10:11 am
April 26, 2005 at 9:21 am
I dont know about 2005 but we ended up moving the entire header section into the body part. That is the only work around IMHO.
April 25, 2005 at 9:44 am
Constraints and DML triggers each have benefits that make them useful in special situations. The primary benefit of DML triggers is that they can contain...
April 25, 2005 at 9:00 am
SELECT col2,col3 FROM OLDForums...oldForum
April 22, 2005 at 1:14 pm
April 22, 2005 at 10:38 am
DELETE FROM
Patient_Policies
WHERE
Patient_Policy_ID NOT IN ( SELECT DISTINCT Current_Patient_Policy_ID FROM Vouchers)
AND Patient_Policy_ID NOT IN ( SELECT DISTINCT Original_Patient_Policy_ID FROM Vouchers)
April 22, 2005 at 10:33 am
check out the BOL about using OPENROWSET.
April 22, 2005 at 10:11 am
SELECT
SUBSTRING(SalesName,1,25) As Name
FROM
CommERV
WHERE
ProcessDate = '1/1/05'
AND RevDate = '1/1/05'
AND TIN = '2042416'
April 22, 2005 at 10:10 am
April 22, 2005 at 10:03 am
April 21, 2005 at 4:52 pm
Prbly some experts over here might have a different opinion. You can have the basic select statement in a view and index the view and call the view from a...
April 21, 2005 at 12:01 pm
Viewing 15 posts - 211 through 225 (of 253 total)