Viewing 15 posts - 46 through 60 (of 229 total)
Thank you for the explanation Paul....MUCH appreciated!!!
July 19, 2010 at 9:25 am
this one looks interesting@!! I will dig in here and see what is under the covers so I understand it!! Thank you!!!!:-P
July 19, 2010 at 8:48 am
Yeah! Again, Thank you!!!
July 15, 2010 at 12:23 pm
can you give me more details on your suggestion please???? thank you!!
July 15, 2010 at 10:59 am
this works for me and thank you again!!
July 15, 2010 at 9:08 am
Steve....just to clarify.....(LOL)
when you query the sys.sysdatabases view, you get dbid as a column. the sp_msforeachdb proc querys this view. my code says 'if DB_ID >4' ...
June 29, 2010 at 9:43 am
Steve, how does one see the code for sp_MSForeachdb stored proc????? in my code I have..."where db_ID >4......."" which takes care of 1-4 being the system tables. I...
June 28, 2010 at 4:44 pm
Way cool Steve!!!
OK, I took out the @sql stuff and just put the create table code in as the parameter and it worked. I guess it makes...
June 28, 2010 at 3:35 pm
I got the idea to do it this way from the following code:
DECLARE @sql VARCHAR(1000)
SET @sql = 'SELECT ''?'', so.name, MAX(si.rows)
FROM sysobjects so
JOIN sysindexes si on...
June 28, 2010 at 3:09 pm
aaahhh.....good point!! Thank you!!! Numeric it is!!
June 3, 2010 at 2:08 pm
expand away....grasshopper!!
May 10, 2010 at 8:37 am
Thank you all for the ideas, I am trying them all!!!!!!!!!!
May 7, 2010 at 9:03 am
thank you all!!!! Trying all ideas!!
May 4, 2010 at 8:40 am
Viewing 15 posts - 46 through 60 (of 229 total)