Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 3,738 total)

  • RE: PK/FK on a same column, INSERT fails

    I just tried to provide a very simplistic example of a Primary Key and Foreign Key scenario to convey the concept based on the question.

  • RE: Creating SSRS programming environment

    You may have one or multiple projects, it depends.

    Reports, Stored Procedures, Functions etc. should be checked in and out of a Source Control Program.

  • RE: PK/FK on a same column, INSERT fails

    airparkroad (7/20/2011)


    So in essence, you cannot have a PK that is getting a FK value from another table?

    For example you could have Order_ID as the Primary Key in the Orders...

  • RE: PK/FK on a same column, INSERT fails

    As was suggested category_db_id by itself is not going to be unique and you need a composite key.

    I do not know what the definition of categoryid and category_scheme_db_id are...

  • RE: OS for SQL Server Whats the Difference

    Your decision should be based on the requirements? Is the intended platform a PC?

    What edition do you plan on installing? This requires some research.

    Not enough information to provide a solution.

    Personally...

  • RE: PK/FK on a same column, INSERT fails

    The query that you are using to populate the code table has more than one category_db_id .

    You will want to alter it to eliminate duplicates.

  • RE: anyway to find bit version on disc?

    jshurak (7/20/2011)


    I've been left with a stack of burnt SQL Server installation disks. Poorly labeled at that. Is there a file or anyway (besides trying to start an installation...

  • RE: One SQL Server Database or Two (Multiple)?

    If you can consolidate the two databases into one that would be the way to go.

    You may have some issues in doing so depending upon a number of variables.

    How much...

  • RE: how to create maintenace plan in sql server 2008

    You will need to set (or check) share and NTFS Permissions.

    The best example that I saw was on the Microsoft Book Managing and Maintaining a Microsoft Windows Server 2003 Environment...

  • RE: how to create maintenace plan in sql server 2008

    Have you verified that Testtech\sqldbadmin has permissions to the share?

    \\Testserver1\sql_backup\FULL_BACKUP\TESTDB\

  • RE: Deleting old files through SSIS?!

    opc.three (7/19/2011)


    Booo... 😛 Do they know that PowerShell 2.0 is bundled with SQL Server 2008 R2 installations? You do have to enable script execution though..maybe its a security thing.

    Here is...

  • RE: Deleting old files through SSIS?!

    WebTechie38 (7/19/2011)


    Well I did look for a SSIS forum for SQL Server 2008.

    I may have missed it.

    Opps, Sorry about that...

  • RE: CXPACKET wait types...

    SQLkiwi (7/19/2011)


    Forget about parallelism - almost no-one understands what CXPACKET really means. Concentrate on achieving an efficient plan, and finding a way to use the techniques shown in the...

  • RE: Deleting old files through SSIS?!

    WebTechie38 (7/19/2011)


    However, after writing a script, I find you can't debug a script.

    Now, I'm not sure if this is the best way to delete old files in SSIS.

    I just have...

  • RE: Deleting old files through SSIS?!

    WebTechie38 (7/19/2011)


    Hello,

    Thanks for the example. Unfortunately, corporate policy won't allow me to do any powershell coding.

    That is why I was trying to do this in SSIS.

    Thanks,

    Tony

    I have done this...

Viewing 15 posts - 2,611 through 2,625 (of 3,738 total)