Viewing 15 posts - 286 through 300 (of 396 total)
SELECT FK.[Name], TBL.[Name]
FROM sysobjects FK INNER JOIN sysobjects TBL
ON FK.parent_obj = TBL.id
WHERE FK.xtype ='F'
Did like above . is there any other straigh forward way of doing it
https://dbfriend.blogspot.com/
June 3, 2004 at 7:18 am
Thankx
I couldn't find it earlier
thankx again
https://dbfriend.blogspot.com/
June 3, 2004 at 4:32 am
IT WORKSSSSSSSS!!!!!!!
Thankx rockmoose and Chiara for the great help
https://dbfriend.blogspot.com/
June 1, 2004 at 4:32 am
NOOOOOOO it is not working from VB
here is VB code
connSConfig.Execute "SET IDENTITY_INSERT [AlarmClass] ON"
connSConfig.Execute "Insert into [AlarmClass] (ID,AlarmClass,Priority,BPM,WAVFile,PlayType,VectoringGroupID,AlarmHelpStringID,AlarmMsg,AlarmTextColor,AlarmBackColor,AckTextColor,AckBackColor) Values (11,'Cleared',10,10,'','',0,1,'',16777215,16711680,0,16777215)"
this gives folowing error
Cannot insert explicit value for identity column...
https://dbfriend.blogspot.com/
June 1, 2004 at 1:00 am
Thankx I will check and let you know ![]()
https://dbfriend.blogspot.com/
May 31, 2004 at 10:30 pm
Sorry I couldn't tell you. I want it to do from VB / ADO will I be able to use same command from that also.
I can't try it here...
https://dbfriend.blogspot.com/
May 31, 2004 at 11:39 am
UPDATE a SET VectoringGroupID = 1
from AlarmConfig A INNER JOIN AlarmDef B
ON A.AlarmDefID = B.AlarmDefID
Where B.PointId = 2
https://dbfriend.blogspot.com/
May 23, 2004 at 10:45 pm
Get a book. I think it is the better way of learning.
And try to participate in this type of discussions. SQLServeCentral is another great resource which you will find
Good...
https://dbfriend.blogspot.com/
May 23, 2004 at 9:52 pm
Thankx all for your comments which help me lot
https://dbfriend.blogspot.com/
March 28, 2004 at 11:22 pm
Yes Bill , U are absolutly correct.
https://dbfriend.blogspot.com/
March 28, 2004 at 9:59 pm
I think best option is DTS
https://dbfriend.blogspot.com/
March 26, 2004 at 12:16 am
CHeck this
https://dbfriend.blogspot.com/
March 25, 2004 at 11:52 pm
Can u put some sample data here
https://dbfriend.blogspot.com/
March 25, 2004 at 10:25 pm
Select Distinct (CNAME) From CustomerDetails
https://dbfriend.blogspot.com/
March 25, 2004 at 3:55 am
Select Len('Dianesh Asanka') - CHARINDEX(reverse('an'),reverse ('Dianesh Asanka'),0) - 1
Not sure above is correct
But u can use CharIndex,reverse,Len functions to achive this
https://dbfriend.blogspot.com/
March 25, 2004 at 3:33 am
Viewing 15 posts - 286 through 300 (of 396 total)