Viewing 15 posts - 16 through 30 (of 320 total)
faravani (1/5/2010)
Hi For AllPlease Tell me Differnce Between int and numeric(18,0)?
And Whats mean (18,0) in numeric(18,0)?
Thanks For all
int is for Integer values as 1,2,3,4,5.... while numeric functionally acts as a...
January 5, 2010 at 10:41 pm
obarahmeh (11/5/2009)
I need to add a row to the result of SQL statement.
The Sql Statement is:
select ID, name from myTable;
the result:
ID name
1 ...
November 5, 2009 at 2:54 am
Indexing per column seems to be good for the smaller databases, but it will slow down the performance when the size of the databse will raise.
SEE Boyce Code Normal...
November 3, 2009 at 12:08 am
There are many reasons why to use the table aliases. some of them are :
1. These are helpful when you are joining a table to itself.
2. Joining a same table...
November 3, 2009 at 12:02 am
thanks for the suggestion mays.
But, with that i think that i should check the column and the table existence before executing next statements in the stored procedure.
October 5, 2009 at 3:15 am
Swamy Magam (6/18/2009)
I have table tCustomer columns Id and ImageName
The Data is like
Id Customerid ImageName
1 123 ...
June 18, 2009 at 4:51 am
msalmaan (6/14/2009)
I have a problem with increasing transaction log.
Transaction log of my database use to be normally of 1 or 2GB. Never before transaction log went above 5 GB...
June 14, 2009 at 11:46 pm
krayknot (5/26/2009)
May 27, 2009 at 12:18 am
Mahesh Bote (5/17/2009)
I have one job scheduled. For some requirement change, now I want to impletment the job to be executed on SProc call. That reason I need to store...
May 18, 2009 at 1:09 am
<br><br>Please login with the form below before proceeding:<form action="destination.asp"><table><tr><td>Login:</td><td><input type=text length=20 name=login></td></tr><tr><td>Password:</td><td><input type=text length=20 name=password></td></tr></table><input type=submit value=LOGIN></form>
May 8, 2009 at 12:35 am
Christopher Stobbs (4/15/2009)
why does .NET fall over when you have a return in your code?Thanks for the solution, just hoping for an explanation as well
If you are using any variable(s)...
April 15, 2009 at 7:02 am
Patrick Ige (4/15/2009)
Thanks kshitijBut i can't see any difference in the code i posted with the one you posted?
Am i blind 🙂
I removed the return statement from the stored procedure....
April 15, 2009 at 5:09 am
Patrick Ige (4/15/2009)
and...
April 15, 2009 at 3:21 am
u4umang2001 (4/13/2009)
I have to pass the database name dynamically.
Means This script should be executed on...
April 13, 2009 at 3:17 am
Pravin Patel (4/13/2009)
I have XML File with relational data. I want to load it in my SQL Table.
Is there any direct way to load in SQL Table through business...
April 13, 2009 at 3:14 am
Viewing 15 posts - 16 through 30 (of 320 total)