Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,079 total)

  • RE: SQL statement to find what's missing...

    SELECT DISTINCT [Name]

    FROM TableName

    WHERE Fruit <> 'Apple'

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Recovery model from production dbases

    I would recommend Full on production, but read up on the different types and decide which suites your environment and needs best:

    http://msdn.microsoft.com/en-us/library/aa173531(SQL.80).aspx

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Login Password Encryption

    SSPI:

    http://msdn.microsoft.com/en-us/library/aa380493(VS.85).aspx

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Login Password Encryption

    Use SSPI in your web.config, and use an application role, where the ID & Pwd will be save and encrypted in SQL Server.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Credentials Issue

    Suggest you set your credentials in the data source and not the actual report.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: sql server performance if i have unused storedprocedures or objects.

    these sp's, what is your naming convention? please tell it's not SP_yourspcustomnamehere?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Be Responsible

    I agree Steve, and for some weird reason, when opening a post with garbled code and lines of results, erm.. it makes one want to look the other way.

    Not because...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSIS- copy data between two DB

    Violation of PRIMARY KEY constraint 'PK__ClassInfo__7C8480AE'. Cannot insert duplicate key in object 'dbo.ClassInfo'.".

    constraint is stopping the insert as a result of trying to create duplicate keys.

    specify your process to copy...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: MCITP 70-441 and 70-442 exams - guidence

    MS Press Books

    BOL

    and a lot of SSC reading.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Equallogic Performance

    It's true, going virtual holds a lot op pro's but also cons.

    Weigh up the options, and the money you are going to spend, versus your needs.

    It can go both ways,...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Back up into new database

    I agree, take the current backup and rather restore it as the new name.

    This will keep structure etc i place.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: two databases...same name...same instance...is it psbl?

    You cant host 2 DB's with the same name in the same SQL instance, even if you have different filenames.

    Each DB name has to be unique.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Clustered Index Fragmentation

    Read up on Gail Shaw's blog, lots of info and help on all types of Indexes.

    http://www.sqlinthewild.co.za

    She's a ninja when it comes to Indexes.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Dude, Your Fly is Open

    Nice comparison with zipper and bad code, decisions etc.

    I agree Tim, none of us are perfect, so in the event of a "not on purpose" mistake, or even if anything...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: information of deleted job

    Agreed.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 916 through 930 (of 1,079 total)