Forum Replies Created

Viewing 15 posts - 7,306 through 7,320 (of 7,466 total)

  • RE: Copy users and roles

    with EM you'll have to script all and extra check-select script user-permissions and roles. It's not on by default and is to be found on the same tabpage where you...

  • RE: how many alerts sqlagent still has to process

    <But I thought that the real reason for this thread was that the job got stuck?>

    No, that reason is known (user32.dll cannot be initialized ... related to MS KB-article).

    After upgrade...

  • RE: More RAM

    Sets see : 1 instance with 1 db returns in 1 second.

    1 instance wit 190db's takes way longer.

    Your 1-190-instance has to manage 190 db's (with at least 2 files) and...

  • RE: how many alerts sqlagent still has to process

    the delay is 0 because that's what the users want ! I know that can cause problems, but I'm not alowed to alter this to a more reasonable figure.

    The reason...

  • RE: Query Problem

    Now there a litle bell ringing somewhere...

    I didn't realize you were using linked tables from access to sqlserver. In that case, access usualy will try to solve the query by...

  • RE: Query Problem

    Sqlserver is an advanced database engine !

    Access is one of the ancestors. If you want to optimize it you can try to apply the same guidelines you would use...

  • RE: Guru needed- Real versus BigInt

    If your data is numeric, store it in a numeric typed column. This will requier more work if your data-requierment changes, but it's a good practise to type your data...

  • RE: To Cluster or not to Cluster

    Viewing the responses, you 'll notice that you'll have to test your solution !

    My default is to put a clustered index on a table and to remove it if it...

  • RE: SQL Server Agent hangs running DTS schedule jobs

    When the package's job goes wrong, what's it saying in the jobs jobhistory ?

  • RE: Trouble executing a .cmd file in SQL Agent

    check the job-owner. Don't use a windows account as job-owner, it might fail with authentication-check.

  • RE: SQL Server Agent hangs running DTS schedule jobs

    take good care NOT having a windows-account as jobowner. (make it a SQLuser which has enough permissions to run the dts-packages)

    If you are using a windows-account as jobowner, you'll find...

  • RE: SQL Mail and Yukon, what do you want to see...

    Yes, Yes, Yes

    1. Should not be dependant on Outlook or MAPI components like Microsoft Exchange profile etc. Should be able to use POP3 or SMTP mail services to send mails.

    2....

  • RE: Cleaning redundent VIEWS and Stored Procs

    just to remind you sysdepends is not a full solution. (create a stored proc that calls an sp that does not yet exist. you'll get a notification)

  • RE: Cleaning redundent VIEWS and Stored Procs

    - sql profiler for a while

    - check its results

    - sql profiler to support the next step and gather the errors

    - rename 'tobedeleted' views to 'obsolete'

    - after a while

    - stop sqlprofiler

    -...

  • RE: too long table row

    The table is still functioning because the row-data-length did not yet reach the maximum limit for a page.

    However, sqlserver did raise a warning regarding this issue at creation time of...

Viewing 15 posts - 7,306 through 7,320 (of 7,466 total)