Viewing 15 posts - 31 through 45 (of 74 total)
I'm not sure, check it custom reports in sqlserver 2005 and above version
Thanks & Regards
Balaji.G
September 9, 2010 at 3:58 am
I need more informations for this issue..
1.Application's slow frequently or rarely
2.If frequently means.. Did you check the cpu usage or not
3. did you run the profiler or not?
4. if you...
September 8, 2010 at 3:18 am
Dear Siva,
Thanks for your great and timely help.. Its working fine..
Thanks & Regards
Balaji.G
September 6, 2010 at 4:17 am
Hi Siva,
select 'insert into sam(Id,Name,type,Email,Versionnumber)
values(' + ""id""+','+""Name""+','+ ""type""+','+""Email""+','+""Versionnumber""+ ')'
from sam
when i ran the above query.. the following error occurred
cannot use empty objects or column names.Use a single space if necessary..
then...
August 31, 2010 at 12:55 am
Hi,
I used + symbol in front of the column name.. its error occurred. Any other alternate solution is there? or else.. any tool is...
August 30, 2010 at 11:42 pm
Hi Henri,
Shall i use in this way..
insert into db1.dbo.tab1 (col1,col2,col3) values (select col1,col2,col3 from tab1 where col1
COLLATE Latin1_General_CI_AS
not in(select col1 from tab1 where col1 is...
August 30, 2010 at 12:29 am
Hi Ashish
I'm asking about sqlserver 2000 production database..
August 23, 2010 at 6:17 am
Thanks..
I have one more question like if i shrink a database. afterwards
what are the other steps to be...
August 19, 2010 at 3:51 am
Hi,
you need find out, if any blocks occurred in your database
use master
...
August 17, 2010 at 6:53 am
Some of the unnecessary objects are available in our database.
So that only i would delete those objects and shrink a database
Some of the objects are heap.There is no constraint. I...
August 13, 2010 at 1:43 am
while execute the query or sp, some times timeout expired came.
I have checked the fragmentation.. Some of the objects are heavily fragmented
Most of the objects are not upto date.
More Space...
August 13, 2010 at 1:26 am
Hi,
when you take copy only backup. The Log Sequence number doesn't change it. and
i think...
August 12, 2010 at 12:22 am
Viewing 15 posts - 31 through 45 (of 74 total)