Viewing 15 posts - 1,171 through 1,185 (of 1,364 total)
Please post output of the following command:-
Use yourdbname
select name from sysfiles where filename like '%.ldf%'
MJ
August 18, 2008 at 10:59 am
I read somwhere that disabling and enabling network adapters also helps sometimes.
MJ
August 15, 2008 at 1:05 pm
Just chck its syntax in books online and you will be able to use it.
report and update_one are two parameters that will help you in mapping the users to logins...
August 14, 2008 at 11:25 am
Try deleting this job and scheduling package using package scheduling option(right click package-->schedule package) and then see if you still get the error.
MJ
August 14, 2008 at 11:22 am
Try using:-
Right click database-->All Tasks--Bring Database Online.
MJ
August 13, 2008 at 4:13 pm
logical_file_name is a name used to refer to the file in all Transact-SQL
statements.
For example:
Alter Database
DBCC SHRINKFILE
FILEPROPERTY()
RESTORE ... MOVE
FILE_ID()
FILE_IDEX()
filename(Physical filename) is the one that resides under drives.
After restoration of database...
August 13, 2008 at 4:01 pm
I found the below mentioned link that describes the same problem as yours:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=436762&SiteID=1
The most likely cause of the message you recieved is a blocking issue, caused by a...
August 13, 2008 at 3:39 pm
Nita,
On theComponents to install dialog during the setup select the option : Workstation tools, Books Online and development tools and click on the Advanced tab at the bottom.
Under the Client...
August 13, 2008 at 3:12 pm
Check the full backup code that is running in background, it shouldn't be changing database access level(to restricted) before performing any such backup operation.
Also, are you able to connect...
August 13, 2008 at 3:00 pm
Please check tis link and let me know whether it helped or not:-
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=291159&SiteID=17
MJ
August 13, 2008 at 12:07 pm
First, try running the package alone(manually) and if you don't
get any such error then try executing the job and if you get error
message again then check the notifications or...
August 13, 2008 at 11:20 am
I know only about fewer ones:
MySQL\PhysicalDisk(_Total)\Avg. Disk sec/Read Under 50 ms
MySQL\PhysicalDisk(_Total)\Avg. Disk sec/Write Under 50 ms
MySQL\SQLServer:Buffer Manager\Buffer cache hit ratio
95-100 percent
MySQL\Memory\Page Faults/sec--As close to zero as possible.
MJ
August 13, 2008 at 10:41 am
Same link is applicable to SQL Server 2005 too:---
http://support.microsoft.com/default.aspx?scid=kb;en-us;274750
MJ
August 13, 2008 at 10:31 am
The question you are asking is similar to asking about database verification which means running DBCC CHECKDB command.
MJ
August 12, 2008 at 10:18 am
Are you able to take the database backup to the specified location
using enterprise manager manually?
Manu
August 12, 2008 at 9:20 am
Viewing 15 posts - 1,171 through 1,185 (of 1,364 total)