Forum Replies Created

Viewing 15 posts - 8,116 through 8,130 (of 9,244 total)

  • RE: Cannot seem to get INSTALLSQLDATADIR to work for me

    what is the full command line you are using?

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

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

  • RE: SQL admin account gone

    its worth pointing out that if the deleted account is not spotted straight away, the default trace may not be helpful. Depending how busy the server is as to how...

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

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

  • RE: SSPI handshake failed with error code 0x8009030c

    SPNs can be a problem here too

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

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

  • RE: Trying to install SSMS 2008...

    Your welcome!

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

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

  • RE: Trying to install SSMS 2008...

    darth.pathos (4/2/2010)


    When I load the dvd, I get a list of links "Planning", "Maintenance", "Tools", etc.; nothing to indicate "Workstation Components", "Client Side Tools", or anything else. When I...

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

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

  • RE: Need to give Developer access to create stored procs

    GSquared (4/2/2010)


    You can grant the right to create procedures specifically.

    Would look like this:

    GRANT CREATE PROCEDURE TO bob;

    if granting the rights granularly as GSquared posted, just bear in mind that you...

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

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

  • RE: Default Index Fill Factor

    Hi

    cant speak for SQL 6.x or 7 but certainly from 2000 on the default of 0 is 100% thats what i have understood and read.

    Yes you probably want to change...

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

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

  • RE: SQL side by side install - but not completely

    Paul White NZ (4/2/2010)


    One real-life experience was of running a 2000-only application in compatibility mode, which failed because occasional batches included the *= outer join syntax.

    I too have had...

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

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

  • RE: how to restore backup from sql 2000 (32-bit) to sql 2008 (64-bit)

    especially ensure the first thing you do after restoring or attaching the database to SQL Server 2008

    is to run

    DBCC UPDATEUSAGE

    see the following link

    http://msdn.microsoft.com/en-us/library/ms188414.aspx?ppud=4

    you may have to leave the compatibility level...

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

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

  • RE: Login failed for user - Microsoft SQL Server, Error: 4064

    paulc.byrum (3/26/2010)


    Perhaps, my problem is that I have several instanaces of SQL Server. They are:

    SQL Server 9.0.4035 (SharePoint instance)

    SQL Server 8.0.2055 (Standard edition)

    SQL Server 8.0.760 (MSDE)

    SQL Server 9.0.4053 (Express Edition)

    The...

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

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

  • RE: Login failed for user - Microsoft SQL Server, Error: 4064

    paulc.byrum (3/31/2010)


    I tried:

    sqlcmd -E -d master -S \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query

    and then:

    ALTER LOGIN [PBTF\Group - IT DB Admins] WITH DEFAULT_DATABASE = master

    No errors running the command, but I still see Error 4064 in...

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

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

  • RE: SQL Server licensing information

    Hi Shawn

    yes, as previously mentioned you need to have the paper proof which normally the DBA doesnt have access to (only the admins or bean counters 😉 ). If the...

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

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

  • RE: SQL Server licensing information

    Hi

    you could use the following but as already mentioned it will probably not be helpful as paper proof is the norm now

    select serverproperty('Licensetype'), serverproperty('Numlicenses')

    However these details can be entered onto...

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

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

  • RE: Resize Transaction Log Default Size to Less Than It's Current Size

    Jeffrey

    i understand exactly where you were coming from.

    All

    From BOL

    However, if the old log file is not found and if the database was shut down cleanly and has no active log...

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

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

  • RE: using Ghost.exe with SQL database

    SQL Server should really be installed after the computer name is changed, having said that

    check the following link from MS

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

    ensure each clone is prepped properly (new SID and computer name)

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

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

Viewing 15 posts - 8,116 through 8,130 (of 9,244 total)