Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,366 total)

  • RE: sql remote server and agent status

    Thanks henrico

  • RE: Delete OR Truncate

    Thanks Everyone ..

    but wat abt data security..

  • RE: SQL Agent not visible in SSMS via remote connections

    The reason is because u dont have permission...

  • RE: Permissions to 100+ tables

    Thanks Everyone

  • RE: Database Size Difference

    Thanks Grant

  • RE: SQL Sharepoint Databases

    Please check whether its .ldf or .mdf file thats growing ...

    Tat might be ldf and u can shrink that...

  • RE: Delete OR Truncate

    Thanks Ninja,

    So TRUNCATE and DELETE are almost same then why its like TRUNCATE can be done by using an ALTER permission where as DELETE cannot and need specific permission?

  • RE: Delete OR Truncate

    Thanks Pradeep..

    Can you please let me know why like this?? I wonder why Truncate remove all data which cannot be rolled back with just an ALTER PERMISSION

    TIA

  • RE: how to avoid locks

    Thanks alot grant & Eric for that informative and quick reply..

  • RE: sysmail_server

    Hi Sudhakara,

    Try creating a db mail so that you will automatically get answer for ur question

  • RE: sysmail_server

    account_idmail account id

    Servernameserver type (SMTP,MAPI)

    servernameMail Server Name

    portPort

    usernameUser name

    credential_id

    use_default_credentials0 for no and 1 for yes

    enable_ssl1 for no and 1 for yes(secure socket layer)

    flags

    last_mod_datetimemodified date

    last_mod_usermodified by user

  • RE: Insertion slow

    many reasons..

    1. any job inserting bulk data into that database.

    2.some other offline operation on related tables.

    3.backup database job start by that time.

    4.maintenance plans

    5.tempdb full

    6.cpu,memory bottleneck

    7.too many indexes

    8.excessive normalization

  • RE: linked server

    created a user having only read permission in SOURCE SERVER.

    select security tab under linked server properties in TARGET SERVER and use that user in BE MADE USING THIS...

  • RE: Process

    A database can become suspect for several reasons. Possible causes include denial of access to a database resource by the operating system, and the unavailability or corruption of one or...

  • RE: Process

    suspend or suspect?

Viewing 15 posts - 976 through 990 (of 1,366 total)