Viewing 15 posts - 256 through 270 (of 319 total)
may i have the reason......bcoz i wud hv to us a cursor...if i do it at sql
June 11, 2008 at 12:04 am
Well....I have solved my problem, I just restarted the server.But here i dint know the root cause ... something related to server/client link....and it can happen again....so can any...
May 16, 2008 at 3:25 am
nope..it is with every user table....
May 9, 2008 at 1:47 am
y.koteswarrao (4/30/2008)
hi johnActually the user unable to open/activate the application? can u tell me what? may the probelm
Which error message are u getting?
April 30, 2008 at 5:09 am
Hans Lindgren (4/21/2008)
April 21, 2008 at 11:55 am
Anirban Paul (4/17/2008)
GilaMonster (4/17/2008)
If someone told me...
April 17, 2008 at 2:31 am
goodguy (4/17/2008)
What about [Code]UPDATE inventory SET iLease = ABS(iLease - 1)[/Code]
gud one:)
April 17, 2008 at 2:26 am
GilaMonster (4/17/2008)
Ahmad Osama (4/17/2008)
Well..I think that we cant use CASE statement in update query..however,
Why not?
CREATE TABLE [dbo].[TheTable](
[ID] [int] identity,
[TheName] [varchar](50) NULL
)
GO
insert into TheTable (TheName) Values ('Tom')
insert into TheTable (TheName)...
April 17, 2008 at 1:44 am
HanShi (4/17/2008)
You can also use the Bitwise NOT function (~) by using a query like:UPDATE inventory SET iLease = ~ iLease
It works:)
What if I have varchar column .. in...
April 17, 2008 at 1:38 am
Well..I think that we cant use CASE statement in update query..however,
any other options excluding case
April 17, 2008 at 1:22 am
y they have not incorporated the concept of array in TSQL like that in other programming languages....
April 2, 2008 at 5:38 am
Hi,
You can use bcp utility to extract data into a table.
refer to books online for more information.
Cheers
Ahmad
April 1, 2008 at 5:25 am
Sergiy (3/31/2008)
Ahmad Osama (3/31/2008)
this will be a good logic to implement on a smaal list or one shud maintain a table right from the start.
That's actually the logic you may...
April 1, 2008 at 4:36 am
Chris Morris (3/31/2008)
Matt Miller (3/31/2008)
March 31, 2008 at 1:17 pm
Viewing 15 posts - 256 through 270 (of 319 total)