Viewing 15 posts - 121 through 135 (of 434 total)
Is this a Named instance? On which port does sql server listen on?
check if both users have same permission, which user is the job owner? The user which is...
June 30, 2010 at 2:19 am
Check how the data types are mapped and then use SQL Server mingration assistance tool.
June 30, 2010 at 1:04 am
Did you shared the tlog backup and restored location?
Is SQL Services is running on domain account with admin right?
What error is logged in error log/
Did you checked the tlog backup...
June 30, 2010 at 12:47 am
Try using GROUPING SETS ,ROLLUP or CUBE with group by function.
June 29, 2010 at 10:58 pm
hxkresl (6/29/2010)
"The mail could not be sent to the recipients because of...
June 29, 2010 at 9:39 pm
The above TSQL Statement given by LutZ will give you the information needed.
Check the column start_execution_date & Last_execution_date from the sysjobactivity table. From this info, you will know when...
June 29, 2010 at 2:14 am
We have set up monitoring jobs, which will monitor
?Log , data and disk space and send alerts if it reaches a thershold.
?A regular full backup with log...
June 29, 2010 at 1:18 am
Check if you use ip address instead of servername and check if the user have enough permission on both the server, it should be a domain account? If firewall is...
June 29, 2010 at 12:49 am
diva.mayas (6/28/2010)
IReplication-Replication Distribution Subsystem: agent abc-serv1\PRD01-star-star Billing-PROD-VREPL1\REPL01-25 failed.
Violation of PRIMARY KEY constraint 'PK_vendors'. Cannot insert duplicate key in object 'dbo.vendors'.
Error is issued while operation is done...
June 29, 2010 at 12:21 am
While installing SQL Server 2008 and choosing authentication, By default it will be windows authentication, if you choose mixed mode then it would have asked to type the sa password....
June 29, 2010 at 12:17 am
spgorasiya (6/23/2010)
June 28, 2010 at 4:34 am
Check the execution plan for both 2000 & 2008, there might be missing indexes,
Did you changed the compatability level to 100 after upgradation? Please check and if possible run...
June 23, 2010 at 12:19 am
There are so many reasons for time out, please provide more context on that?
June 23, 2010 at 12:10 am
Option 2
Quite trucky and would require a bit of work. Put a trigger on the tables for A and B and have them populate the data to C through...
June 22, 2010 at 10:46 pm
I think Your points are absolutely right, the above steps are not clear and proper. Some time it is easier to upgrade the instances and then configure the log shipping...
June 22, 2010 at 10:26 pm
Viewing 15 posts - 121 through 135 (of 434 total)