Viewing 15 posts - 136 through 150 (of 168 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.
DBDigger Microsoft Data Platform Consultancy.
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...
DBDigger Microsoft Data Platform Consultancy.
September 9, 2008 at 3:32 am
As terry said: Be sure the account running the SQL Agent has rights to the share.
DBDigger Microsoft Data Platform Consultancy.
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...
DBDigger Microsoft Data Platform Consultancy.
August 27, 2008 at 3:09 am
You may consider file groups backup strategy. Distribute database on more than one file groups.
DBDigger Microsoft Data Platform Consultancy.
August 26, 2008 at 10:29 pm
Its working now. and thanks for all of you.
DBDigger Microsoft Data Platform Consultancy.
August 26, 2008 at 8:35 am
Ok , thanks alot christopher. i hope it will work.
DBDigger Microsoft Data Platform Consultancy.
August 26, 2008 at 8:20 am
I have my production server on SQL Server 2000. So no CTE here.:unsure:
DBDigger Microsoft Data Platform Consultancy.
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.
DBDigger Microsoft Data Platform Consultancy.
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.
DBDigger Microsoft Data Platform Consultancy.
August 26, 2008 at 7:55 am
i require time for each section added. Because there may be gaps between the pairs of dates.
DBDigger Microsoft Data Platform Consultancy.
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
DBDigger Microsoft Data Platform Consultancy.
August 25, 2008 at 2:39 am
Thanks a lot
DBDigger Microsoft Data Platform Consultancy.
August 23, 2008 at 6:08 am
statistics profile displays the profile information for a statement. STATISTICS PROFILE works for ad hoc queries, views, triggers, and stored procedures.
DBDigger Microsoft Data Platform Consultancy.
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...
DBDigger Microsoft Data Platform Consultancy.
August 20, 2008 at 1:57 am
Viewing 15 posts - 136 through 150 (of 168 total)