Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,079 total)

  • RE: The Ol' PLE

    Hi Gail, just by looking at the service in Task Manager it's obvious it is idle.

    Any ideas?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Not able to drop Database

    Your last reply confused me a bit but I think you meant you can't get the affected DB in offline mode?

    ONLY if the above is true AND you intend to...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: CPU USAGE IS 100%

    open your Windows Resource Monitor to view which process is resource intensive:

    From the Run box (windows key+R), enter

    C:\Windows\System32\resmon.exe

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Display group with maimum value in SSRS

    http://www.sqlservercentral.com/articles/Reporting+Services/106306/

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Not able to drop Database

    Run the following to determine who and how many connections are open against which DB's

    SELECT

    ...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: CPU USAGE IS 100%

    Just because SSMS takes long to open doesn't mean SQL is the cause.

    Your CPU utilization could be caused by any other process on your server, and you'll need to...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Can we install SQL 2012 enterprise edition on windows 2012 standard edition

    yes.

    http://msdn.microsoft.com/en-us/library/ms143506.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: datetime and condense

    Koen Verbeeck (1/28/2014)


    philosophaie (1/27/2014)


    How do you write the date and time into datetime?

    You mean assigning a literal value to a datetime variable?

    DECLARE @datetime DATETIME;

    SET @datetime = '2014-01-28T08:26:14';

    SELECT @datetime;

    philosophaie (1/27/2014)


    And correct...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Calendar Control in SSRS

    Make use of parameters for a start and end date, or a date as a single value, depending on your requirements.

    Add a parameter as Date/Time Type, Set the Default Value...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 2005 STARTING PROBLEM

    Well, did you

    consult the event log or other applicable error logs for details"

    ?

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

    create procedure _sp_importexceldata

    (@Source varchar(1000)

    ...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Connectivity issue

    myhost\myinstance -- does not work

    Are you referring to "myhost" as the SQL Cluster Virtual Name or the local active node?

    Use the SQL cluster name instead of the node name or...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: I am getting learn to post,am i correct now??????? What will be your reply for this???????

    Was there a question?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Parallel Data Warehouse for OLTP

    http://msdn.microsoft.com/en-us/library/ee730351.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: I need the code part for splitting the row into different columns?

    looks like the results from a csv/txt file?

    Tried using SSIS and selecting "First column is headers", delimit it properly to assign columns?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 - 226 through 240 (of 1,079 total)