Viewing 8 posts - 1 through 8 (of 8 total)
Yes we can get it from syscomments table. But my DB having more no of data and its taking more time to execute. can u tell any fatstest method for...
April 28, 2009 at 3:01 am
I am 100% sure that this is not a code level problem as I havent find any locks or any code level blockings there. More over as its online transaction...
April 21, 2009 at 1:03 am
Let me explain the question briefly,
For example assume I have table
table 1 and it is having columns name,id,date (only the date values I have to insert)
I have 2 tables...
April 17, 2009 at 1:26 am
Thank you very much Mr.Thomas. I came across the same issue ie non- identity to identity type change and your article has helped a me a lot.
But when I have...
April 13, 2009 at 7:36 am
You can use the following code also.
DECLARE @DateTimeValue varchar(32),
@DateValue char(8),
...
April 12, 2009 at 11:23 pm
Yes I can also think the different ways of approaching a problem. As I am new to SQL I hope this website will teach me a lot and correct my...
April 11, 2009 at 7:50 am
Just try this code. I have tried in a very straight way. I dont know is there is any tricky things are there to do. If you know also please...
April 11, 2009 at 6:01 am
Thank you very much for all your replies. I start to concentrate on administration part of sql server.
April 10, 2009 at 1:33 am
Viewing 8 posts - 1 through 8 (of 8 total)