Forum Replies Created

Viewing 15 posts - 9,691 through 9,705 (of 9,720 total)

  • RE: Multiple collation and tempdb

    Individual database collations can be "changed" when they are created, but the System DBs get their settings from the server itself.  So, if you want to change TempDB, you'll have...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Importing Identity field values to SqlServer 2005

    Simpler way to do this?  No.  SSIS is capable of doing so much more than DTS that the this task has become a bit more complicated rather than being streamlined.

    However,...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Importing Identity field values to SqlServer 2005

    Glad I could help.  @=)  And my apologies for the initial mis-direction.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Importing Identity field values to SqlServer 2005

    You are correct.  I mis-spoke.

    Try this:  Pull over a Data Flow Task.  Double-click it or Click the Data Flow Tab and arrow down to the Data Flow Task if it's...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Importing Identity field values to SqlServer 2005

    Are you just doing a data transfer?  No triggers, etc.  If so, maybe what you need to do is resort to an Execute SQL Task and stick a SELECT statement...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Importing Identity field values to SqlServer 2005

    Is this field truly a plain vanilla Identity column?  Does the destination table have two different columns, one pulling the Ident from the source and the other its own Ident...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Moving SSIS packages to another server

    Look up the keywords "exporting packages" in Books Online for all the various methods of moving SSIS packages.  The wizard can be found by Right-clicking the package in question.  It's...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Importing Identity field values to SqlServer 2005

    You need Identity Insert set to ON. 

    The best way to do this is to insert two Execute SQL Tasks, one before the import and one after the import.  The first...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Tools You Need

    If you look under Tools -> Options in SSMS, you'll see an item called Source Control.  If you set it to Visual SourceSafe, you can create (inside SSMS) projects that...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Using a variable to reference root folder in multiple foreach loop containers

    Thanks for the info, Casper.  I'm still learning this stuff myself, so every bit of info is incredibly helpful.

    Glad you got yours working.

     

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Replace a string in an NTEXT field

    Okay, I see your point.  I just tested it in 2k5 and got the same result when using a real Create Table / Update Table statement.  Which doesn't make sense...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Open Import/Export Wizard in BIDS

    You have to have a solution open before you can find it.  Then look in Solution Explorer, you'll see the project name and 3 folders underneath it.  Data Sources, Data...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Conditional Branching???

    You're welcome and I'm glad you could get it to work.

     

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Error starting debugging. (Microsoft.DataTransformationServices.VsIntegration)

    Well, at least you got it fixed. @=)

     

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • RE: Using a variable to reference root folder in multiple foreach loop containers

    The way I've gotten around being able to set the root folder is this.

    I create a Global Package variable and set a default value of whichever folder I want.  Then...

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

Viewing 15 posts - 9,691 through 9,705 (of 9,720 total)