Viewing 15 posts - 16 through 30 (of 66 total)
I love the ability to telecommute. Like others I have about an hour commute depending on traffic. Living in the Northeast we have many days of bad weather...
February 23, 2011 at 8:10 am
SQL 2005 provides the following output:
What you see...
-----------------------
print 1
-- Comment one
print 2
-- Comment two
print 3
-- Comment three
print 4
is not what you get!
-----------------------
1
2
3
4
Need to correct your answer.
December 23, 2010 at 7:38 am
Very poor question... when it is proper to try an trick someone to test their knowledge? If you are going to test, then make the correct answer part of...
June 11, 2010 at 6:49 am
Blocking is a natural process in databases. As more and more request for information (queries) and more DML activities are generated you will see more blocking locks. Most...
May 28, 2010 at 10:02 am
One thing you might try is using Network Monitor to capture the logon process. Since most of the time these are not encrypted, you could capture the network traffic...
May 28, 2010 at 9:42 am
I recently started doing some Lapidary Arts work. I was on vacation a couple of years ago in South and North Carolina and one of our camping neighbors was...
May 28, 2010 at 9:24 am
Yes it is the same account with Domain Admin and SQL Admin rights.
Also, it is now working as it should be. Don't know what changed but...
April 13, 2010 at 5:48 pm
Ping will not accomplish what I need as the web page must process the request that will be part of the website url.
What I want to do is:
declare @startime datetime
declare...
April 12, 2010 at 6:39 am
There is no client app in this case, well there is but I don't have control over it, hence the desire to do this from SQL. It will be...
April 9, 2010 at 3:01 pm
Looking at SQL Logs I found this:
2010-04-07 23:45:12.29 spid29s Database mirroring connection error 4 'An error occurred while receiving data: '64(The specified network name is...
April 7, 2010 at 3:56 pm
Start with restore with NO RECOVERY. If you are going to mirror the mirror database must be in no recovery mode.
April 7, 2010 at 3:21 pm
You can query the sys.dm_os_performance_counters for object name = SQLServer:Memory Manager.
It will give you Total Server Memory that SQL is using and Target Server Memory.
April 5, 2010 at 9:22 am
If I remember correctly, I had the same issue upgrading from 2000 to 2005. I updated the stats and rebuild my indexes.
April 5, 2010 at 8:54 am
I could have sworn I restarted the Agent several times. But I must have missed that step.
Thanks all is well in SQL Land.
March 30, 2010 at 2:26 pm
Log will truncate after each backup. Granted the space will not be returned unless you shrink it, but given that there does not appear to be a lot of...
March 19, 2010 at 12:11 pm
Viewing 15 posts - 16 through 30 (of 66 total)