Viewing 15 posts - 3,226 through 3,240 (of 5,356 total)
Writing your own extended procedure?
What difference should that make?
Frank
December 9, 2003 at 2:34 am
Here is your first question and my reply
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=18953
Frank
December 9, 2003 at 2:16 am
And hopefully one day I'll learn to post the correct link ![]()
http://support.microsoft.com:80/support/kb/articles/q186/1/33.asp&NoWebContent=1
Frank
December 9, 2003 at 2:09 am
I like these 'easy' questions ![]()
Check this out http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q186/1/33.asp&NoWebContent=1
Frank
December 9, 2003 at 2:04 am
Getting back to the original question I think http://www.lockwoodtech.com has a similar product.
Frank
December 9, 2003 at 2:02 am
One reason might be that UDF are processed row by row which might be the reason that things are slowed down.
Have you compared the execution plan of both alternatives?
Frank
December 9, 2003 at 1:53 am
It is always difficult to say what is the 'best' way.
For me the 'best' way is to use ADO and the ADO Stream object. SQL Server offers a tool...
December 9, 2003 at 1:48 am
quote:
There are SQL conventions. I have not been to one, but I do know they exist because they send me a...
December 8, 2003 at 12:19 pm
December 8, 2003 at 8:23 am
Why does it need to be a new table?
Can't you just use an additional datetime column to store the information and query this.
Frank
Edited by - Frank kalis on 12/08/2003 ...
December 8, 2003 at 7:59 am
You mean extending the built-in SQL commands?
I don't think so, however you can always write your own function.
What do you want to do?
Frank
December 8, 2003 at 7:24 am
Hey, did you get promote by this post? ![]()
That's a rather pessimistical picture, I think.
I have heard of computer freaks who are still able to communicate with...
December 8, 2003 at 7:04 am
As for transactional backups look at
transaction logs->backing up->Transaction Log Backups
Basically it all boils down to
BACKUP LOG
RESTORE LOG
Frank
December 8, 2003 at 6:47 am
Hit the button too early...
Sorry, for replying now. I lost track of this thread and missed your last reply.
Let me start by describing what I do here.
- Each night a...
December 8, 2003 at 6:42 am
That's what I first thought, too and that's where my lack of english leaves me insecure.
Let's wait and see.
Frank
December 8, 2003 at 6:26 am
Viewing 15 posts - 3,226 through 3,240 (of 5,356 total)