Viewing 15 posts - 691 through 705 (of 806 total)
I dissagree (If I understand you correctly 🙂
I have a great curiosity. If there is somethign I don't understand, I search and nag people untill I find out how/why. I...
June 11, 2003 at 6:51 am
I agree with what you say.
I have met many people that are trying but do not understand.
Is it because they don't understand logic?
Select x from y where a=2
To me, that...
June 11, 2003 at 5:26 am
I found a way to corrupt a DB.
It works on 7 and 2000.
Give it to a user / client.
Cheers,
Crispin
June 11, 2003 at 4:56 am
You could load the script into a temp table using BULK insert.
Looping through the table, row by row, select out the row and execute it.
Should work.
You have one script with...
June 10, 2003 at 3:02 am
quote:
You might be able to get around this using table variables (if you have SQL2000) but I have not tried it.
June 10, 2003 at 2:51 am
INSERT #Temp(ColName1, ColName2 etc etc) exec @vSPName (Params for SP)
Cheers,
Crispin
June 10, 2003 at 12:58 am
All the people I know are in this boat.
Developer-DBA.
I prefer to stay away from any other development other than SQL.
Most small companies cannot afford a DBA as such. It should...
June 9, 2003 at 11:09 pm
Unfortunatly I think I have a problem... 🙁
I am using With Encryption just to hid the proc from the client. No for any security reason.
I did find some script...
June 9, 2003 at 10:59 pm
lol. Good to see there are other SAFA's out there...
Dis maar alteight(Spelling?) lekker...
Cheers,
Crispin
June 9, 2003 at 1:35 pm
You can use sp_OACreate and invoke the System.FileSystemObject.
From that you could get the avaliable size.
Not sure if there is a better way.
Cheers,
Crispin
June 9, 2003 at 6:59 am
Maar n engelsman maak a plan wat werk... (But an englishman make a plan that works)
Cheers,
Crispin
June 9, 2003 at 5:14 am
ahhh. That was the easy route 🙂
What I thought you want was:
<ROOT>
<ElementName ATTR1="xxx">Some Value1</ElementName>
<ElementName ATTR1="yyy">Some Value2</ElementName>
...
June 9, 2003 at 5:04 am
This is true but indo so, it keeps a lot of countries out of the sport.
Cheers,
Crispin
June 9, 2003 at 4:27 am
That's the one.
Only avaliable in 2K South African Edition.
Cheers,
Crispin
June 9, 2003 at 4:12 am
lol.
If this topic turns to rugby, you'll have most American viewrs searching through BOL for the RUGBY function
Cheers,
Crispin
June 9, 2003 at 3:53 am
Viewing 15 posts - 691 through 705 (of 806 total)