Forum: MS SQL Jul 23rd, 2009 |
| Replies: 1 Views: 400 Dear all,
Sorry, if this Thread is wrong room :$ .
I want to return a field value from a table, so I created a function like this :
CREATE FUNCTION dbo.CheckStatusTrx(@TransNo Varchar(20))... |
Forum: MS SQL May 11th, 2009 |
| Replies: 5 Views: 1,076 Oh my God, It works....Thanks a lot
:) |
Forum: MS SQL May 4th, 2009 |
| Replies: 5 Views: 1,076 :confused:
Sorry, I don't get at...
Could you explain me more ? :$ |
Forum: MS SQL Apr 30th, 2009 |
| Replies: 5 Views: 1,076 Dear all,
How do I change primary key field from query because if I use VS Designer, raised an error about time expired ?
I want to extend my FK field length.
Thanks |
Forum: MS SQL Jul 27th, 2008 |
| Replies: 1 Views: 4,109 Dear all,
I have 2 tables :
create table test
(
FieldA varchar(10), FieldB varchar(10), FieldC varchar(10)
)
and
create table test_trigger
(
FieldA varchar(10), FieldB varchar(10), FieldC... |