Viewing 15 posts - 331 through 345 (of 348 total)
Error :
[Microsoft][ODBC SQL Server Driver][SQL Server Mail Sent.
[Microsoft][ODBC SQL Server Driver] String or Binary Data would be truncated.
[Microsoft][ODBC SQL Server Driver]The statement has been terminated.
September 8, 2009 at 1:36 pm
Thats where I guess I need some assistance . Appreciate your response .
Thanks
September 1, 2009 at 11:23 am
I am trying to create a report in visual studio and also using sql server reporting services .
Thanks
August 13, 2009 at 12:42 pm
It gives me this error :
Server: Msg 256, Level 16, State 1, Line 5
The data type int is invalid for the substring function. Allowed types are: char/varchar, nchar/nvarchar, and...
August 5, 2009 at 5:10 pm
There is no sort in the query.Just a simple select statement .how do I find out the speed of my network connection ?
July 6, 2009 at 3:35 pm
Appreciate your response. I am sorry , should have mentioned initiall,I am using sql server 2000 /Reporting services 2000 and visual studio 2003 .
Thanks
June 19, 2009 at 12:23 pm
Appreciate your reply.
Can we change the datetime setting for a particular table or database without effecting other data (table if we are setting for only 1 table or databases...
March 19, 2009 at 1:02 pm
CREATE TABLE [dbo].[MYTABLE] (
[MYDATE] [smalldatetime] NULL ,
[MYDEPT] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[MYNUMBER] [varchar] (5) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[MYAMOUNT] [int] NULL ,
[MYTOTALAMOUNT] [money] NULL
) ON [PRIMARY]
GO
Thanks
March 9, 2009 at 12:34 pm
Data type is char(12) does not allow nulls .
Eg of a few primary keys...
3BQWDL0000K0
3BQWEB0000K0
3BQWEX0000K0
Is there any formula behind it that is generating this ? If so how do I find...
December 30, 2008 at 1:45 pm
Viewing 15 posts - 331 through 345 (of 348 total)