Forum Replies Created

Viewing 15 posts - 106 through 120 (of 284 total)

  • RE: Using a Stored Proc to schedule a job

    IT has our SQL server running under a normal domian user.. thus it is not able to run properly: get the error:

    Cannot execute as the user 'RADAC\willis', because it...

  • RE: Using a Stored Proc to schedule a job

    Thanks, it works for me.. but even though I gave the uses execute access to the SP, it comes up with an error that the job does not exist. Is...

  • RE: Package is not running when set as a job

    The account has access to SQL server... I have heard that to run SSIS through a job, the user has to have admin permissions... is this correct?

  • RE: Bulk Inserts using a variable

    Lowell,

    Thanks for your help.

  • RE: Stuck tracking down CXPACKET issue

    You know ... I am begining to wonder if the problem lies in SSAS, I have passed this mornings information off to the team that handles our cubes.

  • RE: Stuck tracking down CXPACKET issue

    If I just take the Individual Query and run an estimated plan

    Plan A: it does not show any suggested index's .. you start with a Clustered Index Scan (cost 74%),...

  • RE: Stuck tracking down CXPACKET issue

    This morning when it failed there were only 7 SIPDs running on the server, we can subtract two... one was the base Trace and the second was database mail.

    So that...

  • RE: Stuck tracking down CXPACKET issue

    Currently our Cost of THreshold for Parallelism is 5 and the Max Degree of Parallelism is 0.

    We have 24 cores.

    Does that change your suggestion any?

  • RE: What CodePage to use for UTF-8

    My data conversion is giving... Error at Data Flow Processing Data, conversion from DT_STR with code 65001 to DT_STR with code page 1252 is not supported... so just how do...

  • RE: What CodePage to use for UTF-8

    Just figured out that Data Flow Path Editor is not the place to make the change... Source Connection is.. then I have to do a data conversion, thank god for...

  • RE: Running out of workers

    Erland Sommarskog (10/16/2013)


    dwilliscp (10/16/2013)


    So if you have one SPID, but 700 rows, that means the server is trying to do parallel processing? They all show CXPacket.. So how do I...

  • RE: Linked Server not working correctly

    mister.magoo (10/14/2013)


    Isn't your linked server called Willis02, not R2D2?

    EXEC sp_serveroption 'Willis02', 'rpc out', 'true';

    EXEC sp_serveroption 'Willis02', 'rpc', 'true';

    Willis02 is the name I am using to describe the link to the...

  • RE: Running out of workers

    So if you have one SPID, but 700 rows, that means the server is trying to do parallel processing? They all show CXPacket.. So how do I track down whay...

  • RE: Linked Server not working correctly

    I ran a trace.. and it added the following:

    Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.

  • RE: Shrinking Temp DB

    dan-572483 (10/8/2013)


    "Have you tried turning it off and on again?"

    If you're able to schedule a downtime, do it. Simpley stopping the SQL Service and restarting will return the TempDB...

Viewing 15 posts - 106 through 120 (of 284 total)