Forum Replies Created

Viewing 15 posts - 7,261 through 7,275 (of 9,244 total)

  • RE: Tracking down users that run sp_configure

    gemisigo (2/22/2011)


    The trace is already running, but it can only catch the villain :alien: after 'committing' 😀 the crime. And it causes log backups to be missing. I'm willing to...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Tracking down users that run sp_configure

    Scripting jobs is way too much hassle. In this order

    Run server side trace

    Identify culprit

    Slap heads

    😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Tracking down users that run sp_configure

    gemisigo (2/21/2011)


    It started recently that for every few days the maintenance plains start to fail causing log backups to be missing. I read many different forums and found out that...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Active Directory Pull - Getting Errors

    i would use a csvde query to dump to CSV file and then import this into a sql server table, bit convoluted but in my opinion much better all round

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SSIS On a SQL Cluster

    Leo.Miller (2/14/2011)


    Can the file be modified to allow you to see multiple package stores on disk?

    Cheers

    Leo

    The following link quotes

    Books On Line


    You can modify the configuration file to allow...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restore Permissions after database refresh

    this thread is a year old!!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: In Synchronous mode mirroring, what happens if a transaction fails to commit on Mirror?

    in synchronous mode if the transaction does not commit on the mirror it is not committed on the principal. This is the idea of synchronous mode, the principal waits until...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Can we restore SQL 2000 master db to sql 2005 mster db

    Another Reason: sql 2005 has a new system db MSSQLSystemresource db which has system info,where as in sql 2000 master has all system info.

    is this also a reason.

    😉 answered your...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Database Shrinking not working / problems with Image field

    are you deleting all the data in the table or just image columns, truncate gets around this issue but does remove all data. This article may also explain a little...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Just Installed, Unable to Authenticate into SSMS

    Derrick Smith (1/31/2011)


    I remember one bug in 2008 where you enter the domain groups for a cluster install...if you wanted to use the same group in both boxes, you had...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Just Installed, Unable to Authenticate into SSMS

    probably be something along the lines of

    C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log

    the setup failure will display the log file name and path!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Table Restore

    iamsam.sandeep (1/31/2011)


    I have a Full Database Backup , now if i have to restore only one Table in that Database. Can anyone please let me know how to do it....

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Missing one Log backup from Log shipping

    has someone taken a full backup of this database by any chance?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: need to rebuild syspolicy_purge_history

    copy the job from another server and don't forget to change the computer name in the job step 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How To Get List of All Servers On The Domain And Store Results In Table

    pipe the output of this into a table

    sqlcmd -Lc

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 7,261 through 7,275 (of 9,244 total)