Forum Replies Created

Viewing 15 posts - 226 through 240 (of 367 total)

  • RE: Linked Server Security

    'Linked Servers' have security as well.

    (Right click on the linked server in EM, and choose the security tab)

    Is this setup that only admins can use the linked server?

    Steven

  • RE: DBCC checkdb fails after restore

    I played around with the database, prior to scheduling another restoring of different days backup tonight (that hopefully that will be okay). There were lots of errors on lots of...

    Steven

  • RE: sp_changedbowner error - sa is already db user

    If you want to create users in the database, you may be able to use the sp_addalias stored procedure to alias an account to dbo.

    Steven

  • RE: Beware of Mixing Collations - Part 1

    Beware is right, but as long as it is known to the developers etc I have found it isn't too much of a problem.

    I have had to mix collations on...

    Steven

  • RE: table variable vs #temp table

    You can add a constraint to a table variable

    (which is the same as an index under the hood)

    Steven

  • RE: Full-Text Search only Noise Words

    You can just remove the whole file, hence have no noise words

    Steven

  • RE: Creating Email Trigger

    If your DBA allows it, you can call xp_sendmail to send the email, but access will need to be granted for that xp to any user that inserts into the...

    Steven

  • RE: Setting a Default Database for your Logins

    Better add to the first point (as it doesn't read to well)

    If the users have access to multiple databases on the same server, and the initial database is offline (dbo...

    Steven

  • RE: Setting a Default Database for your Logins

    I personally set the default database to the primary database that account uses (or the first one they get setup against) as I don't like seeing user accounts in the...

    Steven

  • RE: UNICODE usage

    Remember the 8K page limit per row.

    Hence if you use unicode you half the amount of data you can hold in a row.

    Steven

  • RE: Replication Behind Firewall and Proxy Server

    In addition to Andy's comment about FTP.

    If FTP is not available you can manualy copy the snapshot directory local to your server

    to initialise the snapshot, but this does make reintializing...

    Steven

  • RE: Memory Error - Failed to reserve contiguous memory

    Using 8i , went for the oracle one because we are running oracle stored procedures.

    If you do manage to break it, update the thread.

    Steven

    Steven

  • RE: Memory Error - Failed to reserve contiguous memory

    Thanks anyway.

    I had already concluded all I could do was keep an eye on it, hence the question about moniting it.

    I have to have the hotfix installed or the CRM...

    Steven

  • RE: Memory Error - Failed to reserve contiguous memory

    I have the post sp2 hotfix Q314003 installed on that server.

    Happened lots of times over an hour, then its was okay. That server does run lots of DTS jobs using...

    Steven

  • RE: memory

    If you change the 'minimum query setting' remember it is KB not bytes.

    I have in the past found it set far too high which sort of killed the server.

    ...

    Steven

Viewing 15 posts - 226 through 240 (of 367 total)