Forum Replies Created

Viewing 15 posts - 46 through 60 (of 237 total)

  • RE: No column informatin was returned by the SQL command

    Solved my issue too but i would like to understand why?

    My query also worked direct on management studio but not through SSIS with OLEDB source \ destination

    CODE:

    --variables to...

  • RE: Text Qualifier inside a Text qualified field

    SQLAssAS (3/19/2015)


    ZZartin (3/13/2015)


    If you're actually expecting data with " in it can you change the file format from say comma delimited with " qualifiers to something else like just |...

  • RE: Text Qualifier inside a Text qualified field

    ZZartin (3/13/2015)


    If you're actually expecting data with " in it can you change the file format from say comma delimited with " qualifiers to something else like just | delimited?

    If...

  • RE: Removing...

    thanks for the advise of putting multiple statements, i ended up with 8!!

    I am going to open a seperate thread for this issue

  • RE: Removing...

    any help here?

  • RE: Removing...

    unfortunately not! thanks though

  • RE: Lost access to database

    you mention windows update - has SQL been restarted as a result of updates, and a new port has been picked up?

    Check the port number and add it to your...

  • RE: Wild Card search

    thats the best thing you could have said "what second dataset"

    I was using 2 datasets, one for the main data set which had all of the information in the table,...

  • RE: Wild Card search

    Hi David, thanks for your reply

    the same error still happens im afraid!

    I put this filter on the main data set, then tried the second data set but the error happened...

  • RE: Wild Card search

    I am now getting the error

    Incorrect syntax near 'nvarchar' - i have extended the variable to 100 to see if it was too short and it still does not...

  • RE: Wild Card search

    Thanks for your help so far

    So i created a procedure:

    alter procedure sp_SSRSFindDatabase @DatabaseName varchar(30)

    as

    select RTRIM(@Databasename) --+ '%'

    select [ServerInstance], [Database Name],[Owner], [Recovery Model] , [Compatibility Level], [State]

    from [dbo].[tbl_Databases]

    where [Database Name] like...

  • RE: Wild Card search

    I know how to do a drop down, but want to know how to do a wildcard search too 😉

  • RE: Wild Card search

    Hi..

    I have 5 columns in my report:

    ServerInstance, Database Name, Recovery Model,

    Compatibility, State

    This has all the databases across our SQL estate in it.

    Its main function is to enable me and other...

  • RE: SSIS package to start SQL Job

    perfect - cheers

Viewing 15 posts - 46 through 60 (of 237 total)