Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 1,366 total)

  • RE: STRANGE

    Now i requested client to

    1)run dbcc checkdb

    2)enable torn page detection

    and then take a full backup.

    Is that ok

  • RE: STRANGE

    What happens if i enable torn page detection???

    Will it affect performance or any other issues if it is enable in a LIVE Database??

  • RE: STRANGE

    When i run sp_helpdb 'db_name' on database which i restored i got the following message

    Status=ONLINE, Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL, Version=611, Collation=SQL_Latin1_General_CP1_CI_AS, SQLSortOrder=52, IsAutoCreateStatistics, IsAutoUpdateStatistics

  • RE: STRANGE

    Client took the backup from a live database.

    No idea about torn page detection ..how to check that???

  • RE: STRANGE

    I got backup from client only.

    1)Its a full backup

    2)Compatability level 80

    No idea about partitioned tables and other file groups,But i think if there is some other filegroup then at...

  • RE: server roles

    Hi ,

    I found 'sp_helpsrvrole' which gives all server roles and description(full name):D

  • RE: How to import data to excel sheet

    If you are using SQL Server 2005 ,

    import using wizard and there is one option "write query to specify the data transfer" use that.:)

  • RE: getting error to connect server

    Try giving INSTANCE_NAME\SQLEXPRESS,1433..Make sure your SQL Server service is up and running.

  • RE: SQL Server 2005 SP3

    vote vote vote.......................:P

  • RE: Audit the sp's changes

    Select profiler and you can run new trace from there...

  • RE: How to add startup trace flags

    OR

    DBCC TRACEON (trace_flag_no,-1)

    Restart the service to take effect of changes

    OR

    You can enable trace flag using command prompt.

    net stop mssqlserver

    net start mssqlserver -Tflag_no

  • RE: Replace

    Thanks Again 😀

  • RE: Replace

    Thanks JWOL,

    The problem now is the column datatype...

  • RE: Server Hangs

    Deepak thanks for replying..

    The problem is that the issue occured 3 days back and i checked the error logs and server logs but didnt find anything unusual.

    My finding when...

  • RE: Database Connections

    Its a java application which fetches the data from MS ACCESS and imports to SQL server database.

Viewing 15 posts - 1,246 through 1,260 (of 1,366 total)