Viewing 15 posts - 8,776 through 8,790 (of 18,926 total)
Lloyd Harrison (9/26/2008)
Here:
ZIP>SCHOOL
ZIP>DISTRICT
My district tabel and school table have a reference to zip.
If I delete ZIP I want to delete both the school and...
September 26, 2008 at 3:13 pm
That's because the chain of deletes points to the same table more than once IE :
A > B > C > A
If any letter comes in the delete sequence...
September 26, 2008 at 2:20 pm
Ashwin M N (9/25/2008)
September 25, 2008 at 7:18 am
Solves the problem... and you can check the script for quality control.
September 24, 2008 at 9:25 am
That's a completly different topic.
Can you post the DDL along with the requirement of the system?
September 23, 2008 at 12:30 pm
As anyone measured the cost of sending the whole list of parameters all the time on the network?
Also has anyone ever used a timestamp column to ensure that the row...
September 23, 2008 at 11:35 am
As anyone ever tested this thouroughly (the cost of passing all the parameters all the time, VS the cost of the nullif(isnull, Colname)) execution).
If you know that only 1 column...
September 23, 2008 at 9:58 am
Jeff Moden (9/18/2008)
Ninja's_RGR'us (9/18/2008)
Yes you need to create it first, including column definitions.
Heh... not exactly true...
SELECT *
INTO #MyHead
FROM OPENROWSET('SQLOLEDB','Server=(local);Trusted_Connection=Yes;Database=Master',
...
September 19, 2008 at 8:12 am
Yes you need to create it first, including column definitions.
September 18, 2008 at 7:42 pm
Can't be done, must be a temp table.
September 18, 2008 at 7:13 pm
Also make sure you have enough HD space whereever you put the backups!!!
September 18, 2008 at 9:54 am
Here's the gist of the logic, it's in pseudo-code because I don't have a server to test it on ATM.
Make sure you test on dev server first!
SET ROWCOUNT 500000
DELETE FROM...
September 18, 2008 at 8:12 am
C'est sure que tu peux renommer des fichiers en .net, mais je connais pas le code qui fait ça.
En plus, si les DB sont online sur le server sql, tu...
September 18, 2008 at 7:10 am
Viewing 15 posts - 8,776 through 8,790 (of 18,926 total)