Forum Replies Created

Viewing 15 posts - 4,531 through 4,545 (of 6,401 total)

  • RE: SSRS Hosting

    You need to have the reporting services service running on a server somewhere, this can be the same server as your SQL server or a different server, that is up...

  • RE: Reporing services in SQL

    make an investment and purchase a developer edition of SQL and just play around with SSRS.

    use this site, the stairways and your fave search engine to find more on ssrs.

  • RE: Need a SQL Query

    carthik has provided you with a solution, just change it to suit your needs

  • RE: Need a SQL Query

    Then just select that 1 column instead of using * then add in either a distinct or a group by clause with a subquery to filter out 102.

  • RE: database kept in offline

    Good luck then, unless you have something constantly poling the system tables capturing SPIDs and users who have access to issue ALTER DATABASE then your not going to find out...

  • RE: Need a SQL Query

    Ehat do you want to see, just EncounterKey or every column in the table where there is no encounterkey which has a type key of 2

    So Just 1 column with...

  • RE: Query Taking ages to execute

    Can you post the full DDL and sample data.

    The table references other tables in foreign key constrains but you have not provided them.

    Also the query references a view which you...

  • RE: sql server 2005

    Hi, Welcome to SSC.

    Please follow the second link in my signature on posting code so that we can help you out further.

  • RE: database kept in offline

    query the default trace (you might get lucky), or create a custom DDL trigger to capture the information you want.

  • RE: No BISD in my computer

    BIDS is no more in 2012.

    SQL2012 has changed BIDS to SSDT (SQL Server Data Tools)

  • RE: Migrations between Lower versions to 2012(110) Need Info..

    Old style joins will not function in 2012 as already said there is no level 80 any more in 2012.

    To upgrade 2000 to 2012, first upgrade to 2005, sort out...

  • RE: Need a SQL Query

    Are you familiar with the WHERE clause?

    I would start by looking this up and then posting the query you have written and then if still stuck providing the expected outcome...

  • RE: Problem with CmdExec in a job

    One thing I would do to test that nothing is going dodgy anywhere else is

    Create a credential for your account, use that credential in a proxy under the CmdExec folder,...

  • RE: could not see dts packages

    Did you save them to the file system or to MSDB?

    If MSDB, then the powershell script attached will loop through your MSDB and copy out the dtsx packages to a...

Viewing 15 posts - 4,531 through 4,545 (of 6,401 total)