Forum Replies Created

Viewing 15 posts - 301 through 315 (of 1,079 total)

  • RE: Sequences I

    got it wrong, as the correct answer wasn't listed.

    your syntax is wrong in, sequence wouldn't be created to start of with...no increment value, no 'AS'..etc.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Autogrowth =None

    if in the same group it should use the new data file.

    if you can afford some downtime, i would advise moving the original datafile to the disk with enough...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Autogrowth =None

    Autogrow is set on files, not filegroups.

    If you add another mdf (data file) enable autogrow on it.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Autogrowth =None

    Means the allocated space for the data file, is all you are providing.

    NO additional growth can take place on a 100% full data file.

    Change autogrow to a value of...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: SQLServer 2000 Using Ram

    It means 3gb ram is reserved for SQL Server.

    When you stop MSSQL - the 3gb is released.

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

    1)how to call stored procedure in ssrs reports ?plz tell me the process

    2)how to call userdefined functions in ssrs reports ?plz tell me the process?

    Answer to both Questions:

    T-SQL calling proc's...

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

    Yeah, dont think DM is the right tool for your game....

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: System Databases on C or with User Databases?

    If you have enough disks, best setup would be:

    Sys db's on own disk, but have tempdb on its own drive.

    user db's on own disk.

    split mdf and ldf's as well.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: is it possible to run a query for all SQL jobs that ran at a specific time?

    dbo.sysjobhistory

    dbo.sysjobs

    These tables in msdb contain all job information, join them on job_id.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 performance counters missing

    when you refer to perf counter being missing, where did you look for them?

    Perfmon?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Problem with Windows Autentication

    Run this query:

    SELECT

    CONVERT (varchar(30), GETDATE(), 121) as runtime,

    dateadd (ms, (a.[Record Time] - sys.ms_ticks), GETDATE()) as [Notification_Time],

    a.* , sys.ms_ticks...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 use data mining for simulating football game?

    a cube is a multidimensional structure of data, consisting of dimensions and meaures.

    See it as a very clever and programmable Pivot Table. <- 😎 Yes, I said that.

    Good starting point...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: need reply urgenttttttttttt for a login in securable option in sql server it is commming value doesnot fall within the range (.sqlmgmt) how to solve this

    we are working in clinet location in banking environment so its not possible from my opinion its very long process to get license to all and if u can share...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: need reply urgenttttttttttt for a login in securable option in sql server it is commming value doesnot fall within the range (.sqlmgmt) how to solve this

    You can upload the screenshot in the forum.

    You are still running SP3 for SQL 2005. A simple SP4 upgrade should fix the component of SSMS that's not functioning.

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=7218

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: need reply urgenttttttttttt for a login in securable option in sql server it is commming value doesnot fall within the range (.sqlmgmt) how to solve this

    Please run SELECT @@VERSION and post results.

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