Viewing 15 posts - 136 through 150 (of 167 total)
if due to hardware bottle neck you have any process blocked, and other process is waiting for its release then obviously it can result into dead lock.
September 21, 2008 at 10:56 pm
Severity level indicates that this error may be due to any hardware problem or may be due to any external software problem other than SQL Server. You may think on...
September 9, 2008 at 3:32 am
As terry said: Be sure the account running the SQL Agent has rights to the share.
August 30, 2008 at 5:05 am
Normally Trigger is created for an update, insert or delete event. And then it is bind with a table (object) on which it is required. And it is automatically invoked...
August 27, 2008 at 3:09 am
You may consider file groups backup strategy. Distribute database on more than one file groups.
August 26, 2008 at 10:29 pm
Its working now. and thanks for all of you.
August 26, 2008 at 8:35 am
Ok , thanks alot christopher. i hope it will work.
August 26, 2008 at 8:20 am
I have my production server on SQL Server 2000. So no CTE here.:unsure:
August 26, 2008 at 8:19 am
I think calculation is no correct. It could not be 61 (years) from 2002 to 2008. We have to divide the datediff with 12 and some thing like that.
August 26, 2008 at 8:13 am
Here is the way i want to calculate the dates for each employee
.
At the end i will have X.Y year as result. I require accuracy till months only.
August 26, 2008 at 7:55 am
i require time for each section added. Because there may be gaps between the pairs of dates.
August 26, 2008 at 7:28 am
Quatrei, i was required to convert time from msdb..sysjobschedules
where it is in int format. Thanks for all of you
August 25, 2008 at 2:39 am
statistics profile displays the profile information for a statement. STATISTICS PROFILE works for ad hoc queries, views, triggers, and stored procedures.
August 20, 2008 at 2:00 am
This procedure reports about a particular remote or replication server, or about all servers of both types. Provides the server name, the server’s network name, the server’s replication status, and...
August 20, 2008 at 1:57 am
Viewing 15 posts - 136 through 150 (of 167 total)