Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Linked server creation to MySQL Server

    Just to point out,

    GRANT ALL ON *.* to fooUser@'<IP Address/Host name of the machine from where you are trying to access MYSQL Server' IDENTIFIED BY '<Password>';

    essentially creates a user...

  • RE: SSRS report with multiple datasets

    one way to do it could be to have a master report with 5 subreports each pulling a resultset. If you need to manipulate the resultset I don't know if...

Viewing 2 posts - 1 through 2 (of 2 total)