Forum Replies Created

Viewing 15 posts - 46 through 60 (of 162 total)

  • RE: Databas Shrink

    its unlikely to shrink while there is an active connection, try disabling the account that's connecting and try again. Ensure you are aware of the impact of doing that...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Back Up database in Network Location

    dineshvishe (5/24/2013)


    1)Check you should full access on \\CONFERENCE-PC\PrimaLink Share\Pratip.

    2) create text file and delete for test purpose.

    3) Once you have right then take backup.

    point 2 would only be valid if...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Databas Shrink

    Paul Treston (5/24/2013)


    Hello there,

    I have a database where we have archived and purged 95% of the data, leaving a 230GB file where only 7GB of it is in use by...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Back Up database in Network Location

    Funnily enough I've just had a similar problem but with a local backup path. I had to add the sql ENGINE service account to the backup folder not the...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Back Up database in Network Location

    niladri.primalink (5/24/2013)


    [font="Verdana"]Hi All,

    Yesterday I installed 2012 and trying to know its features. Here I am facing a problem. I am trying to take back up of my AP database in...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: The Job Posting - Do I really have to be the SQL God?

    Great article! Some really good pointers there!

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: cluster

    sqlfriends (5/23/2013)


    Loundy (5/23/2013)


    Did you physically install 4 instances (all with different names)? or did you install an instance on node A then add the instance on Node B (for...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: cluster

    Did you physically install 4 instances (all with different names)? or did you install an instance on node A then add the instance on Node B (for both instances)...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: SQL Server Setup failure

    Have you tried a different set of binaries? I've had issues before with the binaries I was using so used a different set and it worked ok.

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Moving from SQL 2012 Enterprise to Standard - possible?

    unfortunately downgrade isn't possible.

    you could install standard next to enterprise and copy the dbs to it before uninstalling to minimize any downtime, but as mentioned, back your dbs up first...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: space issue

    ramyours2003 (5/17/2013)


    no space in data file , unable to shirnk.

    You need to purge some old data first - whether that is permanently deleting it or moving it to another db...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: space issue

    Eugene Elutin (5/17/2013)


    ramyours2003 (5/17/2013)


    We donot have space in database ,and the disk is fulled because of mdf's . how to release space on the drive

    Delete something! 😉

    http://msdn.microsoft.com/en-us/library/ms189493.aspx

    ROFL - that...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: How to convince people for small changes

    Could you find the inserts / updates for this table and baseline the I/O, execution time for them WITH the indexes in place then baseline WITHOUT. Convert the figures into...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: hight wait type of PREEMPTIVE_OS_AUTHENTICATIONOPS & PREEMPTIVE_OS_LOOKUPACCOUNTSID

    PREEMPTIVE_OS_AUTHENTICATIONOPS could indicate problems talking to a domain controller - not personally experienced this though.

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: What is a semicolon used for in SQL Server?

    In future versions of sql server the ; will be compulsory after a statement too I believe.

    [font="Times New Roman"]There's no kill switch on awesome![/font]

Viewing 15 posts - 46 through 60 (of 162 total)