Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 3,061 total)

  • RE: Sudden decrease in Linked Server Performance

    andysfreeemail (10/6/2010)


    I'm still not having any luck resolving this.

    If you find a solution please let me know (Did yours happen after a reboot - what was the trigger...

  • RE: Difference between Oracle & SQL Server at high level.

    saurabh.deshpande (10/5/2010)


    What are the difference between Oracle(Say Oracle 10g) and SQL Server (Say SQL Server 2005) at high level.

    Too many differences - this exceeds what can be discussed in...

  • RE: Staging vs Temp tables in SSIS

    I'm in agreement with Derrick. I vote for Staging tables.

    Also, a real staging table would not add overhead to Tempdb as a temp table would do.

  • RE: Incorrect syntax near '0'.

    tmurray 69699 (10/5/2010)


    I have it after the last 0 then a , anc then conn2)

    :blink:

  • RE: Group by vs. Distinct

    UMG Developer (9/29/2010)


    Sure with GROUP BY you can add a HAVING clause, but I have seen people use DISTINCT as a short-cut for grouping by all the returned columns a...

  • RE: Disk Defrag

    Jon.Morisi (10/4/2010)


    I've been operating with the preference to take SQL server offline when defragmenting the disks in which SQL Server datafiles or logfiles reside on in order to avoid possible...

  • RE: xp_instance_regread redirects

    Nicely documented. Thank you Howard.

  • RE: historization of high volume data

    Gibou (10/5/2010)


    I'm new to sql server high volume usage. I have an application to develop and I would appreciate some advices.

    Say that I'll have to have those tables :

    - cars

    -...

  • RE: Dimension problem

    riccardo.russo79 (10/4/2010)


    Paul,

    your solution is nice. I will have 50+ classes... so I will have 50+ DW with 1 DataMart each one?

    I would say it will end up being one DWH...

  • RE: How to split name in parts and search them in a column

    as-534320 (10/4/2010)


    How can i use substring() and charindex()? Can you point me a small example?

    Sure thing.

    Example below solves scenario where there is a first and last name separated by...

  • RE: Bulk Insert very large compressed partitioned table and primary key

    Pablo Campanini (10/4/2010)


    Hi.

    I tried to load a very large .CSV file in primary key order to a Compressed partitioned table with the parameter ORDER by the primary key, but it...

  • RE: Renaming all user created tables

    jamesmario (10/3/2010)


    Is there a script to change all the user created tables? for example, a database created with 5 tables (table1, table2,table3,table4,table5) and later wants to rename them to (table11,...

  • RE: Dimension problem

    riccardo.russo79 (10/2/2010)


    I need help for modeling a new DW.

    Situation: my ETL software collects measures each quarter from 100 different tlc nodes. The measures are divided in classes (say now there...

  • RE: Decrease Query execution time.

    rahulpatel112 (10/4/2010)


    I am facing problem since last 5-6 month in sql server in query executing it takes 10-12 mins to execute even if database is on local pc.

    I want to...

  • RE: How to split name in parts and search them in a column

    as-534320 (10/4/2010)


    I will need to create a stored procedure to search for a person name.

    Ex:

    @name = 'John Smith'

    I would like that this stored procedure returns persons called 'John Smith' and...

Viewing 15 posts - 1,471 through 1,485 (of 3,061 total)