Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 2,897 total)

  • RE: Database names to be diffrent

    You want to replicate from ServerA to ServerB, and from PROD_DB to TEST_DB ... (databases with different names)  ??   Sure. I don't have any databases with the same name.

  • RE: Access Denied connecting to SSIS

    I found the problem. The user's Windows account needed to be in the Distributed COM Users group on the server. 

  • RE: Access Denied connecting to SSIS

    Thanks ... I probably should have given some more information to narrow it down. Another developer has "sysadmin" rights, and he doesn't have any problem.  Neither do I, also sysadmin....

  • RE: DTS to SSIS: Which Approach ?

    I tried a few with the wizard and they succeeded. But I can't figure out how to edit them. How do you open the damn things ?  I connect to...

  • RE: SQL Database and Tran Log backups on different Maint Plans?

    I use different maint plans for backups & trans logs without a problem. If the log backup tries to run while the full backup is running, it will fail, but...

  • RE: SQL Server 2005 reinstallation

    If all else fails, perhaps you could install it as a different instance.

  • RE: Search Problem

    FYI   IE 6.0

  • RE: Looking for Schema/DDF Script

    Here's my version:

     

    CREATE TABLE [dbo].TableSchema(

    [table_name] [sysname] COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [column_order] [smallint] NULL,

    [column_name] [sysname] COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [column_datatype] [sysname] COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

  • RE: collation

    Our Financial package, Lawson, required that collation for their database. All our other databases use the "normal" collation. We have a few situations where we join tables between Lawson and...

  • RE: text file with inserts and updates

    Without knowing the details, it sounds like DTS should do the job.

  • RE: Alter Table Script Generation?

    In either 2000 or 2005, you can have SQL generate the change script for you, then cut & paste it to run against your other tables. That's what we do....

  • RE: collation

    There are also different collations within English. For example, most of our databases use a collation that is case INSENSITIVE, but one of our databases requires a collation that is...

  • RE: Professional dress attire for an interview. What would you wear?

    I don't then you should even ask them about what to wear on the interview. Then it sounds as if you're trying to get out of dressing up - cutting...

  • RE: creating and deleting backup files

    What are you backing up ?   Is this SQL related ?

  • RE: Generate Create Scripts

    I'm using the SQL2005 Management Studio for my 2000 databases, but Scriptio is only for 2005 databases. Any other ideas for scripting out individual files ?  Currently, I go back...

Viewing 15 posts - 2,476 through 2,490 (of 2,897 total)