Viewing 15 posts - 16 through 30 (of 31 total)
Chris (6/24/2009)
Mani Singh (6/23/2009)
from sys.dm_db_index_physical_stats(NULL,NULL,NULL,NULL,DEFAULT) sind join sys.indexes...
June 24, 2009 at 11:49 am
Mani Singh (6/23/2009)
from sys.dm_db_index_physical_stats(NULL,NULL,NULL,NULL,DEFAULT) sind join sys.indexes si
on...
June 24, 2009 at 7:16 am
Mani Singh (6/23/2009)
There are some threads about the same situation on thsi site...also check sp_msforeachtable and sp_msforeachdb to check for all tables in each database at one go.
Thanks Mani Singh!
Would...
June 23, 2009 at 12:43 pm
--- Problem Resolved ---
I was able to write all of my code in one MS Excel VB editor module (aka module1) instead of one sql statement for each workshet. This...
May 21, 2009 at 10:53 am
Ok,
At least people are looking at this.
Thanks for dropping by!!
😀
I've been thinking that I may be approaching my problem the wrong way so I created one worksheet for each...
May 15, 2009 at 10:59 am
My thanks to everyone for posting in this thread. Its great to see I'm not alone.
Being the novice that I am, I'm praying that someone may have a simple...
March 26, 2009 at 6:55 am
Al Wells (1/18/2008)
Running SQL Server 2005, receiving sql agent errors randomly. [LOG] Unable to read local eventlog (reason: The parameter is incorrect).Thank you for your help.
I'm getting the same...
September 18, 2008 at 12:46 pm
Fred Siedenburg (5/17/2007)
This worked for me;
Run the following query in Query Analyzer to determine the name of the SQL server:
select @@servername
This will return the name of the server. If the...
September 3, 2008 at 8:54 am
Hey!!!
What if I asked my network admin to add the active directory users
to a group and then start a 'New Login' in SQL, change the 'object
type' from 'users' to...
June 24, 2008 at 6:57 am
Hi,
I'm very interrested in learning how to do this as well. I'm running SQL 2005 and I have hundreds of domain\users to add and for the moment I can only...
June 24, 2008 at 6:27 am
RBAR,
Thats it!
That should do it.
I also went to the link you mentioned and I can see how it could have helped the people in the room.
My thanks to everyone for...
May 19, 2008 at 7:43 am
Chris,
I tried to insert your statement but I'm getting errors that say:
Msg 306, Level 16, State 2, Line 3
The text, ntext, and image data types cannot be compared or sorted,...
May 16, 2008 at 9:14 am
Matt,
Good show! I do have Crystal 9 that I'm starting to get a handle on.
Would you have any buzzwords that could point me in the right direction?
Thanks!!
Chris
May 15, 2008 at 10:20 am
Karl,
Thanks for your insight. I'm really new at this and a lot of the code I just posted was generated with the help of query designer.
I don't see how...
May 15, 2008 at 10:15 am
Viewing 15 posts - 16 through 30 (of 31 total)