Viewing 15 posts - 16 through 30 (of 35 total)
Thanks for the reply.
CAn you please tell me how to do that ?
April 15, 2010 at 12:59 pm
I have situation where in if user enters same data then i need throw him a error message depending up on the primary key violation. Each row in the...
April 15, 2010 at 12:53 pm
I have all the table information in one table
and table columns stored in another table with reference.
First i will iterate thrugh table data then
for each value in the table...
July 22, 2009 at 10:15 am
Currently i am solving it through some other means.. but its taking nearly 3 hours to execute..
So i thought of getting some suggestions here....
I need to find a different...
July 22, 2009 at 9:32 am
Table1
idtable1 a1 a2 a3 ...
July 22, 2009 at 9:29 am
Can we make this dynamic. I have similar problem. I need to check missing data varables in different tables dynamically.
Variables position in each table are fixed.
For e.g
1. Table1
idtable1 a1...
July 22, 2009 at 8:58 am
so u guys are tellign its hard to acheive by reading some docs
March 2, 2009 at 10:19 am
I am able to do it by some of other posts in the portal. Thanks for all your info. I am actually working mas data archive and restore stuff. During...
January 23, 2009 at 6:30 am
Hey Please tel me more about security risks in sql server like sql injection. I dont much
about all this.
January 14, 2009 at 8:33 am
I got it. you are talking about string characters (escape) etc. It does not depend on the
user input.
January 14, 2009 at 8:18 am
I wrote a scalar function get column names dynamically with column seperated...
But i dint understand about security risk ?
January 14, 2009 at 7:14 am
Is there any way to alter identity column through TSQL. I know that if i do it
from EM i can save the changed script. But that will be very costly.
Any...
December 30, 2008 at 12:00 pm
I am feeling better now. Thank you very much...
December 30, 2008 at 10:06 am
If i have understood u correct.....
Those ids will change if i do so. Because these ids are interlinked
with other tables.
For e.g
I have a transaction like this
Table1 with column idTable1,...
December 30, 2008 at 8:54 am
With the identity after deleting some of the item its possible to insert same id values
with identity insert option setting on. Is there any way to override this. ?
December 30, 2008 at 8:16 am
Viewing 15 posts - 16 through 30 (of 35 total)