Forum Replies Created

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

  • RE: database get bigger

    It sounds like this is a new implementation. I've found that with new Sharepoint installations users madly add their old documents and the database grows very quickly initially, but once...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Should I upgrade to 2008 for the MERGE option?

    To answer your original question: Should you upgrade to 2008 for the MERGE statement?

    I'd have to say if that is the only reason you have for upgrading then probably not....

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: database get bigger

    sqlfriends (7/19/2011)


    We have a sharepoint database getting bigger quickly.

    Now it is about 11 gb.

    Also what version of Sharepoint are you using?

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: database get bigger

    As Jason says 11GB isn't very large.

    Could you give a bit more detail here? Like what is the growth rate? Are there any specific tables that are unusually large? Are...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Newbie DBA - what do I order?

    Be careful about buying SQL 2008 vs SQL 2008 R2.

    In R2 Standard Edition Microsoft have limited the memory usage. In 2008 it was OS Maximum, but with 2008 R2 this...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Error: The endpoint is a duplicate

    After much research that lead no where, I came across an unrelated article that mentioned the DCOM component MSDtsServer100 and configuring it's end points, so I did a bit of...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Error: The endpoint is a duplicate

    Further to my original post, I've now been able to link an error in the application event log on the server I'm trying to connect to:

    Date ...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Can I copy ONLY the .mdf file to another server, to move a database? Can I make the data file consistent w/o the T-Log?

    Scripting restores for 130 odd databases isn't that much trouble since all the information is in tables you can create a single script that generates the restore scripts for all...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Error: The endpoint is a duplicate

    Further to my previous e-mail I hve picked up that there are 2 installations of SSIS 2008R2 on different servers in the domain, both running under the NT Authority\NETWORKSERVICE account.

    When...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: pipe Delimited

    You can try using BCP and define the -t and -r switch both as |.

    C:\Users\leo>bcp scratch.dbo.TestTable out C:\temp\pipeOut.txt -S MyTestServer\SQL2008 -T -t"|" -r"|" -n

    I tried the above and it accepted...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: How to change model db owner?

    Much lower risk is to backup the database, then log on with the sa account, then restore it from the backup you just created. The database will be owned by...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: temp table in user database?

    If you could expand on the actual issue there may be a solution out there. I don't see that using temp tables should cause locking, and TempDB growing isn't in...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Degrading Service Performance Over Time

    What about chached query plans? These are cleared on startup, could the cached plan no longer be effective? Have you tried doing a DBCC FREEPROCCACHE and seeing how things perform?

    Also...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Can we access Secondary Server in Logshiiping

    Change is Required (6/8/2011)


    Can we access Secondary Server in Logshiiping or Can we mirror server in mirroring .?

    if yes explain

    As has been mentione the answer to the first question...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Clearing out memory that SQL Server uses???

    If you are really concerend you can do a DBCC DropCleanBuffers, but remember this will also affect performance as it flushes all currently "clean" buffers from the buffer pool, where...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

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