Forum Replies Created

Viewing 15 posts - 691 through 705 (of 1,079 total)

  • RE: You'd think I'd have learned...

    Typing "Sel" or "Ins" etc...and pressing Tab, waiting for auto complete...like cmd.....

    :pinch:

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Query takes too much time

    Select Distinct FLTNBR,STARTTI

    :w00t:

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 2008 Certification

    I completed the cert.....

    use BOL.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Job Failed

    You will need to provide the error on Step level, and not only package level.

    Go into the SQL Agent, under jobs, drop down the specific job, focus on the step...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SP Issue in SQL 2008

    make use of COLLATE before your "IN"...

    COLLATE Latin1_General_CI_AS

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Interview Questions

    Could you please gimme some question based on this or some topics which might help me at this point???

    they could as you to explain what you will do when presented...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Data From Excel To MS-SQL

    use:

    1. SSIS

    2. Import/Export Tool

    3. Tsql

    right click any database, tasks, Import data...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Know Backup Date using DB backup file

    I am getting a bit confused about what you actually want....

    Instead of giving your backups custom names, do default backups in sql server which will include a date and timestamp....example:...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Know Backup Date using DB backup file

    in windows explorer you can view the modified date as a column header.

    activate it if it's not there by default (which it should be)...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Interview Questions

    Familiarize yourself with how SQL Server utilizes CPU and Memory from the Host.

    Read up on AWE & PAE, maximum & minimum memory usage; Lock pages in memory; differences in 32bit...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Know Backup Date using DB backup file

    SELECTt.name as [DB Name],

    t.user_access_desc as [Access State],

    t.state_desc as [Online/Offline],

    ((SELECT (CASE t.is_in_standby WHEN 0 THEN 'No' WHEN 1 THEN 'Yes' ELSE 'Other' END))) as [In Standby],

    (COALESCE(Convert(datetime, MAX(u.backup_finish_date), 101),'Not Yet Taken')) as...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 6.5 and Y2K

    Jason, I'm actually aware of a few places who are forced by legacy apps to run 6.5....and by the looks of this:

    Correct answers: 38% (54)

    Incorrect answers: 62% (89)

    Total...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Performance

    http://www.sqlservercentral.com/Forums/Search1-2-1.aspx?SessionID=qqepqxjqectt1q45bhztsfqb&SortBy=12&SortOrder=1

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: AWE

    There is another side to this.

    If you are running a 32bit OS, you'll need to make use of the PAE switch in the Boot.INI as well, to allocate more than...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Remote Server Hosting

    To start off with, Express is free.

    Express 2008 R2 will support up to 10gb DB, anything earlier will only support 4gb.

    There are memory limitations etc....

    Read up on all the differences:

    http://www.microsoft.com/sqlserver/2008/en/us/editions.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

Viewing 15 posts - 691 through 705 (of 1,079 total)