Viewing 15 posts - 46 through 60 (of 440 total)
Do you want to store "width * height" in WEIGHT column??
April 14, 2009 at 11:41 am
There is nothing like creating parameters to the view/table. Based on the input you need to have WHERE conditions.
April 14, 2009 at 11:31 am
I am kind of lost, what is front-end for the End user?
April 14, 2009 at 11:30 am
It realy depends on the architecture of the system on where to define the business rules. If it is an OLTP system i would like to define all the PK...
April 14, 2009 at 11:28 am
mauryakamal (4/14/2009)
2) If we define the unique index column not null then what type of the index.
3) If unique...
April 14, 2009 at 11:21 am
You can even try with CASE statement.
ex:
CASE WHEN arg1 IS NULL THEN 'x' ELSE arg1 END
April 14, 2009 at 11:07 am
Can you give us Sample Input Data and sample out data and few lines about what do you want to do.
April 14, 2009 at 11:02 am
Hi,
By looking at the error, may be this is related to the Length of the field. Please verify the Length of the fields with the XML values/XSD Schema.
Instead of using...
April 14, 2009 at 10:59 am
This is not the place to share the link. You can share the infromation using "Blogs".
April 14, 2009 at 10:44 am
rgillings (4/14/2009)
So with the MERGE statement introduced in SQL 2008, it is preferred...
April 14, 2009 at 10:41 am
If you are looking for SQL then the best way to put is :
Input Sample Data and Output Sample Data and few lines about the requirement.
April 14, 2009 at 10:39 am
Hi
You need to manually write No.Of Alter statements based on No.Of Tables.
There is no Magic;-)
April 14, 2009 at 10:36 am
This is what i like about the SQL Server, Updates using is Join is really kool. In Oracle there is no way you can perform Joins in Updates unless you...
April 14, 2009 at 10:33 am
You can even think about using "ON DELETE CASCADE" to perform the deletes with out writing the code.
April 14, 2009 at 10:31 am
m.dunster (4/14/2009)
I'm learning sql and want to learn more about the functions.
Functions means user Defined Functions or the Row and Group functions?
April 14, 2009 at 10:26 am
Viewing 15 posts - 46 through 60 (of 440 total)