Viewing 15 posts - 46 through 60 (of 70 total)
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...
June 8, 2009 at 1:34 pm
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...
June 5, 2009 at 5:16 am
Nice tip, John! I'm going to use it myself 🙂
June 2, 2009 at 12:58 pm
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...
June 1, 2009 at 10:57 am
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...
June 1, 2009 at 3:08 am
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...
June 1, 2009 at 2:27 am
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.
June 1, 2009 at 2:20 am
ajain (5/27/2009)
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...
June 1, 2009 at 2:15 am
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...
June 1, 2009 at 2:06 am
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...
June 1, 2009 at 1:45 am
Hi Terry
Consider playing around with the Security page on the Linked Server properties, with Impersonation and security contexts.
Regards
Randolph
April 28, 2009 at 4:27 am
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...
October 24, 2008 at 8:55 am
: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...
April 4, 2008 at 1:30 am
Brian
I posted that as a solution in October already.
Randolph
January 17, 2008 at 4:59 am
I didn't have to run instcat.sql
November 14, 2007 at 10:44 pm
Viewing 15 posts - 46 through 60 (of 70 total)