Viewing 15 posts - 316 through 330 (of 349 total)
Inside the SSIS package you can make use of "On failure" flow to show the users the error
October 26, 2007 at 2:42 am
October 26, 2007 at 2:35 am
There are some more system databases are there as mentioned below
Reportserver -...
October 26, 2007 at 2:20 am
Try the below article, i think this may help you
October 26, 2007 at 2:13 am
Pls post the setup log file information and the eventviewer information, then only we can analyze whats the exact error.
October 26, 2007 at 2:06 am
You have missed out with file option
try using the below command
RESTORE DATABASE test2
FROM DISK = 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\test9.BAK'
WITH MOVE 'test' TO 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\test2.mdf',
MOVE 'test_log' TO 'D:\Program Files\Microsoft...
October 26, 2007 at 12:32 am
Refer the below link from Microsoft.
http://support.microsoft.com/kb/290787
And also check whether the backup you are having is a valid backup with RESTORE VERIFYONLY command.
October 26, 2007 at 12:05 am
Its better to copy the physical files to local disk and attach, since in our case the performace was went down very much as it wholly depends on network traffic.
October 25, 2007 at 11:39 pm
Hi,
Check for the following
1.) Try connect using correct protocol
2.) Check whether allow remote connections has been enabled
3.) Firewall may block the particular port used for connection
October 7, 2007 at 9:06 pm
Hi,
Check the below link and rectify your problem.
http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx
October 7, 2007 at 8:47 pm
Hi,
Compatibility relies on database level and not server level. When you install SQL2005 all the sys dbs will have compatibility level 90.
You can check the compatibility by
sp_dbcmptlevel 'dbname'
eg. output:...
October 7, 2007 at 8:41 pm
Can you check how much freespace available in MDF out of 51GB.
Less the freespace available from total MDF file size and this will be you backup size.
September 22, 2007 at 10:00 pm
Ch[font=Courier New]eck whether SQL service account has modify privilege on the particular file and the folder that it exists.[/font]
September 22, 2007 at 9:50 pm
You can also specify the machine IP while configuring.
July 13, 2007 at 9:07 pm
Im connecting using ISQLW and im sure there is no alias for the server
I dono why this occurs in my machine. its getting connected as said above.
July 11, 2007 at 5:51 am
Viewing 15 posts - 316 through 330 (of 349 total)