Viewing 15 posts - 3,796 through 3,810 (of 7,429 total)
I will take a look at our machine to see if same issue occurrs there.
See related conversation in thread http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=6860&FORUM_ID=9&CAT_ID=1&Topic_Title=SQL%2ELOG&Forum_Title=General
December 12, 2002 at 9:07 pm
Just out of curiosity but have to you tried creating a staging DB and doing to there to see if issue continues. I would be a bit concerned with pushing...
December 12, 2002 at 8:18 pm
Check out this, http://support.microsoft.com/default.aspx?scid=KB;EN-US;q268591&
You are supposed to be able to stop tracing and it not log. Are you saying it is still logging after the fact? Try starting then stopping...
December 12, 2002 at 8:12 pm
Can you post the string you are using to make the connection. Could be something simple. Also, when you specify the server it may work better to use 127.0.0.1 as...
December 12, 2002 at 2:50 pm
First everytime you do an Insert you will get all the Records from trunkDList inserted again. I think you are looking for this
INSERT TRUNK_LINES (trunkid) SELECT 'T'+rtrim(RDB) From inserted
If that...
December 12, 2002 at 2:32 pm
This always confused me too until I started working on building my own server application. I am sure SQL is wrapped in MFC quite tightly and one method in C++...
December 12, 2002 at 12:39 pm
Take a look at
xp_logevent
in BOL
Ex.
xp_logevent 50001, 'Test Log', ERROR
Would log an error to the event log with error number 50001 and test "Test Log".
December 12, 2002 at 6:01 am
quote:
Why not just randomly pick a member and give your prizes out? Then everyone has an equal chance. I just...
December 12, 2002 at 4:35 am
Hey Sunshine![]()
I looked all over and did find all the details I wanted, so I appreciate that additional information. I wrote the article as I keep seeing...
December 12, 2002 at 4:23 am
That is a good solution as well. I know I post a lot and some would say I have the biggest grip because I have the most to gain. But...
December 11, 2002 at 7:23 pm
There is so much to offer there. You can use pretty much any technology with a web server. First decide what server you going to use (IIS, Apache, etc). Then...
December 11, 2002 at 5:27 pm
Are you replicating thru a firewall?
December 11, 2002 at 5:18 pm
Yea, my employer screwed me and that was the primary reason I didn't finish out the certification. They stated they would pay tuition cost and exam fees if we past....
December 11, 2002 at 5:14 pm
I spke with another person in a thread about this and this was the only concept I could come up with that might work but I haven't built it yet.
CREATE...
December 11, 2002 at 5:03 pm
Don is right if you want the message to have a specific number. But what I understand is that your message isn't fired but the generic one for Unique constraint...
December 11, 2002 at 4:48 pm
Viewing 15 posts - 3,796 through 3,810 (of 7,429 total)