Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
hwoarang
Starting Member
14 Posts |
Posted - 2008-04-18 : 05:03:42
|
Can somebody explain what is cmn_Pamt tq |
|
elancaster
A very urgent SQL Yakette
1208 Posts |
Posted - 2008-04-18 : 05:13:05
|
No. in what context? is it part of your code somewhere? you'll have to show usEm |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2008-04-18 : 05:13:29
|
Never heard of it. Where did you find it?Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2008-04-18 : 05:21:04
|
May be you are talking about some user-defined data type.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
elancaster
A very urgent SQL Yakette
1208 Posts |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2008-04-18 : 06:03:58
|
That thread caused me to think it is UDT Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
elancaster
A very urgent SQL Yakette
1208 Posts |
Posted - 2008-04-18 : 06:09:37
|
something tells me we may never find out ...oh well, life goes onEm |
 |
|
hwoarang
Starting Member
14 Posts |
Posted - 2008-04-18 : 21:20:50
|
this "cmn_Pamt" i found from below code, look like is one of data type, is this one is predefine or user define, if user define one, how to create a user define data type tqcreate table #SUM_AMT ( --cost_center maccost, account_no varchar(8), period int, period_amt cmn_Pamt ) |
 |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2008-04-18 : 21:25:15
|
it's a user defined datatypesee create type.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|