Forum Replies Created

Viewing 15 posts - 4,756 through 4,770 (of 7,191 total)

  • RE: Cannot expand MSDB folder

    OK, so Integration Services is running under NT AUTHORITY\NETWORK SERVICE? Does that have access to SQL Server, either in its own right or through something like BUILTIN\Administrators?

    John

  • RE: Cannot expand MSDB folder

    Does your server name really have a "v" at the end, or is there a type in your config file?

    John

  • RE: Cannot expand MSDB folder

    A few more questions. Can you connect to the database engine through SSMS? You say you're on SQL Server 2008 R2. 32 bit or 64 bit? ...

  • RE: Cannot expand MSDB folder

    Sounds as if it's something to do with the MsDtsSrvr.ini.xml file. Maybe it did get confused by what you did with the named instance. Are you able to...

  • RE: Cannot expand MSDB folder

    I wonder why SSIS is mentioned in the error message, then. Are you trying to expand a folder under Maintenance Plans?

    Check you've got the correct instance name. I...

  • RE: Cannot expand MSDB folder

    I take it you're using BIDS? Are you doing so on the same computer that SQL Server is on? What happens if you try to connect using SSMS?

    John

  • RE: SQL server 2000 could not started.

    How many instances of SQL Server do you have on the computer?

    John

  • RE: Trigger: Input value based on other column value

    Please will you provide DDL for your table, along with sample data. Depending on your data types, you could use mathematical functions, or a CASE expression.

    John

  • RE: Add different date using dtsx package

    I think it's just GETDATE(). In the expression builder, you can drag the functions you want to use from the tree above. No need to cast a function...

  • RE: Add different date using dtsx package

    Two options that come to mind:

    (1) Use the Derived Column transformation in your data flow

    (2) When extracting the data from the source tables, use a SQL query as your source,...

  • RE: SSIS reusable funtions

    Then you have two options:

    (1) Get all the data into a staging table and update it with an Execute SQL task

    (2) Use my original suggestion.

    John

  • RE: How to find the difference between the numnbers in an increasing number series

    Greg

    Like I said, you're going to have problems on the boundaries, and in part it will depend on your business rules. For example, do you want to compare hour...

  • RE: SSIS reusable funtions

    simhadriraju (2/2/2012)


    I DONT WANT TO CREATE ANY FUNCTIONS IN DATABASE BECAUSE I AM NOT PULLING THE DATA FROM A DATABASE THE SOURCES ARE DIFFERENT LIKE (EXCEL , ORACLE , SQLSERVER...

  • RE: SSIS reusable funtions

    Or you could set up a variable with the "function" logic in it, and use that in your expression. I prefer Koen's method, I think - if something can...

  • RE: T-SQL Dynamic Stored procedure for SQL2K5

    Jon

    I take it you didn't run the final EXEC statement, since that generates an error? The reason is that you have DECLAREd all your variables instead of making them...

Viewing 15 posts - 4,756 through 4,770 (of 7,191 total)