Forum Replies Created

Viewing 15 posts - 46 through 60 (of 70 total)

  • RE: Tables

    Without sounding disrespectful, I think perhaps SQL is not the best way to do this. You will have more luck using Paste Special > Transpose in Microsoft Excel for each...

  • RE: Tables

    You can build up a delimited string based on the product table, per tenant. There are many ways to go about this, depending on how much time you want to...

  • RE: by mistake one Script on Master

    Nice tip, John! I'm going to use it myself 🙂

  • RE: SQL Server 2005 as linked server in SQL Server 2000

    Hi again

    Yes, you can link to the 64-bit SQL 2005 from 32-bit SQL 2000, but you will have to read through the topic I posted earlier, to find the stored...

  • RE: Corrupted Database

    There are attack vectors other than through your ASP.NET application. Locking that down, as you have done (I'm not an expert in ASP.NET security, mind you), is one step.

    If you're...

  • RE: SQL Server 2005 as linked server in SQL Server 2000

    You didn't provide much detail about the edition of SQL you upgraded to, so have a look at this topic as well, if you're trying to link to a 64-bit...

  • RE: how to pivot

    SQL BOL has a splendid article on how to use the PIVOT command, with examples. I'd recommend that as your first port of call.

  • RE: Corrupted Database

    ajain (5/27/2009)


    Hi

    1) Is it OK if I were to host both the web site and the database server on the same IP? If not, then how these should...

  • RE: by mistake one Script on Master

    View > Object Explorer Details - select the objects you want to delete, right-click, and delete.

    In future, make sure you have the right execution context before running a script. Next...

  • RE: SQL Table Primary and Foreign Keys

    If you have set up cascading deletes (*shudder*), you can just delete the summary record, and the detail will go as well.

    I never turn on cascading deletes myself, so I'd...

  • RE: SQL 2005 (x64) linking to SQL 2000 (x86) problem

    Hi Terry

    Consider playing around with the Security page on the Linked Server properties, with Impersonation and security contexts.

    Regards

    Randolph

  • RE: Absolutely (Not?)

    Our latest project for a financial institution is scoped for an estimated 1 billion rows in the first year. I'm having fun explaining to the powers that be (through my...

  • RE: Largest Unit

    :Whistling:

    Ok, so maybe I'm just being a nuisance here, but I know 1024^8 and 2^80 were the same, and very similar to the others, and didn't realise that there were...

  • RE: SQL 2005 (x64) linking to SQL 2000 (x86) problem

    Brian

    I posted that as a solution in October already.

    Randolph

  • RE: SQL 2005 (x64) linking to SQL 2000 (x86) problem

    I didn't have to run instcat.sql

Viewing 15 posts - 46 through 60 (of 70 total)