Viewing 15 posts - 3,031 through 3,045 (of 3,615 total)
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
The thing to remember with security is who and what are you protecting the server from.
In our case SQLMail can only be used to send internal mail and can only...
September 16, 2004 at 1:51 am
I am still not 100% clear as to how to decide the FILL FACTOR.
My understanding was that if you have a high input rate into a table then the indices...
September 15, 2004 at 7:47 am
Do you allow mail to go into your SQL Server or are you simply pushing messages outwards?
Our network guy installed Outlook but configured the Exchange server so that only internal mail...
September 15, 2004 at 2:02 am
I work in a development environment where data is relatively small, even when we do data migration jobs.
This gives me the luxury of running DBCC DBREINDEX as part of the...
September 15, 2004 at 1:57 am
Check for locks.
It may be that you stored procedure requires a lock on an item that is already locked.
September 15, 2004 at 1:35 am
I take it that your publication includes the stored procedures, not just the tables?
The quickest way of reassigning pemissions is to assign permissions to a role then use TSQL Script...
September 14, 2004 at 6:09 am
Viewing 15 posts - 3,031 through 3,045 (of 3,615 total)