Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 2,647 total)

  • RE: Prevent or log Truncate Table commands

    Lowell (3/20/2012)


    a serverside trace for DML changes is very lightweight; if you have it rollover you won't have to worry too much about log file sizes,a nd it may help...

  • RE: Select unique records to insert

    Please provide DDL for the tables, sample data, and DML of your query for us to help.

  • RE: Prevent or log Truncate Table commands

    SQLHeap (3/20/2012)


    While I agree that limited access is the best answer, I just arrived and am trying to do just that. Until I sort out the security issues, how...

  • RE: Prevent or log Truncate Table commands

    Well... You could prevent it by not letting people have access to production databases who shouldn't or are incompetent 😉

  • RE: about backup

    As Gail mentioned, you need to know your company's requirements. For example, our company does not require point in time backups and require a maximum data loss of 1...

  • RE: unable to connect to localhost

    dunne.neal (3/20/2012)


    if i go to configuration manager the only service in the SQL Server Services list is SQL Server Integration Services 10.0

    if i go to services.msc

    then that is also the...

  • RE: Creating a text file in SQL Server 2008 on a remote - non domain PC

    Andy Reilly (3/20/2012)


    not on a domain (we don't have one). I'm using windows authentication - with the same user set-up on the remote PC.

    How can the same user be...

  • RE: unable to connect to localhost

    dunne.neal (3/20/2012)


    anthony.green (3/20/2012)


    can look in config manager or services.msc, looking for a state of running or started depending which you look at

    which service should i be looking for?

    thanks

    MSSQLSERVER

  • RE: unable to connect to localhost

    Start by opening up SQL Server Configuration Manager and verifying that the services are running (SQL Server Service).

  • RE: Unexpected table grow .

    michael wang-201906 (3/20/2012)


    you are right, 10 rows been deleted insert every min.

    the reason I do so is, i put all 'open' PO into this temp table, keep updating the status\details...

  • RE: Unexpected table grow .

    michael wang-201906 (3/20/2012)


    thank you , guys:

    1. there is no index on this table. because it has been deleted\inserted all the time, and only about total 10 records there, i didn't...

  • RE: Unexpected table grow .

    You say "clean a table." What does that mean? Are you deleting records? How many? Please post DDL for the table and DML for the job as...

  • RE: Side-by-side Data Regions (SSRS2008)

    You can defnitely do this with SSRS. You may need 1 or more subreports, but it is definitely doable. The right would be the subreport.

  • RE: Coding Standards

    Artoo22 (3/19/2012)


    Jared, do me a favour please. Find sp_spaceused and modify it. What do you think? Good code laid out badly.

    I just looked at this one specifically... This layout is...

  • RE: Coding Standards

    Artoo22 (3/19/2012)


    Jared, do me a favour please. Find sp_spaceused and modify it. What do you think? Good code laid out badly.

    I understand what you mean by laid out badly. ...

Viewing 15 posts - 1,366 through 1,380 (of 2,647 total)