Viewing 15 posts - 451 through 465 (of 2,463 total)
rajkiran.panchagiri (1/22/2013)
I need a material for sql perfmon counters. It should contain threshold values for those counters and definiton of those counters.
Also There are tons of articles on this....
January 22, 2013 at 2:53 am
abivenkat (1/22/2013)
January 22, 2013 at 1:16 am
i dont think there is any limitation of connections .SQL Server will handle large numbers of connections without a problem. A more important question is whether your database schema and...
January 22, 2013 at 1:09 am
praveen_vejandla (1/22/2013)
SET value_exists = 1
FROM LII od
JOIN VPL sl
ON (sl.it like '%' + od.value + '%'
AND od.opr =...
January 22, 2013 at 1:05 am
kbhanu15 (12/12/2012)
Hi All,Please give your valuable suggestions on how can i improve the performance of tables which having 2 crores of data.
Thanks
Bhanu
have you made any changes with this...
January 22, 2013 at 12:42 am
Imke Cronje (1/16/2013)
January 22, 2013 at 12:40 am
Yes , create a publication for those selected tables.
January 22, 2013 at 12:18 am
mpradeep23 (1/21/2013)
i have table which as identity column which as primary key it is related to lot of tables .how do i reset the identity order
IF you are...
January 22, 2013 at 12:17 am
karthik M (1/21/2013)
I found some wierd thing today when i ran the below two
version of queries.
select * from sub_fund
where sub_fund_id in (1,2,3,4,5,6,7,8,9,10)
scan count = 10
select * from sub_fund
where sub_fund_id in...
January 22, 2013 at 12:14 am
NaDi (1/21/2013)
January 21, 2013 at 11:36 pm
khushbu (1/21/2013)
IF-ELSE block is working. But I would like try the statements in TRY-CATCH block, while there are some additional statements in CATCH block to report.
Catch is generally used...
January 21, 2013 at 11:26 pm
definitely above query will provide you some hint BUT not tell you exact picture, i will suggest you to pick the long running or resource intensive queries, have a detailed...
January 21, 2013 at 11:12 pm
it seems that this issue is "permission related". Check the login used in linked server should have appropriate credentials.
January 21, 2013 at 11:09 pm
khushbu (1/21/2013)
Need some help in determining if the below statement is good enough.
How can I get statement to execute in Catch block?
I'm out of ideas..
IF (SELECT is_broker_enabled FROM...
January 21, 2013 at 11:07 pm
Viewing 15 posts - 451 through 465 (of 2,463 total)