Viewing 15 posts - 1,006 through 1,020 (of 1,166 total)
I believe it should write to system log because it is a service...
Check status of SSIS in SQL CONFIGURATION MANAGER when it says stopped.
You can use the following to check...
December 11, 2006 at 11:55 am
December 11, 2006 at 11:45 am
Try granting the CREATE CERTIFICATE permission...
December 11, 2006 at 11:37 am
As everybody say... cursors are not goo... but when there is not option you end up using it...
If you are getting the same execution for while loop and cursor you...
December 11, 2006 at 11:30 am
Check your recory model first...
If it is FULL/BULK_LOGGED then make sure you are running tlog backups every 30/60 minutes.
If it is simple then your transaction might have caused this because...
December 11, 2006 at 11:25 am
May be your function is not support for multi row updates...
Because cursor updates one row at time and with w
December 11, 2006 at 11:19 am
How many rows and what is the pysical size of the table...Are you creating clustered/non-clustered index?
You posted this in SQL 2005 forum, I think you are using sql 2005... If...
December 11, 2006 at 11:12 am
You can create linked server call to oracle and use NOT EXISTS clause in your query...
You can do this using tsql or dts...
declare @dt datetime
select @dt = max(TRANS_DATE) from...
December 10, 2006 at 10:17 pm
Your jobs was processing OLAP cube...
Based the error process got cancelled.. so check if anyone killed sql query executing through olap cube or kill the process in Task Manager...
Try processing...
December 10, 2006 at 10:08 pm
Cross domain trust is based on company rules and decision...
Yes it good to have but it is not required as long as you have the option to move the backups...
December 9, 2006 at 1:04 pm
A transaction log backup job that is created in Database Maintenance Planner fails to execute
http://support.microsoft.com/kb/303229
BUG: Expired Transaction Log Backups May Not Be Deleted by Maintenance Plan
http://support.microsoft.com/kb/303292
December 8, 2006 at 10:33 pm
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsse/html/sseoverview.asp
The following features are not available...
* Availability features such as data mirroring, clustering, etc.
* Full-text search
* SQL Agent
* Reporting Services
* Business Intelligence Platform, such as...
December 8, 2006 at 7:04 pm
Install SQL server on your machine and read BOOKS online...
Here is the free hands lab provided by MS..
http://msdn.microsoft.com/virtuallabs/sql/
Are you interested in development side or amdin side?
Check for few basic...
December 8, 2006 at 6:56 pm
There are two type of upgrades...
1. inplace upgrade in which you will not have any option to rollback...because your db are over written with 2005...only option will be reinstall...
December 8, 2006 at 4:13 pm
Viewing 15 posts - 1,006 through 1,020 (of 1,166 total)