Forum Replies Created

Viewing 15 posts - 46 through 60 (of 282 total)

  • RE: SP_TRACE_CREATE. Error

    As i said in my first post i am able to open and create/write/delete files in \\mynetwork\yuvipoy\ path.

    Unable only when i used sp_trace_create function.

  • RE: SP_TRACE_CREATE. Error

    It is in domain account.

    I am logging as dbo.

    What grant permission is needed here and where it is needs to be given ,to which service ??

    GilaMonster (3/13/2015)


    You need to grant...

  • RE: SP_TRACE_CREATE. Error

    Hi Gailshaw,

    This is the Dev server it is kept at the customer place i am trying to access only for few hour.

    GilaMonster (3/13/2015)


    The account that SQL Server is running under...

  • RE: Difference in Time for same query

    During the execution time no other process is running.

    Only the application with this statement is running.

    i checked more than 50 times each time i see there is less time in...

  • RE: Difference in Time for same query

    As i said it is from application, it is not possible to run this query for every execution.

    but my question is if it is cache then second query time should...

  • RE: DB Size

    which option to go with

    a)Reindex DB after huge delete or insert happened

    b)Reindex DB and shrink some one month gape

    c)Shrink and Reindex DB some 10 month gape

    or better way...

  • RE: Automatic shrink file

    tt-615680 (6/24/2014)


    Dear All,

    I wanted to create a job in SQL which would automatically shrink a Transactional log file or files when the transactional log backup gets to a particular size...

  • RE: Will Database backup help in performance ?

    Stand alone is once the database is created and configured it is no longer in sight of developer.

    Say it is been shipped to customer.

    Database is in simple recovery model.

    the database...

  • RE: Trace file failed to create table

    Lynn Pettis (5/23/2014)

    The trace may have stopped but you still need to close it in order for it to release your trace file.

    How to close the trace in order to...

  • RE: Trace file failed to create table

    Lynn Pettis (5/23/2014)

    The trace may have stopped but you still need to close it in order for it to release your trace file.

    Atcually i restarted my pc and also moved...

  • RE: Trace file failed to create table

    actually beyond 98 mb the trace stopped.

    i mark the trace for 10 hour , it ran only for 7 hours which reached 98 mb after that there is no...

  • RE: Trace file failed to create table

    I switched on the trace of 10 hour since the hits are going to small in the database.After 98 MB it automatically stopped i dont know why?

    It has passed 10...

  • RE: Trace file failed to create table

    I am using express edition so there is no profiler to load the trace file 🙁

  • RE: GUID vs BIGINT

    on newsequentialid() below is the table fragmentation level

    - Scan Density [Best Count:Actual Count].......: 92.33% [17644:19110]

    - Logical Scan Fragmentation ..................: 38.06%

    - Extent Scan Fragmentation ...................: 7.83%

    is this ok?

    this one was with...

  • RE: Ghost records still exits

    If i ran this query after deleting records i am able to see the transaction information

    DBCC PAGE (RH_USER700, 1, 274, 3) WITH TABLERESULTS

    checked after 4 hour still the same.

    what does...

Viewing 15 posts - 46 through 60 (of 282 total)