Viewing 15 posts - 676 through 690 (of 854 total)
I copied the the hall message from Activity Monitor
April 14, 2009 at 1:50 pm
this is my user name and this error I get every 5 minutes, so I don't know where it is coming from, how can I know?
April 14, 2009 at 1:25 pm
Thank you very much, how can I find out why I get this:
in SQL Logs:
Date4/14/2009 9:30:30 AM
LogSQL Server (Current - 4/14/2009 12:00:00 PM)
Sourcelogon
Message
Login failed for user 'cdi_js'.
April 14, 2009 at 12:51 pm
Should I stop it, what is the purpose of it? Is this a build in job?
April 14, 2009 at 12:24 pm
Yes, It is in Activity Monitor, sorry. But my question still I am not running, why is it showing?
April 14, 2009 at 12:16 pm
I am not running it, and I don't see any jobs doing it.
April 14, 2009 at 10:09 am
Here is one table:
[dbo].[package_lists](
[packagelist_id] [int] NOT NULL,
[total_packages] [int] NOT NULL,
[shipper_symbol] [nvarchar](50) NOT NULL,
[shipper_friendlyname] [nvarchar](100) NOT NULL,
[shipdate] [smalldatetime] NOT NULL,
[service_symbol] [nvarchar](50) NOT NULL,
[service_friendlyname] [nvarchar](100) NOT NULL,
[processed_date] [datetime] NULL CONSTRAINT [processed_date_default]...
April 14, 2009 at 9:22 am
I run this: and get error:(he DELETE statement conflicted with the REFERENCE constraint "FK_packages_package_lists". The conflict occurred in database "CSWReportDatabase", table "dbo.packages", column 'packagelist_id'.
The statement has been terminated.)
My code:
SET NOCOUNT...
April 14, 2009 at 8:18 am
Thank you everyone for your response, All I am trying to do delete data from the table where date >=30,to schedule a job to run every month. Is my transaction...
April 14, 2009 at 6:31 am
Thank you for the advice. I am asking what I need to check from database server. Thank you
March 30, 2009 at 1:38 pm
Could this be a SQL Server database? What is your suggestion that I should do? Our web sides all of them are failing as soon as people checking out the...
March 30, 2009 at 1:32 pm
CMS is not a vendor it is a folder
March 30, 2009 at 1:24 pm
Viewing 15 posts - 676 through 690 (of 854 total)