Forum Replies Created

Viewing 15 posts - 7,036 through 7,050 (of 9,643 total)

  • RE: Managing Transaction Logs

    GilaMonster (10/31/2008)


    Jack Corbett (10/31/2008)


    Very nice article Gail. Clear, concise, and to the point. Sounds like a follow-up on how the checkpoint and lazy writer work would be good.

    Thanks....

  • RE: Does SSRS support CSS files?

    I don't think SSRS supports CSS. The way to have consistency is to provide custom templates for report creation.

  • RE: Restoring SQL DB

    From BOL:

    Copying a database using BACKUP and RESTORE

    The following example uses both the BACKUP and RESTORE statements to make a copy of the AdventureWorks database. The MOVE statement causes the...

  • RE: Managing Transaction Logs

    Very nice article Gail. Clear, concise, and to the point. Sounds like a follow-up on how the checkpoint and lazy writer work would be good.

  • RE: Join between two tables in which one of them contains Xml datatype

    Wow, not a fun or real performant thing to do. First you need to return the data from the XML column of the product group table as a table...

  • RE: Halloween

    Hey, practical jokes on Halloween are acceptable. It is TRICK or treat, and sometimes we'd rather of the treat of playing a trick!

  • RE: Unable to delete Mail profile

    I assume you have been trying to run the delete using SSMS. Have you tried just using the sp in T-SQL without the @force_delete parameter?

    select * from msdb.dbo.sysmail_profile

    to get...

  • RE: DDL scripts in remote server

    The account with which you are connecting to the linked server needs to have the proper permissions on the linked server and in the database(s) on the linked server.

  • RE: Unable to delete Mail profile

    What service pack level are you on? I think this was fixed in SP2.

  • RE: Patindex

    The query you provide should return all rows in tab where '@friends1.com' are the final characters in the email column. If you have any non-blank characters after that string...

  • RE: Problem with Temp table created by exec(@SQL)

    Temporary tables are created within context and when you use dynamic sql you have created a new context, so when you

    create a temporary table within dynamic sql it is...

  • RE: ApexSqlDiff similar aplication

    Kishore.P (10/30/2008)


    one more command available in SQL 2005, TableDiff.exe, try this command, for more info. see SQL BOL.

    TableDiff compares data in tables with the same schema. If the schema...

  • RE: date modified from a flat file

    I think you need to use a script task to get that information. Or, you can download the File Properties Task from PragmaticWorks that already has that stiff done...

  • RE: Widows service written with c# hangs unexpectedly

    Are you getting any errors logged by your services? Are you seeing any errors in your event logs or SQL Server logs? Have you looked at your SQL...

  • RE: Data Read/Write view in Reporting Services

    I have read about some hacks to "edit" data using reporting services, but probably not the best way to do it. You could provide a link to a separate...

Viewing 15 posts - 7,036 through 7,050 (of 9,643 total)