Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 2,647 total)

  • RE: MySQL Linked Server Problem

    Sorry... Try this:

    SELECT *

    FROM openquery(MySQL_DB, 'Select * from DB.table LIMIT 0,10')

    Jared
    CE - Microsoft

  • RE: Is that prohibitively expensive to delete few records from large table?

    Can I ask WHY you think this may be a problem?

    Jared
    CE - Microsoft

  • RE: create 2 databases with same name on the server

    soulesidibe2011 (2/6/2012)


    the developer does not want to change his connection string or program at every change, that's why he was requested this.if the name of the server changes, he would...

    Jared
    CE - Microsoft

  • RE: t-sql

    weston_086 (2/6/2012)


    Write SQL using the employee table below to create a data set listing the manager id, the manager name, the employee id and the employee name

    Employee table – t_emp

    emp_idemp_namemanager_id

    1Jane...

    Jared
    CE - Microsoft

  • RE: MySQL Linked Server Problem

    erik-1043807 (2/6/2012)


    Hello,

    I have a problem which is driving me crazy. I need to extract some data from a MySql database into my data warehouse for analysis purposes. I have setup...

    Jared
    CE - Microsoft

  • RE: Database copy for reporting

    I have to ask this... Why does the data need to be moved? You can report off of your existing database and not affect performance in many cases. You...

    Jared
    CE - Microsoft

  • RE: changing a nonclustered index to cluster ( the index is referenced by a lot of other tables)

    You reference in this post, and another, the 71% fragmentation. However, you have not provided the size in pages of the index. Fragmentation on small indexes is unavoidable...

    Jared
    CE - Microsoft

  • RE: CURSORs and TRANSACTIONs

    Sean Lange (2/6/2012)


    SQLKnowItAll (2/6/2012)


    Sean Lange (2/6/2012)


    SQLKnowItAll (2/6/2012)


    I don't get it... I believe this is syntactically wrong, but I don't use try/catch blocks much. It seems wrong that your commit...

    Jared
    CE - Microsoft

  • RE: CURSORs and TRANSACTIONs

    Sean Lange (2/6/2012)


    SQLKnowItAll (2/6/2012)


    I don't get it... I believe this is syntactically wrong, but I don't use try/catch blocks much. It seems wrong that your commit is inside the...

    Jared
    CE - Microsoft

  • RE: CURSORs and TRANSACTIONs

    I don't get it... I believe this is syntactically wrong, but I don't use try/catch blocks much. It seems wrong that your commit is inside the try and then...

    Jared
    CE - Microsoft

  • RE: loops and cursor

    Sean Lange (2/2/2012)


    Given what you need for output that is about all you can do. I just wanted to make sure you understand how much data can be pulled back...

    Jared
    CE - Microsoft

  • RE: can't save ssis packages

    It is the version of SSIS that you have installed on your machine., I believe. Not the server you are connecting to.

    Jared
    CE - Microsoft

  • RE: Using import wizard to append to existing table

    Absolutely, you just change the name of the table that it wants to import to. It usually crates its own, but you can select an existing table in the...

    Jared
    CE - Microsoft

  • RE: can't save ssis packages

    Bru Medishetty (2/2/2012)


    I guess that... I was checking what's the OP is doing. Will have to wait for the OP's response..

    Just noticed, it's pretty clear from the error that it...

    Jared
    CE - Microsoft

  • RE: can't save ssis packages

    My guess is that the OP is trying to save an SSIS script generated using SSMS import/export wizard, not BIDS. Am I correct? If I am, which options are...

    Jared
    CE - Microsoft

Viewing 15 posts - 1,771 through 1,785 (of 2,647 total)