Forum Replies Created

Viewing 15 posts - 331 through 345 (of 612 total)

  • RE: Enable CDC on hundreds of databases

    I would recommend creating a Central Management Server and registering each of the databases that will have CDC enabled. You can then run a single statement against all of...

  • RE: Restoring the Database

    Perry Whittle (9/26/2014)


    kevaburg (9/26/2014)


    What happens if I perform a backup over the network and I have an outage?

    It will fail and you'll need to restart the backup from the...

  • RE: Restoring the Database

    Hi Folks,

    I don't know if I should start another thread for this question but I think here is appropriate....

    What happens if I perform a backup over the network and I...

  • RE: Restoring the Database

    Hi Folks,

    I don't know if I should start another thread for this question but I think here is appropriate....

    What happens if I perform a backup over the network and I...

  • RE: Email the Auto-growth events that have occurred in the last 24 hours t

    Thank you very much for a really helpful script!

  • RE: User permissions Related

    You could give the user the ALTER TRACE permission and let them run the Profiler when they need it.

    Just be sure to tell them how NOT to use it first...

  • RE: is there any table to know old queries

    The only way to get a historical record of queries run is to run a trace at the time that you want to observe. Otherwise you have dipped-out.....

  • RE: Permissions On view

    The user executing the query must be mapped to database B in order to access the view inthe first place. A securable on the view should then be configured...

  • RE: DATETIME conversion

    kevaburg (8/7/2014)


    Hi Folks,

    I am trying to create a custom filename that has the current date and time appended to the original filename. What I have created up until now...

  • RE: DATETIME conversion

    Cadavre (8/7/2014)


    Or append 114 to your current query: -

    SELECT 'plan_werte_' + CAST(REPLACE(CONVERT(VARCHAR(26), GETDATE(), 112) + CONVERT(CHAR(5), GETDATE(), 114), ':', '') AS VARCHAR(50)) + '.csv';

    Thanks for the answer but the...

  • RE: Data format after SQL Server Export to Excel

    Many thanks to everyone for your input!

    Because this was quite an important job (and also because I wanted to go on holiday!) I decided to export the data for each...

  • RE: [SQL Server 2008R2] SSMS - Unable to build maintenance plan for backup of transaction log file

    StephenNL (3/12/2014)


    In the picture above, I choose transaction log (Transaktionsprotoll in German) and select the database.

    But I guess, with simple recovery no log file is needed.

    No that isnt true. ...

  • RE: High Memory is 70% & growing Fast

    praneethydba (3/18/2014)


    HI,

    Its going high from 52% to 65,70,72 & today 80%...

    tomorrow it may reach 90 & finally 100%...

    You are truly not grasping this. Just because 100% of the memory...

  • RE: High Memory is 70% & growing Fast

    Have you considered the advice of most people here in that you don't need to worry?!

  • RE: High Memory is 70% & growing Fast

    To be honest I would question whether something really is wrong. As has been mentioned in this post, SQL Server will use whatever memory is allocated to it which...

Viewing 15 posts - 331 through 345 (of 612 total)