Viewing 15 posts - 226 through 240 (of 684 total)
Jeff Moden (4/1/2008)
Would you be kind enough to post your cursor code? I'd like to take a peek at it becauase I think I've only written 2 in...
April 1, 2008 at 12:15 pm
Jeff Moden (4/1/2008)
Start here...
Thank you very much - that's very helpful.
Interestingly, I did a simple test with about 1500 rows (just concatenating names from sys.objects) and I managed to get...
April 1, 2008 at 11:20 am
Jeff Moden (4/1/2008)
SQLZ (4/1/2008)
command on all tables that are more than 10% fragmented.
I know I can use sys.dm_db_index_physical_stats to...
April 1, 2008 at 5:50 am
shine.mm (4/1/2008)
I would like to change the default schema details of all the logins created
Could yoy please specify how do i find out the schema details
and also i would...
April 1, 2008 at 5:12 am
shine.mm (4/1/2008)
Hi,Thanks ,is it possible to get the result in Excel,I am getting the result in .text format
Please help me
Have a look at using the @query_result_separator and using a comma...
April 1, 2008 at 4:58 am
Hi Patrick,
I'm not sure you'd need to use a loop. Would a cross join not work?
select sid, pid, mid
from testA, TestC
April 1, 2008 at 4:54 am
rbarryyoung (4/1/2008)
SQLZ (4/1/2008)
ALTER INDEX ALL ON table_name REORGANIZE;
command on all tables that are more than 10% fragmented.I know I can use sys.dm_db_index_physical_stats to...
April 1, 2008 at 2:12 am
Kathleen,
I meant to mention this in one of my other posts. If you're making a lot of schema changes then that could be a problem as far as the...
April 1, 2008 at 1:43 am
Jeff Moden (3/31/2008)
Buxton69 (3/31/2008)
April 1, 2008 at 12:46 am
baumgaertner (3/31/2008)
But I do not want to rename the table and then insert the data to the new table.
When you have big tables this approach...
March 31, 2008 at 4:58 am
Buxton69 (3/31/2008)
March 31, 2008 at 4:28 am
y.koteswarrao (3/31/2008)
Hi,is there is any command to view the network properties,which are connected to sql server?
Thanks
koteswarrao.y
I've got to be honest and say I'm still not sure on what you need...
March 31, 2008 at 4:15 am
Ramesh (3/31/2008)
How to find where...
March 31, 2008 at 4:00 am
Hi Raf,
That's a shame because it was my best guess as to what was going wrong. Just to be sure, I wouldn't use sp_helpsort to confirm the collation. ...
March 31, 2008 at 3:19 am
Viewing 15 posts - 226 through 240 (of 684 total)