Forum Replies Created

Viewing 15 posts - 1 through 15 (of 217 total)

  • Reply To: Index performance: Can Mix of lower and upper case cause issues?

    HI FOLKS

    ill go back and check the index's being used on both to ensure both the same (its the exact same query using exact same front end application) only the...

  • Reply To: Tempdb: is it being used?

    guys, thanks so much for the replies and detail given. time for me to renew some knowledge (Busy IT Manager/Jack of all trades/Master of none issue)

    think i eventually got my...

    • This reply was modified 4 months, 2 weeks ago by  dopydb.
  • Reply To: Tempdb: is it being used?

    hi folks

    really appreciate the feedback here guys, although i am now in a state of, what the hell do i do now - which is no bad thing, lets revise...

    • This reply was modified 4 months, 3 weeks ago by  dopydb.
  • Reply To: Tempdb: is it being used?

    EXECUTE [dbo].[IndexOptimize]
    @Databases = 'Kinetic,Doclink2,ESCDB',
    @FragmentationLow = NULL,
    @FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
    @FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
    @FragmentationLevel1 = 5,
    @FragmentationLevel2 = 30,
    @SortInTempdb = 'Y',
    @UpdateStatistics = 'ALL',
    @FillFactor = 90,
    @OnlyModifiedStatistics = 'Y',
    @LogToTable = 'Y'
  • Reply To: Tempdb: is it being used?

    Jeff

    look at my reply above , thats a five day window!

    the scripts i use for indexing are just the standard ola hallengren scripts

    And as i said, normal erp sql activity...

  • Reply To: Tempdb: is it being used?

    hi Brian

    my query is more - why is no space ever being being used beyond 50mb? it has the most transactions/sec

    below shows past 5 days, top chart is space used,...

  • Reply To: sql time zone conversions

    now i am confused - the query i have seems to have the correct offset using

    [_TIMESTAMP] at time zone 'GMT Standard Time' AT TIME ZONE 'UTC' as _Timestamp_1

    data

    7615 UNI.S7.ROBOT.EFFICIENCY_DAY 0...

  • Reply To: sql time zone conversions

    hi Jeff

    the data is datetime as below, data sample attached

    we have lots of these views for various sensors, so i just want to ensure i can write this view that...

    Attachments:
    You must be logged in to view attached files.
  • Reply To: sql time zone conversions

    hey ya, started working on the obvious - what ratbak said, just haven't had time to finish

    so basing it on the logic that

    SELECT substring(current_utc_offset,2,2) FROM sys.time_zone_info WHERE NAME = 'GMT...

  • Reply To: sql sleeping sessions with old open transactions

    thanks folks for input

    no never checkpointed,

    i guess my main question is, could these sleeping transactions cause me performance issues?

  • Reply To: sql sleeping sessions with old open transactions

    hi Grant

    in 4 days we have built up over 500 of these transactions that sleep/open again

    is that normal?

     

    mal

  • Reply To: Extract Characters after symbol from the end

    great stuff Des, perfect

     

    mr

  • Reply To: Extract Characters after symbol from the end

    meant to say length is variable such as CL-318-AA-1.233

    so i cant use SUBSTRING(REVERSE(part),5,2)

  • Reply To: backup to azure

    got sql updated with all patches etc and it worked 100% perfect!

     

    cheers all for feedback

     

    mal

  • Reply To: backup to azure

    i am using the below command as advised on the link, but having no luck at all!

    BACKUP DATABASE [ShopFloorDataSystemE10Live]
    TO URL = 'https://name.blob.core.windows.net/sql/test1.bak'
    WITH CREDENTIAL = 'az'
    ,COMPRESSION...

Viewing 15 posts - 1 through 15 (of 217 total)