Viewing 13 posts - 1 through 13 (of 13 total)
I need to delete rows in table 1 :
I am getting an Error message :
The DELETE statement conflicted with the REFERENCE constraint "FK_Users_Divisions". The conflict occurred in database "BidManagerCommon", table...
April 20, 2012 at 11:31 am
Report Wizard:
There is an error in the query. Implicit conversion from data type sql_variant to datetime is not allowed. Use the CONVERT function to run this query.
I...
April 18, 2012 at 1:45 pm
yes, I am getting the error here..
April 18, 2012 at 1:28 pm
Nope , I have Copied the error message
April 18, 2012 at 1:16 pm
ADD-->> Report --> NewItem -->> Report -->> Dataset -->>commandtype--'Storedprocedure'-->>Querystring--'Procedurename'
April 18, 2012 at 1:08 pm
It is a typo error invalid Object Name #Orderstastics
April 18, 2012 at 12:54 pm
error Message :Invalid object name '#Orderstatics'. (.Net SqlClient Data Provider). I am getting
April 18, 2012 at 12:45 pm
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
Alter proc [dbo].[CdoeOrders_Test]
@userid nvarchar(20) ,
@StartDate dateTime ,
@EndDate dateTime
As
select b.User_ID ,d.First_Name+' '+ d.Last_Name as FullName,a.Cust_Name ,a.Cust_Num,SUM( b.PO_AMT) as...
April 18, 2012 at 12:37 pm
We have sql server 2005 express edition... we don't have sql agent .. so we have to run dts package...
April 12, 2012 at 4:44 pm
I believe data conversion is the reason I have changed ADDR_1 column to nvarchar. finally it's working ...
Thank you !!!!
Thanks ,
April 4, 2012 at 2:42 pm
I have created the package in the same server
March 26, 2012 at 3:11 pm
It is done through a maintence plan.
March 16, 2012 at 7:35 am
only one database is being backed up in the job. data, log files and backup files are stored on the same device and no other process is running...
March 15, 2012 at 6:27 pm
Viewing 13 posts - 1 through 13 (of 13 total)