Viewing 15 posts - 53,251 through 53,265 (of 59,072 total)
By the way... I call these While Loops that do deletes, "Delete Crawlers" because they "crawl" through the rows to be deleted, mostly unnoticed. Here's the basis of how...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 9:10 am
First, the database will take a while to "recover"... it'll take less time because you rebooted it as it won't let anyone in until it's done... so no blocking of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 9:07 am
Oh bugger... I'm sorry. I'm the same way... I do like to have "Jeff" spelled correctly.
Heh... lately, I've been using your name (or a mispelled version of it :hehe:...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 9:00 am
Both are huge, very broad subjects....
There are a large number of articles on debugging SQL... Google for "HOW TO DEBUG SQL" and you'll get some great articles including how to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 8:57 am
John Beggs (12/8/2006)
All of this seems like a lot of work to replace a cursor in a row by row process is needed.
Why is it that people don't seem to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 8:29 am
Thanks for the compliment, but I don't actually have the time to be a moderator... would take away from problem-solving time. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 8:16 am
Heh... I'm thinkin' that why Mike as how to check the column 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 8:06 am
Actually... I've done it... I've got a few more pieces together, but it's all but done.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2007 at 12:41 am
Ray,
Just curious... obviously this information is produced by a database somewhere... is there no way to convince the data provider to provide the information either in a delimited format or...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 9:40 pm
I surely hope to God that you are not using IDENTITY or other non-relational auto-increments in tables.
Heh... Joe, you should write an article for SQLServerCentral and explain why you think...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 9:02 pm
Nice article, Andy.
We have a LastModifiedBy column on most of the tables where inserts and updates come from the GUI's... they capture the login of the person making the entry....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 8:27 pm
That's pretty good advice, right there...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 8:01 pm
Jason, thank you for the very high compliment. As any one would probably ask, doing what and for how much? I'm thinking that, at this point, a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 7:57 pm
--- I sincerely doubt that !!!!
That, sir, is because you don't know me... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:57 pm
It took me a couple of months to figure out what was the best political way get better response times from him. My soultion was to include both our Bosses...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:56 pm
Viewing 15 posts - 53,251 through 53,265 (of 59,072 total)