Viewing 15 posts - 1,561 through 1,575 (of 3,061 total)
Srinath Mohan (9/1/2010)
I am trying to setup a SQL replication on single point of failure in cloud environment (Amazon EC2).
I need some good tips and multiple options to do...
September 2, 2010 at 10:57 am
Mark Harley (8/31/2010)
September 2, 2010 at 10:23 am
Cristian Maidana-360609 (9/2/2010)
select a,b, (select count(*) as Tot from table2) as Tot
From table1
where (Tot > 0).
but the...
September 2, 2010 at 9:01 am
shaun-744740 (9/1/2010)
Maybe this will explain things a little better-
The company initially had a list of 200 engineering components, easy to find...
September 1, 2010 at 5:17 pm
PradeepVallabh (9/1/2010)
Is Partitioning supported in SQL Server 2005 Standard edition
No, it is not. Table Partitioning is an Enterprise Edition feature.
If really need it you can always resort to poor's...
September 1, 2010 at 5:12 pm
shaun-744740 (9/1/2010)
They all have 'different' descriptions, but they have keywords, is there a quick way to find out what...
September 1, 2010 at 5:09 pm
Stefan Krzywicki (9/1/2010)
PaulB-TheOneAndOnly (9/1/2010)
Stefan Krzywicki (9/1/2010)
September 1, 2010 at 2:20 pm
Stefan Krzywicki (9/1/2010)
September 1, 2010 at 1:53 pm
ssandeepv (9/1/2010)
September 1, 2010 at 1:49 pm
blondie (9/1/2010)
September 1, 2010 at 1:45 pm
NEAL-464478 (8/30/2010)
September 1, 2010 at 11:51 am
mike-939611 (8/31/2010)
August 31, 2010 at 8:53 am
NEAL-464478 (8/30/2010)
is it possible to autometically system to create a table where its populate first 10 recrords whenever i new table being created.also another table for last ten records
For starters,...
August 30, 2010 at 1:14 pm
cpinky01 (8/28/2010)
sales for diff products
and Calims under which i have different types of claims
like this:
1.Sales
a. ...
August 28, 2010 at 7:42 am
SQLWannabe (8/27/2010)
PaulB, I tried it on another server, built on the same day with the same specs, and I didn't have any issues. So you can imagine my confusion.
Nice. I...
August 27, 2010 at 12:50 pm
Viewing 15 posts - 1,561 through 1,575 (of 3,061 total)