Viewing 15 posts - 901 through 915 (of 1,884 total)
This is a good article!
Question: the stored procedure LogginProc is doing the endless loop waiting for the logon event description to be queued and when it finds one it pulls...
Regards,Yelena Varsha
April 17, 2006 at 8:56 am
I don't know why everyone is so upset? What is new?
Did not we hear about Boston Globe using printouts with personal information to wrap papers? Did not we hear about...
Regards,Yelena Varsha
April 15, 2006 at 9:45 pm
I did try it for some other reason a couple of weeks ago. I created a new user database named CopyMaster and restored Master backup over it as a database...
Regards,Yelena Varsha
April 14, 2006 at 10:19 pm
Tim,
It all may depend on a lot of things but take a look at this article:
Troubleshooting Kerberos Delegation
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerbdel.mspx
This is sort of a White Papaer on delegation. Once on the...
Regards,Yelena Varsha
April 14, 2006 at 10:15 pm
You may want to check the size of Tempdb. If the query uses Tempdb (implicitly) and Tempdb is on Primary filegroup than this may be the reason for this behavor
Regards,Yelena Varsha
April 13, 2006 at 9:36 am
I did find DISABLE TRIGGER in ALTER TABLE in BOL but on the second try. I knew it was there, but the thing was that if you search the index...
Regards,Yelena Varsha
April 13, 2006 at 9:27 am
Hi,
Try This: you have to modify your field names accordingly. I also had both tables in one database, maybe you have to copy a linked server table first locally. Here are...
Regards,Yelena Varsha
April 12, 2006 at 2:09 pm
See discussion at
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=271576#bm271664
there are several suggestions including ones using sp_MSforeachtable
Regards,Yelena Varsha
April 12, 2006 at 11:41 am
I am not sure what will be the performance with the linked server and if my approach is better than yours. I like your solution. Other than that I would...
Regards,Yelena Varsha
April 12, 2006 at 9:52 am
Hello,
Check if the port 1433 is already in use by something else.Use from the command prompt:
netstat -b
to see what is using what port. There may be some other application or...
Regards,Yelena Varsha
April 12, 2006 at 9:37 am
Kids,
"All Of Above" has a dynamic scope. Certainly, "All of Above" can not go after "none of Above" unless the category is Humor
Regards,Yelena Varsha
April 12, 2006 at 9:24 am
You said "disconnected from the domain" so I got it that the computer was still on the network just not a member of the domain. I do have servers that...
Regards,Yelena Varsha
April 11, 2006 at 3:32 pm
What are the error messages in the Windows Event Log for the time that the package did not run
Regards,Yelena Varsha
April 10, 2006 at 9:30 am
This host may not be in the domain but still on the network and the application is installed on this host, so users do go through this server
Regards,Yelena Varsha
April 10, 2006 at 9:22 am
Viewing 15 posts - 901 through 915 (of 1,884 total)