Viewing 15 posts - 1 through 15 (of 43 total)
Thank you i did change it for the databases.
select *
from sys.sql_modules
inner join sys.servers
on definition like '%' + sys.servers.name + '%';
select *
from sys.sql_modules
inner join sys.databases
on definition like '%' + sys.databases.name +...
February 15, 2011 at 9:13 am
Thank you for the reply,
Ok let me kind of get this right,
Used the index usage dmv to figure out what indexes are not used very often.
found few indexes which...
January 4, 2011 at 10:22 am
Thank you John 😀
That was indeed not what i expected, the idea is that its an index which i think is not used in the query stats only some amount...
January 4, 2011 at 8:15 am
Yes Paul this is what i was after,
2008 test page copied from your output.
Slot 0 Column 3 Offset 0x8 Length 5 Length (physical) 5
z = 200.08
2005 test dbcc...
February 22, 2010 at 2:03 pm
Thans for the help with the "Alter Huge Table" It was sweet of you to drop a complete test script,
I will do the output for 2008 today night. but...
February 22, 2010 at 7:03 am
Paul White (2/21/2010)
All you've done really is ask me to trust you, and that there...
February 22, 2010 at 4:58 am
Jeff Moden (2/21/2010)
I've not read all of the posts on this thread so let me ask... can the system be down while you do this or not? If so, for...
February 22, 2010 at 4:51 am
bhushanvinay (2/21/2010)
Here we go.
https://connect.microsoft.com/SQLServer/feedback/details/531260/datapage-difference-in-2005-vs-2008
it has all the details on what i have given the SqlServer guys.
I have also attached the test...
February 21, 2010 at 11:41 am
Sorry for the Very Very Late Reply Paul.
Here we go.
https://connect.microsoft.com/SQLServer/feedback/details/531260/datapage-difference-in-2005-vs-2008
it has all the details on what i have given the SqlServer guys.
I have also attached the test scripts...
February 21, 2010 at 11:41 am
Mando_eg (2/20/2010)
You put me on the start point, I will keep searching...
I hope if you have some examples to put the links to see it because...
February 21, 2010 at 11:22 am
Its is not very uncommen to have a business change in the current business conditions and we get new upstream and downstream systems and Our OLTP needs to cope with...
February 21, 2010 at 11:20 am
soulreader7 (2/18/2010)
i am using northwind database and want to delete custom.
the customer table pk is fk in order table and order tablt...
February 21, 2010 at 8:13 am
Noman Tariq (2/15/2010)
Hi Folks,My question is very simple.
'Does relationships like (PKs-FKs) help in impoving query performance?? or just they are for data integrity??'
Thanks,
Noman
Foreign keys it realy depends, When you delete...
February 21, 2010 at 8:07 am
cbrewer69 (2/15/2010)
can anyone tell me if this would be the best route towards acquiring a position (ENTRY LEVEL BI analyst) position.
Well i beg to differ, make sure of what kind...
February 21, 2010 at 4:19 am
Viewing 15 posts - 1 through 15 (of 43 total)