Viewing 14 posts - 1 through 15 (of 15 total)
Two purposes. First I need a copy button on the website that duplicates the selected projects that a customer has created using our service.
Secondly I want to be...
December 6, 2010 at 5:03 pm
If you duplicate rows in B then the ID's change so C has to reflect this. Maybe you know something I don't but I've had to resort to creating...
December 6, 2010 at 3:02 pm
Thanks for your help with this. I went with the last solution as it didn't require stored procedures which I was having issues with and seemed to be the...
July 21, 2010 at 7:47 am
Thanks for the replies.
I used the first script to create a function and have been able to run it using select dbo.GenerateCode(rand(),8)
however the last three characters are always...
June 22, 2010 at 8:17 am
If that becomes an issue then I can filter later.
June 7, 2010 at 4:56 am
Grant, you have been most helpful and I appreciate the time you have spent replying to my issues.
If you pm me with your address I'll post you a bottle of...
March 30, 2010 at 1:40 pm
OK I've learned something new and irritating about SQL server/ADO which seems to be the cause of my problems (and likely other people's too.) It would seem that Profiler does...
March 30, 2010 at 1:03 pm
Thanks. Just realized you have a book, I will buy and read once my panic is over!
I was looking at covering indexes yesterday, I have to admit I hadn't...
March 30, 2010 at 7:19 am
Thanks for all of your help so far. I think the cause has now been found. The error occurred twice more during the night and each time the...
March 30, 2010 at 6:40 am
OK It just went down so I ran the sp_who2 command several times.
There are 4 queries (all INSERTS and DELETES) listed with BlkBy numbers 100. When I check the...
March 29, 2010 at 3:31 pm
Hopefully because I'm only looking at a small number of transactions in the profiler (those over 15secs) there won't be a big performance drain.
Can you recommend any third party software...
March 29, 2010 at 2:28 pm
Thank you for your help with this. It is very much appreciated!
I figured the profiler wasn't giving the whole picture but at the moment it's the only way I...
March 29, 2010 at 12:56 pm
Also I've been checking through the profiler results and I cannot see any mention of the big delete query but that could be because I've configured profiler incorrectly.
I am using...
March 29, 2010 at 11:43 am
The big delete could be thousands or rows. Not sure how I would split it up. Is there some kind of DELETE TOP 1000 command?
March 29, 2010 at 11:41 am
Viewing 14 posts - 1 through 15 (of 15 total)