Forum Replies Created

Viewing 15 posts - 8,041 through 8,055 (of 9,244 total)

  • RE: DELETING BACKUP FILES USING A SCRIPT.

    emily-1119612 (4/21/2010)


    I gave up on xp_delete_file.

    it does work extremely well if you take the time to get to grips with its parameters

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

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

  • RE: The specified Network password is incorrect

    karthik -450760 (4/21/2010)


    Ahhhhh.. :w00t:

    I tried to login to the server through Remote desktop connection and I got the error message ,

    " The account is configured to prevent you from...

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

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

  • RE: The specified Network password is incorrect

    CirquedeSQLeil (4/21/2010)


    But can the OP logon to the same server that is having the problems with that user account?

    is why I suggested login to server if account or domain is...

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

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

  • RE: The specified Network password is incorrect

    My reply says logon to the server not SQL server 😉

    the best way to check an accounts validity is to logon to the server, true it doesn't have to be...

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

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

  • RE: The specified Network password is incorrect

    firstly logon to the server with the account details and verify success.

    Next, change the service account info and enter the new password via SQL Server configuration manager

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

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

  • RE: How do you do DB builds?

    Subversion is a great source control product, highly recommend it!

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

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

  • RE: 2008 Vs LiteSpeed

    Couldnt agree more! Litespeed or SQLBackup are both great products.

    Redgate offer generous discounts too which make the product affordable and it has great features. I use it and recommend it!

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

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

  • RE: H A advice

    if you only want a 2 node cluster Std edition should suffice. You will lose a few other features but its still an option

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

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

  • RE: Is Primary key clustered index different from Unique key clustered index??

    to further my point and using Pauls kind example

    the following would fail and hence, would only allow a single NULL value

    USE tempdb;

    GO

    CREATE TABLE dbo.Parent

    ...

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

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

  • RE: Backup SA password before change

    sorry my bad that is only for SQL 2005 onwards

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

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

  • RE: Reindex minimally logged - Does not work

    just out of interest what version SQL server are we talking here?

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

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

  • RE: Is Primary key clustered index different from Unique key clustered index??

    WayneS (4/20/2010)


    Perry Whittle (4/17/2010)


    when referring to key constraints

    Primary key does not allow NULLs

    Unique key allows a single NULL value

    so the 2 are different in that respect

    I was just thinking about...

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

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

  • RE: How to find installed instances

    mate, your keen this thread is over a year and a half old 🙂

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

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

  • RE: Reindex minimally logged - Does not work

    are you seeing this on all databases that are having indexes rebuilt??

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

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

  • RE: Backup SA password before change

    run this on each server and it will create an alter login script with the old password

    select 'alter login [sa] with password = ' +

    sys.fn_varbintohexstr(password_hash) +

    ' hashed' +...

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

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

Viewing 15 posts - 8,041 through 8,055 (of 9,244 total)