Viewing 15 posts - 3,016 through 3,030 (of 3,606 total)
You can't nest these sorts of queries either.
If proc1 contains an INSERT...exec then you can't have a procedure that inserts the results of proc1.
September 22, 2004 at 2:54 am
If it is a cheque number does it have to be recorded as a physical number? Can it be kept as a sting?
Computers do integer arithmetic accurately. The golden rule...
September 20, 2004 at 1:47 am
Thanks for your help,
I've had to correct 537 filenames by hand.
September 20, 2004 at 1:37 am
You can't turn it off, but you can set the transaction log to truncate on checkpoint. This is the same as "Simple" recovery mode.
September 17, 2004 at 9:11 am
Could you just confirm that when you say my sql database you mean your sql server database and not MySQL database?
If you do mean the latter then the following command...
September 17, 2004 at 1:41 am
I thought the contest was supposed to be SQL Server specific.
If I had known it was more general I could have told a few stories that would have made your...
September 17, 2004 at 1:33 am
I couldn't think of a good use for FIRST and LAST even when I was using Access. If I needed such functions then I was almost certainly looping through records...
September 17, 2004 at 1:30 am
Never occurred to me that these were (mis)managers.
Would you say that Dilbert was the rantings of a disgruntled employee?
Any similarities between persons living or dead is entirely coincidental.
September 16, 2004 at 12:23 pm
Problems don't just vanish. I suspect that a.n.other process is the true cause of the problem this will come back to haunt you.
I would build up a string message in...
September 16, 2004 at 9:46 am
Float and Real are for approximate values only.
How realistic is your '9999999999999999999999998' figure?
September 16, 2004 at 8:54 am
Its when they tell you to cut up old Christmas cards to save on toilet paper that you have to worry.
My eyes still water when I see a card with...
September 16, 2004 at 5:36 am
So, if you rebuild and index with a low fill factor you get lots of pages with lots of room in them and therefore more space to insert records before...
September 16, 2004 at 4:58 am
No, MIN returns the minimum value, FIRST returns the first occurence.
September 16, 2004 at 2:02 am
Of course, if MSSQLSERVER runs under a domain account you should be able to use the debugger within QA.
Open up the object browser in QA, right click on the proc...
September 16, 2004 at 2:01 am
Great thanks, I think the FILLFACTOR and PAD_INDEX are prime candidates for an article.
So a page split is expensive because it copies half the records from the last page into...
September 16, 2004 at 1:58 am
Viewing 15 posts - 3,016 through 3,030 (of 3,606 total)