Viewing 15 posts - 3,091 through 3,105 (of 3,738 total)
Welsh Corgi (5/15/2011)
GilaMonster (5/15/2011)
Willie Howard Mays, Jr. (born May 6, 1931) is an American professional baseball player...
May 15, 2011 at 4:43 pm
Welsh Corgi (5/15/2011)
GilaMonster (5/15/2011)
I do not doubt the the history but I do not see the correlation between this site and a newly created classification.
So what is the claisification?
May 15, 2011 at 4:36 pm
GilaMonster (5/15/2011)
Willie Howard Mays, Jr. (born May 6, 1931) is an American professional baseball player who played...
May 15, 2011 at 4:30 pm
GilaMonster (5/15/2011)
Google is a wonderful tool...
I never saw the "Kid" classification before.
There is a newly created class...
May 15, 2011 at 4:08 pm
May 15, 2011 at 3:58 pm
I would not provide the table definitions without all the extras, collation, etc.
Submit a scipt the way that you create a table(s) in T-SQL.
Regards.
May 15, 2011 at 2:50 pm
I tried to help you?
Are you good to go for now?
Regards,
Welsh
May 15, 2011 at 2:47 pm
thysvdw (5/15/2011)
NET_SALES and DIC_CUSTOMER_CLASSIFICATION table definitions attached!
That is an ugly definition..:w00t:
May 15, 2011 at 2:39 pm
sqldba_icon (5/15/2011)
Thanks. Doesn't help much. I need to know number of pages,object name also. What do you think about my query?
Have your tried including an the INNER JOIN on the...
May 15, 2011 at 2:26 pm
thysvdw (5/15/2011)
The classification table is existing as a dictionary table, and we are able to determine all relevant date periods from the financial_period (calendar_month) columnSample data attached
Could you please provide...
May 15, 2011 at 2:24 pm
Oracle_91 (5/15/2011)
I went into Enterprize mgr and increased 512 and saw and everything is fine.
But i didnt understand why it...
May 15, 2011 at 2:08 pm
You may receive incorrect values when using SCOPE_IDENTITY() and @@IDENTITY
May 15, 2011 at 1:59 pm
sarvade.inder (5/15/2011)
How can I Execute Stored Procedure from Batch File in SQLServer 2005/2008?
With SQL Server 2005 and above you can use sqlcmd.exe:
May 15, 2011 at 1:33 pm
sqldba_icon (5/15/2011)
select p.database_id,p.object_id,p.index_id,p.index_type_desc,p.page_count,p.avg_fragmentation_in_percent,o.name objectnames,o.type_desc,o.modify_date
from sys.dm_db_index_physical_stats (17,NULL,NULL,NULL,NULL) p
join sys.objects o
on o.object_id=p.object_id
where page_count>1000 and avg_fragmentation_in_percent>30
order by avg_fragmentation_in_percent desc
Try using the following:
May 15, 2011 at 1:27 pm
Viewing 15 posts - 3,091 through 3,105 (of 3,738 total)