Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 2,487 total)

  • RE: Challenge

    How about posting to a more appropriate forum than "Question of the Day (QOD)" ??

    Well I checked Books Online for you and found the you can't rollback the restore command.

    --------------------
    Colt 45 - the original point and click interface

  • RE: An Introduction to the Service Broker

    Nice article.

    However, I've yet to see a "real world" example for Service Broker, anyone got any links?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Giving pain to DBA

    So what is the exact syntax you used for the shrink command?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Dynamic Properties Task

    From my script you can see what properties I'm using to get the information. You just need to modify the script to update those properties to the new values you...

    --------------------
    Colt 45 - the original point and click interface

  • RE: trying to import data from foxpro database

    Records that can not be imported are re-directed to the log file.

    In SSIS (DTS in 2005) you can actually direct these to a database table.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Giving pain to DBA

    Sorry but I have to be "bookish". If you can't read Books Online you should put up with "bookish" replies.

    What recovery mode is...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Use store procedurt in dts and rollback all step when store procedure fail

    Set the transaction properties on the Advanced Tab of the Package Properties dialog.

    Check the workflow properties for the preceeding steps to make sure they "Join Transaction if Present" ticked.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: sql server /report services/ISS

    You can run reporting services on a seperate server, but then you need an additional SQL license for that server.

    Check the licensing FAQ at Microsoft website.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Global variables in SQL task

    Ahhh ... dumb question, but you never know ... what is the datatype of the field you're updating?

    As a test to rule out a SQL task problem. How about running...

    --------------------
    Colt 45 - the original point and click interface

  • RE: trying to import data from foxpro database

    You could also save the package the wizard creates. Then edit the saved package. On the Options tab of the datapump properties, setup the logging of source and destination error rows,...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Dynamic Properties Task

    You'll need to write a short VBScript to bulk change all your packages. Take a look at my script over here and modify as necessary,

    http://www.sqlserver.org.au/resources/ViewResource.aspx?resourceId=40

    For setting up your packages...

    --------------------
    Colt 45 - the original point and click interface

  • RE: MSDE???

    If you did a defaut install of MSDE then you will need to manually enable the appropriate network protocols before the server is accessible on the network.

    Use the Server Network...

    --------------------
    Colt 45 - the original point and click interface

  • RE: FOR XML AUTO, ELEMENTS result into a varchar or nText

    You can use OPENROWSET to get the xml data into a variable.

    EG:

    DECLARE @var Varchar(8000) 
    SELECT @var = CAST (a.[XML_F52E2B61-18A1-11d1-B105-00805F49916B] as VARCHAR(8000)) 
    FROM OPENROWSET('MSDASQL', 
       'DRIVER={SQL Server};SERVER=<YOUR_SERVER>;UID=<USERID>;PWD=<PASSWORD>', 
       'Select *...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Decrypt DTSRun package name

    You can't decrypt the DTSRUN command line. It's a combination of package name, package guid, server connection details and any necessary parameters.

    You cuold try running SQL Profiler to see what...

    --------------------
    Colt 45 - the original point and click interface

  • RE: FOR XML AUTO, ELEMENTS result into a varchar or nText

    Please don't cross post.

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=169&messageid=194572

     

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 1,081 through 1,095 (of 2,487 total)