Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 4,272 total)

  • RE: SSAS job run SSIS package - setup question

    Just to clarify.. It is SSIS not SSAS..

    3. The SSIS step is being run under Windows Authentication. I figured that was fine as the owner of the SSAS job...

  • RE: More than one Instance on a 2005 SQL server

    shusta (11/3/2009)


    These are my questions/concerns:

    1.During the install will the default SQL services restart?

    a.Or will there be a second set of services for the new instance?

    2.Where will this...

  • RE: How to add a trigger to copy table to archive table

    I'm with GSquared on this, doing it in a trigger is likely to cause unforseen issues.

    You are aware that triggers are synchronous, meaning that they have to complete before whatever...

  • RE: SQL Server not starting at startup

    I have to agree with all of this. Talk to your server folks and ask them what they install to support the SAN and then make SQL dependent on...

  • RE: It's Time for Encryption

    Jody Roberts (11/3/2009)


    I agree , these days with the rise in white collar crime all data should be treated as sensitive.

    I have to take exception to that. You...

  • RE: SSAS job run SSIS package - setup question

    I think we need to get terminology fixed befwe go further:

    DTS = Data Transformation Services (SQL 2000)

    SSAS = SQL Server Analysis Services (SQL 2000+)

    SSIS = SQL Server Integration Services (SQL...

  • RE: Linked server

    Boy you are the opposite of everything I'm thinking..

    Why don't you screen print the security tab on the linked server properties and using your favorite paint type program blur out...

  • RE: duplicating data across servers

    First I want to compliment you on your well written summary of what you have and what you want, and the way it is setup. We rarely get anything...

  • RE: Allocating dedicated processors to SQL Server instance, good or bad idea?

    Processor affinity should probably be tested carefully. But if you have pretty fast machines with lots of cores, I would think that your bottleneck would probably NOT end up...

  • RE: Linked server

    How do you have the linked server security mapped?

    Also, when you are logging into the SQL server are you using a windows account or a SQL server account?

    CEWII

  • RE: Named Pipes Provider Error

    From the sites that can't connect can you ping the server name? does it resolve correctly. Do you even have named pipes turned on (I don't).

    My...

  • RE: Linked server

    I think your SQL server is running as localsystem (the one you are trying to connect FROM). Make sure it is using a windows user account, yuo can change...

  • RE: Stored procedure or a trigger to mask password field in login table

    I have to admit I wouldn't do the hashing IN the application, I would pass the clear-text password to a stored procedure that would pass back an indicator and any...

  • RE: Odd Audit Request

    Markus (10/30/2009)


    Problem is we have a lot of purchased apps that REQUIRE to install you use the sa login to install it. In that install process it will create...

  • RE: Storing IPv4 Addresses for Performance

    You know they say about assumptions..

    Also I think the statement:

    It seemed to me to be probable that you were a DBA - after all, most of the articles posted on...

Viewing 15 posts - 3,166 through 3,180 (of 4,272 total)