Forum Replies Created

Viewing 15 posts - 1,561 through 1,575 (of 3,061 total)

  • RE: SQL replication best practices in Amazon Cloud

    Srinath Mohan (9/1/2010)


    hi All,

    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...

  • RE: Importing an oracle db

    Mark Harley (8/31/2010)


    We have a single oracle database on our servers, and we want to bring it into sql server so we no longer need to support oracle. Is...

  • RE: filtering with a alias

    Cristian Maidana-360609 (9/2/2010)


    Hi, i was trying filtering a query with an alias, but it doesn't work

    select a,b, (select count(*) as Tot from table2) as Tot

    From table1

    where (Tot > 0).

    but the...

  • RE: How can I use 3,000 records to produce 20-30 different categories?

    shaun-744740 (9/1/2010)


    Hey, thanks very much for the quick response!

    Maybe this will explain things a little better-

    The company initially had a list of 200 engineering components, easy to find...

  • RE: Partitioning question

    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...

  • RE: How can I use 3,000 records to produce 20-30 different categories?

    shaun-744740 (9/1/2010)


    Based on contents of a 'Description' field - Whats the best way?

    They all have 'different' descriptions, but they have keywords, is there a quick way to find out what...

  • RE: Partitioning Split

    Stefan Krzywicki (9/1/2010)


    PaulB-TheOneAndOnly (9/1/2010)


    Stefan Krzywicki (9/1/2010)


    I have tables partitioned by year, they are large tables. The filegroup they're on is large, but not inordinately so, around 60 gig. I'm trying...

  • RE: Partitioning Split

    Stefan Krzywicki (9/1/2010)


    I have tables partitioned by year, they are large tables. The filegroup they're on is large, but not inordinately so, around 60 gig. I'm trying to create a...

  • RE: How to give a database access to specific users only?

    ssandeepv (9/1/2010)


    I want to lock a database and restrict access to all the users. Is there any sql query so that any user can run it and the database opens...

  • RE: question about inserts

    blondie (9/1/2010)


    Hello, will having multiple inserts hitting a single table at once cause an issue? I think sql will lock the table during each insert statment...but as long as...

  • RE: dynamically selcting first 10 records from many tbls

    NEAL-464478 (8/30/2010)


    well, i dont make rule, i am the slave of my master. So master wants me to make something like a table pick first 10 records from unknown...

  • RE: Affects of several VarChar fields in a table

    mike-939611 (8/31/2010)


    I get the feeling I am trying to get something to work in a certain way and that way isn't the way the the database is mean't to work;...

  • RE: dynamically selcting first 10 records from many tbls

    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,...

  • RE: getting the sum

    cpinky01 (8/28/2010)


    I have sales type and under which i have

    sales for diff products

    and Calims under which i have different types of claims

    like this:

    1.Sales

    a. ...

  • RE: The most bizarre SQL issue ever

    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...

Viewing 15 posts - 1,561 through 1,575 (of 3,061 total)